Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: J option for jar file



frank schmittroth wrote:

>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.

The -J option to the 'jar' command means "Run the jar utility with this
option".  It doesn't mean "Create a jar whose application will run with
this option".

There is no manifest or other jar-embeddable attribute that can specify
such options for a plain ordinary jar-file.  You have to use something
else, like JNLP deployment, a batch or script file, or a Mac OS X
app-bundle.

  -- GG


 _______________________________________________
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

This email sent to email@hidden



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.