Error with jre7
991584Feb 17 2013 — edited Feb 18 2013Hi,
after an update of my java, a script I often used up to now does not work anymore.
the command executed was
java.exe -Xms6m -Xmx6m -Djava.net.preferIPv4Stack=true -XX:PermSize=8m -Djava.library.path=. -classpath sip.jar;ua.jar;mailapi.jar;smtp.jar;activation.jar;skype.jar;log4j-1.2.15.jar;siptosis.jar;. "local.ua.SkypeUA" %1
and now using the same command the java usage messages appear.
I guess that some of the options used in the command above are no more available or have been replaced with newer equivalent options.
Could you suggest what to try?
here after my java -version command result
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)