java.lang.UnsatisfiedLinkError: no zip in java.library.path
843829Nov 20 2009 — edited Nov 23 2009Dear Experts,
There is a shell script which configure weblogic for classpaths specified in a .txt file.
When I run this script, it gives me below error while configuring weblogic on Solaris.
Updating weblogic8 configuration...
Error occurred during initialization of VM
java.lang.UnsatisfiedLinkError: no zip in java.library.path
Many other people (who has posted similar problem) have got errors as no "LibraryName" in java.library.path.
Where LibraryName is a .so file in unix. They added this library to LD_LIBRARY_PATH and issue got resolved.
However in my case there no such library name specified in error.
Can anyone please help me? I got to resolve this asap.
Many thanks in advance.