Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

java.lang.UnsatisfiedLinkError: no zip in java.library.path

843829Nov 20 2009 — edited Nov 23 2009
Dear 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.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 21 2009
Added on Nov 20 2009
2 comments
3,846 views