[Pljava-dev] Hello World example failure

From: thomas at tada(dot)se (Thomas Hallgren)
To:
Subject: [Pljava-dev] Hello World example failure
Date: 2006-09-08 22:44:59
Message-ID: 4501F26B.9060308@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Scott Petersen wrote:
> dynamic_library_path = '$libdir;c:\\pljava;c:\\JavaJars'
>
Why do you have your jar directory in the dynamic_library_path? It's for
binary shared objects (.dll and .so), not jars.

> C:\Java source>jar -cf helloworld.jar *.class
>
>
This won't work. Your class has to be in a folder structure that matches
the package name.

Regards,
Thomas Hallgren

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Filip Hrbek 2006-09-11 07:25:37 [Pljava-dev] Hello World example failure
Previous Message Scott Petersen 2006-09-08 22:29:08 [Pljava-dev] Hello World example failure