anyone know a lot about java/subclipse?

Man of Honour
Joined
11 Mar 2004
Posts
76,637
I'm trying to run a program through subclipse with java3d but get the following errors.


Code:
java.lang.UnsupportedClassVersionError: javax/vecmath/Tuple3d (Unsupported major.minor version 49.0)
	at java.lang.ClassLoader.defineClass0(Native Method)
	at java.lang.ClassLoader.defineClass(Unknown Source)
	at java.security.SecureClassLoader.defineClass(Unknown Source)
	at java.net.URLClassLoader.defineClass(Unknown Source)
	at java.net.URLClassLoader.access$100(Unknown Source)
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClassInternal(Unknown Source)
	at org.reprap.Main.createAndShowGUI(Main.java:313)
	at org.reprap.Main.access$24(Main.java:77)
	at org.reprap.Main$23.run(Main.java:574)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(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)

Now I assume javas missing some files or something, however I'm a bit like fish out of water when it comes to java...

Anyone any ideas, or any forums/websites, that would know batter?
 
Last edited:
Ok, I'm more of a non-3d Java guy, but it seems you're missing j3dcore-ogl.dll in your install directory.

Edit: Seems you fixed that. Make sure you have both Java3D and Java installed, specifically the Java SDK.
 
Last edited:
any idea where it should be so I can have a look for it?

should it be in the java 3d install or the actual java install?


I hate trying to learn new programming.
 
also in subclipse, I need to know what the site and name is for this?
Subclipse Mylar Integration (1.0.1) requires plug-in "org.eclipse.mylar.tasks.core (0.9.2)", or later version.

so I can update.

any idea?
 
ok i've installed myar and update a few subclipse bis, I've also copied the bin/ext files from jacva3d to java, so there in both locations now, but still get the same error.
 
Back
Top Bottom