This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > VRML > October 2004 > error eai + java
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Fabio 2004-10-03, 12:15 pm |
| Somebody knows what it can be this error "
java.lang.NoClassDefFoundError:com/ms/com/Co,Exception", it is urgent
Fábio
| |
|
| OK, heres a description of the error.
Thrown if the Java Virtual Machine or a ClassLoader instance tries to
load in the definition of a class (as part of a normal method call or
as part of creating a new instance using the new expression) and no
definition of the class could be found.
The searched-for class definition existed when the currently executing
class was compiled, but the definition can no longer be found.
Im guessing your using java with something like
import vrml.*;
import vrml.field.*;
import vrml.node.*;
at the top of your file, when you compiled you code you had the
compiler pointing to
java\bin\javac -classpath classes.zip AddNode.java
this classes.zip contains all the definitions of vrml nodes for java,
you need to keep this with your classes so that they will work...
Good luck,
Jet.
"Fabio" <fabio_modesto@hotmail.com> wrote in message news:<46530b87d3da5071300f226ac6d7be48@localhost.talkaboutprogramming.com>...
> Somebody knows what it can be this error "
> java.lang.NoClassDefFoundError:com/ms/com/Co,Exception", it is urgent
>
> Fábio
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|