Hi Randy,

I do my Java development on OS X and deploy to Linux server. I have have not encountered path issues, so hopefully this is something simple.

I won't have time to discuss until tomorrow, but if you can provide me with some more detail I might be able to respond when taking email breaks. I can offer one piece of advice which may or may not have anything to do with your issue. I found that I needed to set some environment variables when doing development to target the version of the JVM I intend to use. I have the following in my .bash_profile:

#export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/ 1.4.2/Home export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/ 1.5/Home

Normally I target java 1.5, but I have some old libraries / projects for which I need to use java 1.4.

Andy

On Apr 28, 2009, at 9:54 AM, Randolph Kahle wrote:

I am running into some issues with Apple OS X Paths (such as / Volumes/Macintosh HD/Users/Randy ) and Java. I am finding that PPC and Intel version of Java function differently when dealing with paths and the spaces are a real issue.

Is anyone on the list experienced with this issue, in general, and willing to chat with me? I am about to go spelunking into APIs and tech notes, but if someone could provide some general context or pointers, it would be much appreciated.

-- Randy



---------------------------------------------------------------------
To unsubscribe, e-mail: jug-discussion-unsubscr...@tucson-jug.org
For additional commands, e-mail: jug-discussion-h...@tucson-jug.org


--
Andrew Barton
eBlox, Inc.

512.867.1001 x101


Check out the new Free Distributor Resource Center (including an online directory of more than 1200
Suppliers)! http://www.distributorresourcecenter.com



Reply via email to