Just signed up to post, Im having some trouble getting anything past 0.78 running on Mac OS 10.7.4.. 0.78 runs fine, but just grabbed 0.80 today and it immediately crashes on launch. Checked the console and the error message I got was telling me, I need Java 1.7 installed. I DO in fact have the latest 1.8.72 JRE installed from Oracle, but after some digging, I noticed its installed a bit differently than it should be. My /Library/Java/Java Virtual Machines folder is completely empty. The latest versions direct from Oracle install themselves in the /Library/Internet Plug-Ins folder, and the file is a .plugin archive. Theres no Java jdk or anything installed. It does appear I also have 1.6 installed in the /System/Java/Java Virtual Machines and /usr/bin directories as it normally would be (Im assuming this is the old Apple one that was discontinued). There is no longer the old Apple Java control panel app, but the new one from Oracle, doesnt even show me the 1.6 one, it thinks I have 1.8_72 installed. Inside the plugin, theres no java_home app to try and set the default Java version either, and if I try to use the java_home thats in /usr/libexec it cant find 1.8_72, so I have no way of telling it to use it.. Do we have to install the whole JDK in order to get it to work properly now or is there someway I can tell the system to use /Library/Internet Plug-Ins/JavaAppletPlugin.plugin instead???
EDIT: Found a temporary way to run it.. In the console I had to use "export JAVA_HOME=/Library/Internet-Plug-Ins/JavaAppletPlugin.plugin/contents/home" first and then launch DBGL via command line with "open -a /Volumes/DOS/DBGL.app", but Im hoping theres a way to do this so I can just click on the DBGL app and not have to export that variable and launch by command line every time??
EDITEDIT: Yep, Mac OS X folks have to install the whole JDK, not the JRE, unless you like launching it from the command line every time.. The JAVA_HOME trick works, but you can only launch it from the terminal that way. Even tried removing a couple of Apple's symlinks that point to the 1.6 jdk and pointing it to the home folder inside the plugin, but it wont launch DBGL like a normal app. The Desktop still only sees 1.6 as the installed Java where your shell works when you export it every time or set it in your profile. Might wanna note that on the homepage, I havent been able to update mine for months because I couldnt figure out what was wrong. At least now we got it. If theres some global spot to set JAVA_HOME and leave the JRE only, I couldnt figure it out, and I didnt want to start messing with /etc/paths because it didnt look like the place to set a variable like that.