I google it and find other people are also facing similar problem.
http://jira.codehaus.org/browse/MOJO-936The way to solve this is you have to create an environment.plist file in ~/.MacOSX.
<plist version="1.0">
<key>PATH</key>
<string>/System/Library/Framework/JavaVM.framework/Versions/1.5/Home/bin:/opt/local/bin:/opt/subversion/bin</string>
</plist>
<key>PATH</key>
<string>/System/Library/Framework/JavaVM.framework/Versions/1.5/Home/bin:/opt/local/bin:/opt/subversion/bin</string>
</plist>
This will allow the application in OSX to use this environment at launch.
http://lists.apple.com/archives/Java-dev/2007/Dec/msg00283.html
No comments:
Post a Comment