Hi there.... I'm working on packaging my java program into a neat
little .app. The app needs to both load other java jars located inside
my ~/Library/Application Support/MyApp/ and write settings files to
that folder. I've been tinkering with my Info.plist the whole day
today, but I still can't figure out how to change the WorkingDirectory
to some path relative to my home dir, because the Java VM doesn't
understand "~/" or env variables like "$HOME". Can someone help me out
here?
I know I have a lot of options as far as what to use for my
WorkingDirectory, and I wouldn't have had this headache if I did
everything inside my $APP_PACKAGE or $JAVAROOT. But this is exactly my
question: is there a key similar to $APP_PACKAGE that would point to
my ~/ ?
Thanks in advance!
Yahya
_______________________________________________
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