java - JavaFx application in web browser : Jar working but JNLP / HTML doesn't -


i have javafx application, using netbeans ide. if use configuration stand alone program working without trouble. if choose run in browser have runtime error , strack trace pretty empty :

plug-in java 10.21.2.11 utilisation de la version jre 1.7.0_21-b11 java hotspot(tm) client vm répertoire d'origine de l'utilisateur = c:\users\julien ---------------------------------------------------- ... ---------------------------------------------------- cacheentry[file:/c:/users/julien/documents/netbeansprojects/fittslaw/dist/lib/eclipselink-2.3.2.jar]: updateavailable=true,lastmodified=wed may 15 11:26:16 cest 2013,length=6770392 cacheentry[file:/c:/users/julien/documents/netbeansprojects/fittslaw/dist/lib/javax.persistence-2.0.3.jar]: updateavailable=true,lastmodified=wed may 15 11:26:19 cest 2013,length=143654 cacheentry[file:/c:/users/julien/documents/netbeansprojects/fittslaw/dist/fittslaw.jar]: updateavailable=false,lastmodified=wed may 15 11:26:08 cest 2013,length=166805 cacheentry[file:/c:/users/julien/documents/netbeansprojects/fittslaw/dist/lib/mysql-connector-java-5.1.18-bin.jar]: updateavailable=true,lastmodified=wed may 15 11:26:22 cest 2013,length=805863 

if try deploy it, jar working, jnlp/html leading same runtime error.

i don't know must search because runtime error doesn't give me lot of information. have tried :

  • different browsers
  • update/reinstall plugin/jre/jdk

i have found lot of topic it, of them got classnotfound exception seems problem isn't same because never got in stacktrace.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -