简体   繁体   中英

Set the version of a .jar application using Processing (Java)

I've created an application (called Countdown) with Processing (Java). I exported the application as a .jar-file. If I run it on Mac OS X and click in the top left (on the titlebar) "About Countdown" it shows me a screen with the app's icon and underneath it says "Version 1.0 (1.0)".

这是截图

How do I change the version of the application in the Processing sketch?

It's in the manifest of the jar. You can edit your manifest following the instructions here .

You can also use JarMatey to set the version number yourself upon export.

(Full disclosure: I'm the author of JarMatey.)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM