Please help - java.lang.UnsatisfiedLinkError: no zip in java.library.path
Hi,
I am encountering the following problem when debugging my simplest 'hello,
world' Java program. The environmental settings seem to be ok, and the
zip.dll does exist on both sys_paths and usr_paths specified in
ClassLoader.java.
Could you shed some light on this? Your help will be highly appreciated.
=====================================================
java.lang.UnsatisfiedLinkError: no zip in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1344)
at java.lang.Runtime.loadLibrary0(Runtime.java:744)
...
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
Exception in thread "main"
public class CTestRun
{
Hi,
I am encountering the following problem when debugging my simplest 'hello,
world' Java program. The environmental settings seem to be ok, and the
zip.dll does exist on both sys_paths and usr_paths specified in
ClassLoader.java.
Could you shed some light on this? Your help will be highly appreciated.
=====================================================
java.lang.UnsatisfiedLinkError: no zip in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1344)
at java.lang.Runtime.loadLibrary0(Runtime.java:744)
...
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
Exception in thread "main"
public class CTestRun
{
public static void main(String[] argv)
{
System.out.println("Hello, world"); // Breakpoint is
set in here.
}
}
=====================================================
S. H.
public static void main(String[] argv)
{
System.out.println("Hello, world"); // Breakpoint is
set in here.
}
}
=====================================================
S. H.
Please sign in to leave a comment.