[Pljava-dev] Problem with PL/Java installation

Thomas Hallgren thomas at tada.se
Tue Feb 7 07:34:12 UTC 2006


Patrick,
I think I expressed myself a bit cryptic. I mean that you start your 
java source file with:

  package x.y;

and you let it reside in directory x/y/. The full name of your class 
will now be 'x.y.plj_miscellaneous'. Using the default  package (i.e. 
omitting the package directive) is considered bad practice.

Regards,
Thomas Hallgren

Patrick Ng wrote:
> Er....
>
> Sorrie. What's a named package? Any examples on this? 
>
> I can't find any mention of this in the user guide for PL/Java.
>
> Best regards
>
> -----Original Message-----
> From: Thomas Hallgren [mailto:thomas at tada.se] 
> Sent: Monday, February 06, 2006 3:31 PM
> To: Patrick Ng
> Cc: PL/Java Development
> Subject: Re: [Pljava-dev] Problem with PL/Java installation
>
> Patrick,
> At present, PL/Java will not allow use of default package. You must put 
> your class in a named package.
>
> Regards,
> Thomas Hallgren
>
> Patrick Ng wrote:
>   
>> Hi,
>>
>> I have encountered a very strange problem with running PL/Java on
>>     
> Windows.
>   
>> I wrote a Java class
>>
>> ...
>>
>>
>> I keep getting
>>
>> ERROR: java.lang.ClassNotFoundException: plj_miscellaneous
>>
>> However, these 3 tables' values seem correct.
>>
>> Do u have any idea why this is so? Is it a bug with PostgreSQL?
>>
>> Best regards
>>
>>     
>
>
> ________________________________________________________________________
> This email has been scanned for all viruses by the MessageLabs Email
> Security System.
>   




More information about the Pljava-dev mailing list