This is the version of Java I used to compile my applet. I have used Sax parser in my applet.
C:\>java -version
java version "1.4.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
This applet would not run in an the client (Machine) environment that has JRE 1.3.1.
Will I have to recompile all the files, that the applet used in order for this applet to work, in JRE 1.3.1 ? Is there any other way to solve this issue ?
Thanks in advance for your insite.
peace out,
Kris.