Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Mar 22, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 17 Jun 2010 at 8:58

@GoogleCodeExporter
Copy link
Author

I got the same problem !!

Original comment by [email protected] on 18 Jun 2010 at 8:55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant