steveonjava / widgetfx

Automatically exported from code.google.com/p/widgetfx
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

com.sun.javafx.runtime.location.Location in JavaFX version 1.3.0_b412 #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Run widget with JavaFX version 1.3.0_b412

What is the expected output? What do you see instead?

java.lang.NoClassDefFoundError: com/sun/javafx/runtime/location/Location
    at si.iskratel.widget.test.Main.javafx$run$(Main.fx:11)
Caused by: java.lang.ClassNotFoundException: 
com.sun.javafx.runtime.location.Location
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at com.sun.jnlp.JNLPClassLoader.findClass(JNLPClassLoader.java:332)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at si.iskratel.widget.test.Main.javafx$run$(Main.fx:11)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.sun.javafx.runtime.provider.GUIRuntimeProvider$1.run(Unknown Source)
    at com.sun.javafx.tk.swing.SwingToolkit$StartupRoutine.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

What version of the product are you using? On what operating system?

OS: Windows XP Pro 32bit
JavaFX: version 1.3.0_b412

Please provide any additional information below.

Original issue reported on code.google.com by Grega151@gmail.com on 17 Jun 2010 at 8:58

GoogleCodeExporter commented 9 years ago
I got the same problem !!

Original comment by samiriss...@gmail.com on 18 Jun 2010 at 8:55