[Pljava-dev] Problem with PL/Java installation

From: patrick(dot)ng at zuji(dot)com (Patrick Ng)
To:
Subject: [Pljava-dev] Problem with PL/Java installation
Date: 2006-02-07 07:56:14
Message-ID: 631AA2476DFFD047873427369B8C0698024C3AE9@teasgex1.teasin.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hi Thomas,

Oh I see. The java package.

Thanks & best regards

-----Original Message-----
From: Thomas Hallgren [mailto:thomas at tada.se]
Sent: Tuesday, February 07, 2006 3:34 PM
To: Patrick Ng
Cc: PL/Java Development
Subject: Re: [Pljava-dev] Problem with PL/Java installation

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

________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System.

Browse pljava-dev by date

  From Date Subject
Next Message Synthèse Graphique 2006-02-12 13:14:04 [Pljava-dev] Error executing : sqlj.install_jar on windows XP Pro
Previous Message Thomas Hallgren 2006-02-07 07:34:12 [Pljava-dev] Problem with PL/Java installation