kartoFlane wrote:Well, I've no idea about macs, as I've said earlier... Do you get any specific message, anything you could plug into google and find a solution?
Also, take a look at
this, first answer: try to open the console app for mac and then run the jar file, maybe some more information can be gathered this way.
Another thing is that, from what I've read, most macs have Java 5 installed, where Superluminal was compiled with Java 7, but I guess you already took care of that.
I got Java 7 installed and I am certain it works on my Mac (just FYI, any current MAC with built-in Java has 6, not 5). The only message I get is "The Java JAR file [the file name] could not be launched. Check the Console for possible error messages." But there are no messages in the Mac console OR in the java console so it doesn't even look like it gets that far. Before I give you some command line output, here's a question: The Mac download gives me 2 files
superluminal_mac_x64\superluminal_mac64.jar
superluminal_mac_x64\superluminal_mac64_lib\swt.jar
Now first of all, the file names are bad because of the backslashes. But which file am I supposed to double-click on?
So if I remove the backslashes and try to open them on the command line, here is what I get. Maybe this will help you troubleshoot:
iMac:~ mike$ java -jar /users/mike/desktop/superluminal_mac_x64superluminal_mac64.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Layout
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2451)
at java.lang.Class.getMethod0(Class.java:2694)
at java.lang.Class.getMethod(Class.java:1622)
at sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)
Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.widgets.Layout
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 6 more
iMac:~ mike$ java -jar /users/mike/desktop/superluminal_mac_x64superluminal_mac64_libswt.jar
no main manifest attribute, in /users/mike/desktop/superluminal_mac_x64superluminal_mac64_libswt.jar