
| Key: |
MAITAI-1
|
| Type: |
Task
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
pdoubleya
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
There's a known issue with JavaFX currently, where it won't launch in an applet or via webstart on 64-bit Linux systems. Until we have a fix for this, the only way I can launch Mai Tai on Ubuntu is to download and build the project sources via NetBeans, and launch it from there--would like to have a single JAR I can launch to play around with it. For some reason NB 6.8 is chewing up a full core on my machine while doing apparently nothing at all...
|
|
Description
|
There's a known issue with JavaFX currently, where it won't launch in an applet or via webstart on 64-bit Linux systems. Until we have a fix for this, the only way I can launch Mai Tai on Ubuntu is to download and build the project sources via NetBeans, and launch it from there--would like to have a single JAR I can launch to play around with it. For some reason NB 6.8 is chewing up a full core on my machine while doing apparently nothing at all... |
Show » |
Sort Order:
|
I don't think a single jar would work because you need to have all of the JavaFX runtime in the classpath, including FX's native libs. What if there was a shell script to start it with the commandline 'javafx' program (meaning you'd have to have the JavaFX SDK installed already).
BTW, is there a bug filed on JavaFX for this issue?