JDK 7 with JavaApplicationStub

Tobias Bley tobi at ultramixer.com
Tue May 8 23:11:41 PDT 2012


I tried to make a java app for the mac app store with a bundled JRE. So I used the AppBundler from Oracle, specified the java.library.path with = ./Contents/Java and now it works!

Now I'm going to submit the app to the AppStore anew (10th try ;))

Best regards,
Tobi






Am 09.05.2012 um 05:51 schrieb Josh Marinacci <joshua at marinacci.org>:

> Semantically, the working directory is the directory the user was in when they invoked a process from the command shell.  If there is no active shell then the concept of a working directory is meaningless.  Hence my original question, what are you actually trying to accomplish?
> 
> -- 
> Josh Marinacci
> joshondesign.com
> 
> On Tuesday, May 8, 2012 at 8:43 PM, Scott Palmer wrote:
> 
>> On 2012-05-08, at 8:16 PM, Michael Hall <mik3hall at gmail.com> wrote:
>> 
>>> 
>>> On May 8, 2012, at 7:07 PM, Greg Brown wrote:
>>> 
>>>> and are not allowed to change it programmatically.
>>> 
>>> echo $user.dir
>>> /Users/mjh/HalfPipe_work
>>> set user.dir /Users/mjh/HalfPipe_work/HalfPipe.app
>>> echo $user.dir
>>> /Users/mjh/HalfPipe_work/HalfPipe.app
>>> exec ls -l $user.dir
>>> total 0
>>> drwxr-xr-x  6 mjh  staff  204 May  6 08:26 Contents
>> 
>> A shell environment variable and a Java "system property" are not the same thing.
>> 
>> Scott
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Java-dev mailing list (Java-dev at lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/java-dev/joshua%40marinacci.org
>> 
>> This email sent to joshua at marinacci.org
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Java-dev mailing list      (Java-dev at lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/java-dev/tobi%40ultramixer.com
> 
> This email sent to tobi at ultramixer.com



More information about the macosx-port-dev mailing list