Hi Thomas,

This is not a JSP list about Java3D or anything related to this.
You'd probably have more results by asking this question in a general Java
list or graphics related list.

By the way "no main class found" means that the JVM could not find the
method "main" in the startup class.
Any Java program needs a "main" method in the form :

public void main(String[] args)

This is your program entry point.

HTH,
David



-----Message d'origine-----
De : A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED] la part de Thomas Coopmeiners
Envoye : 16 mars, 2003 15:54
A : [EMAIL PROTECTED]
Objet : Problems With Java3D


Hallo my friends ,
please help, I would compile the examples of Java3D.
I set the right classpath but no IDE would compile.
FORTE says :

fastjavac: Class file 'com/sun/j3d/utils/geometry/ColorCube.class' has
incorrect version 46, should be 45
AWTInteraction.java [46:1] Cannot access class
com.sun.j3d.utils.geometry.ColorCube. Only public classes and interfaces
can be accessed.
import com.sun.j3d.utils.geometry.ColorCube;

JBuilder 6 found all the 3D-classes but  says:
no main class found....

THANKS for remail

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to