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:52:00 PST 2013


On 24/01/2013 17:01, Paul Taylor wrote:
> 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
>
Found gcc

Adding export 
PATH=$PATH:./Applications/Xcode.app/Contents/Developer/usr/bin/

now builds okay, and can confirm now builds my bundle okay including 
putting in the LC_TYpe fix

Paul


More information about the macosx-port-dev mailing list