From: thomas at tada.se (Thomas Hallgren) Date: Sat, 09 Sep 2006 00:44:59 +0200 Subject: [Pljava-dev] Hello World example failure In-Reply-To: <4501EEB4.7020203@softhome.net> References: <4501EEB4.7020203@softhome.net> Message-ID: <4501F26B.9060308@tada.se> 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