Using MRJAppBuilder with .jar files

slaakso

Registered
Hi,
I'm trying to use MRJAppBuilder to create a MacOS X application from
ArgoUML jar-files <http://argouml.tigris.org/> and I'm having problems with it. As a result I always get an application which only presents an empty dialog with Quit-button.

Could someone explain how to use MRJAppBuilder to build application in this case.
 
OK,
I got MRJAppBuilder to make an application bundle.javascript:smilie(':)')

However, I'm unable to move menubar to standard MacOS X location. It still is located inside the window. javascript:smilie(':confused:')

The MRJApp.properties-file contains following entries:
com.apple.mrj.application.main=org.argouml.application.Main
com.apple.mrj.application.classpath=:Contents/Resources/Java/argouml.jar:Contents/Resources/Java/antlrall.jar:Contents/Resources/Java/gef.jar:Contents/Resources/Java/nsuml.jar:Contents/Resources/Java/ocl-argo.jar:Contents/Resources/Java/xerces.jar:
com.apple.macos.useScreenMenuBar=true
com.apple.hwaccel=true
 
Back
Top