Barry Nelson
Barry Nelson
I set writable_floppy_images=1 and it is STILL creating overlay files! This nearly caused me dataloss! Plus there doesn't appear to be any way to merge the sdf file with the...
I appear to be experiencing this issue. Here is the debug output... See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box....
Running Windows defender. Yes there is an rdp file in that location. Yes, I can delete it.
One of the JVMs I tried was jre1.8.0_221.jre which appeared to have the correct directory structure. jre1.8.0_221.jre jre1.8.0_221.jre/Contents jre1.8.0_221.jre/Contents/Home jre1.8.0_221.jre/Contents/Home/man jre1.8.0_221.jre/Contents/Home/man/ja jre1.8.0_221.jre/Contents/Home/man/man1 jre1.8.0_221.jre/Contents/Home/man/man1/jjs.1 jre1.8.0_221.jre/Contents/Home/man/man1/java.1 jre1.8.0_221.jre/Contents/Home/man/man1/keytool.1 jre1.8.0_221.jre/Contents/Home/man/man1/javaws.1 jre1.8.0_221.jre/Contents/Home/man/man1/pack200.1 jre1.8.0_221.jre/Contents/Home/man/man1/orbd.1 jre1.8.0_221.jre/Contents/Home/man/man1/tnameserv.1 jre1.8.0_221.jre/Contents/Home/man/man1/policytool.1...
Where are the build instructions for that code?
Ok, I built it’s test-plugin, but it failed to run: $ ant test-plugin Buildfile: /Users/barryn/Downloads/appbundler-master/build.xml compile: package: [jar] Building jar: /Users/barryn/Downloads/appbundler-master/appbundler/bin/appbundler-1.0ea.jar test-plugin: [bundleapp] Creating app bundle: TestPlugin BUILD SUCCESSFUL Total...
I used this shell script from hell and bundled the jre manually... #!/bin/sh dir=`dirname "$0"` cd "$dir" dir=`pwd` cd ../.. export APP_ROOT=`pwd` cd "$dir/../Java" export JAVAROOT=`pwd` cd "$dir" jarfile=`ls "$JAVAROOT"...
Is this still up to date? I was going to try and build a Mac .app package using this code.
Darn! No audio eh? I may have to play with it anyway though I'll probably keep using the regular copy via Wine for now. Thanks for your efforts. Maybe I...
While Wine Bottler still works well, has there been any other testing with a native build? What about building/linking with Wine lib? How much of AppleWin is written in .Net?...