Hi,
When I try to load license file I get the following exception.
java.io.IOException: code-source:/c:/oc4j/j2ee/home/config/…/applib/Aspose.Words.jdk14.jar/META-INF/MANIFEST.MF has no "!" suffix so does not name a path within the code-source.
at oracle.classloader.SharedCodeSourceSet.getResourceStream(SharedCodeSourceSet.java:482)
at oracle.classloader.SharedCodeSourceURL$Connection.getInputStream(SharedCodeSourceURL.java:93)
at java.net.URL.openStream(URL.java:1007)
at com.aspose.words.ew.b(Unknown Source)
at com.aspose.words.ew.a(Unknown Source)
at com.aspose.words.License.setLicense(Unknown Source)
A similar exception is stated on the following URL:
http://lists.jboss.org/pipermail/hibernate-issues/2006-August/000544.html
My configuration:
JDK 1.5.06
OC4J Standalone 10.1.3
Thanks.