| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
If I launch my java application using:
java -Xmx128m MyJavaProgram
it works okay.
However, if I first create a jar file using:
jar -J-Xmx128m -cvmf manifest MyJavaProgram.jar class files....
and then double click on the resulting MyJavaProgram.jar, I get an out-of-memory error. The -J option doesn't seem to pass the memory request to the JVM. My Activity Monitor confirms this. For small cases, my program works okay.
I've tried googling and searching this archive without finding an answer.
Although I'm writing the program under OS X, I really want to use the jar file under Windows XP.
Any help would be appreciated, frank
= Steve = -- Steve W. Jackson Montgomery, Alabama http://homepage.mac.com/stevejackson/ _______________________________________________ Do not post admin requests to the list. They will be ignored. Java-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/java-dev/email@hidden
| References: | |
| >J option for jar file (From: frank schmittroth <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.