Skip to Main Content

Java SE (Java Platform, Standard Edition)

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!

Error with jre7

991584Feb 17 2013 — edited Feb 18 2013
Hi,

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)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2013
Added on Feb 17 2013
2 comments
286 views