[Pljava-dev] Problem with PL/Java installation

From: thomas at tada(dot)se (Thomas Hallgren)
To:
Subject: [Pljava-dev] Problem with PL/Java installation
Date: 2006-02-07 07:34:12
Message-ID: 43E84D74.6020805@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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.
>

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Patrick Ng 2006-02-07 07:56:14 [Pljava-dev] Problem with PL/Java installation
Previous Message Patrick Ng 2006-02-07 03:34:53 [Pljava-dev] Problem with PL/Java installation