Re: JavaAppLauncher and working directory

2014-04-10 Thread Abu Abdullah
I believe the way this works is that any jars in the Java directory are added to classpath _but_ the Java directory itself is not classpath. The Classes directory it contains is in classpath. For example: set java.class.path

Re: JavaAppLauncher and working directory

2014-04-07 Thread Abu Abdullah
On Sun, Apr 6, 2014 at 6:45 PM, Joe McGlynn joe.mcgl...@oracle.com wrote: I don't believe the app bundler project is maintained any longer. That code was subsumed into the FX Packager (which works for non-FX apps) about a year ago. FWIW, I suspect that you need to put your application

Re: JavaAppLauncher and working directory

2014-04-07 Thread Michael Hall
On Apr 6, 2014, at 11:02 PM, Abu Abdullah falcon.sh...@gmail.com wrote: Launcher.jar is just a wrapper instead of executing through the command line. it has only manifest.mf file with Main-Class: classes.myapp and other options. the classes are in a folder in the same directory.

JavaAppLauncher and working directory

2014-04-06 Thread Abu Abdullah
Hi, I'm trying to bundle my application using Oracle JavaAppLauncher (from the AppBundler project files). all app classes are not in Jar but in a simple directory structure as follow: my.app/Contents/Java/ my.app/Contents/Java/classes my.app/Contents/Java/setting my.app/Contents/Java/lib my.app

Re: JavaAppLauncher and working directory

2014-04-06 Thread Michael Hall
many things without successful e.g. -Duser.dir in the info.plist, copying the files to many places in root, in MacOS folder, in Resources folder, in Resources/Java folder. I'm not able to launch it. I'm troubleshooting by running ./JavaAppLauncher Did you update Info.plist to indicate the embedded

Re: JavaAppLauncher and working directory

2014-04-06 Thread Michael Hall
On Apr 6, 2014, at 9:45 AM, Joe McGlynn joe.mcgl...@oracle.com wrote: don’t believe the “app bundler” project is maintained any longer. That code was subsumed into the “FX Packager” (which works for non-FX apps) about a year ago. FWIW, I suspect that you need to put your application

Re: JavaAppLauncher

2014-02-24 Thread David DeHaven
Just noticed this in Console.app when launching an application without an embedded JRE… 2/22/14 5:57:39.093 PM JavaAppLauncher[5669]: objc[5669]: Class JavaLaunchHelper is implemented in both /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib

Re: JavaAppLauncher

2014-02-24 Thread Michael Hall
On Feb 24, 2014, at 3:52 PM, David DeHaven david.deha...@oracle.com wrote: Just noticed this in Console.app when launching an application without an embedded JRE… 2/22/14 5:57:39.093 PM JavaAppLauncher[5669]: objc[5669]: Class JavaLaunchHelper is implemented in both /Library/Internet

Re: JavaAppLauncher

2014-02-24 Thread David DeHaven
Just noticed this in Console.app when launching an application without an embedded JRE… 2/22/14 5:57:39.093 PM JavaAppLauncher[5669]: objc[5669]: Class JavaLaunchHelper is implemented in both /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib

JavaAppLauncher

2014-02-22 Thread Michael Hall
Just noticed this in Console.app when launching an application without an embedded JRE… 2/22/14 5:57:39.093 PM JavaAppLauncher[5669]: objc[5669]: Class JavaLaunchHelper is implemented in both /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib and /Library