Hi th75,
thanks for trying to help!
If I export the hue example from the processing website the resulting app is 7.063.803 Bytes large. Not sure what to make of that.
Yes to All on your second post I am afraid…
What I discovered is that in the Info.plist file, the path that is supposed to point to the Java library does not exist in my application package…
<string>-Djava.library.path=$APP_ROOT/Contents/Java:$APP_ROOT/Contents/Java/core/library</string>
I think the library files are stored inside the Plugins Folder…
I tried to make the corresponding path inside the /Contents/Java Folder and copying the lib files over. I also tried changing the path of the Info.plist file, but both did not work.
Maybe you could check if the path points in the right directory inside your exported application?
Hi Juno, I am sorry but it feels comforting knowing that I am not alone with this