Skip to content

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

Description

@GoogleCodeExporter
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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions