PDA

View Full Version : Jar File Differences


bmorreal
13th November 2007, 10:35 AM
Does anyone know? When I deploy my application to an Oracle 10.1.3 OC4J server what jar files are required to exist for my application? In other words what are the differences between:

jspell2k4s.jar and jspell2k4s_raw.jar
jspell2k4n.jar and jspell2k4n_raw.jar
jspell2k4console_raw.jar
jspell2k4w.jar and jspell2k4w_raw.jar

Please provide me a description these files and the different scenarios in which these jars should be used.

I have been told: "The raw files are uncompressed versions but they're not meant for public consumption as they expose internal methods and functions that may change. Developers should only code to the public API."

But inconsistency I am getting the following error when loading a class that JSpell requires:

oracle.classloader.util.AnnotatedNoClassDefFoundEr ror:

Missing class: com.wallstreetwise.app.jspell.domain.LRUCache$1

Dependent class: jspell2k4s.v
Loader: ATEP.web.ATEP:0.0.0
Code-Source: /oracle/product/oc4j/j2ee/home/applications/ATEP/ATEP/WEB-INF/lib/jspell2k4s.jar
Configuration: WEB-INF/lib/ directory in /oracle/product/oc4j/j2ee/home/applications/ATEP/ATEP/WEB-INF/lib

The error occurs when calling for: JSpellErrorInfo error = parser.getError()

This error happens every 30k records processed or so. The exact number of records processed varies.
I am using the jspell2k4s.jar with JDK 1.5