Hi,
I am trying to develop an application on my mac. I got everything working: Tomcat, Demos, Tools and so on - but my HelloWorld-App doesn't start.
The CaptainCasa-Splash Screen is a very short time visible and nothing happens afterwards.
I am using the newest Version (with JavaFX). I am assuming it is a problem with the ressources in the jnlp (ccwebstartfx). Although it should auto detect it somehow.
Code:
<resources>
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
<jfx:javafx-runtime version="2.2+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
<jar href="eclnt/libfx/eclntfx.jar"/>
</resources>
I probably need to set it to a Mac-Version? Unfortunately i cannot find the corresponding link.
greetz
Ruven