File.exists() does not work on mac for non-English characters on Java 7 on Mac

Paul Taylor paul_t100 at fastmail.fm
Thu Jan 24 09:01:39 PST 2013


On 24/01/2013 16:44, Steve Hannah wrote:
> It is possible that it isn't compatible, but I don't recall having to
> make any changes to my build.xml to go to the infinitkind appbundler.
> The other way around I did because the oracle one doesn't support as
> many tags.
>
> You might want to just check the appbundler jar file and make sure it
> includes the JavaAppLauncher file inside com/oracle/appbundler.  If
> the compile step didn't work then this will be missing and the ant
> task won't work.
>
> My experience was that the first time I build the appbundler it didn't
> include the JavaAppLauncher because the compile step failed.  But if I
> first set JAVA_HOME, e.g.
> export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0.jdk/Contents/Home
>
> Then the compile step worked properly, and everything thereafter
> worked smoothly as well.
Ahh, your right JavaAppLauncher is missing , but JAVA_HOME is already 
set and still build not working for me unfortunately

Paul


More information about the macosx-port-dev mailing list