Hi,
I don't know which example you are trying to run, but you ask how to run an
"applet" and JBuilder is asking for a "main" and "main" is only associated with
applications. I sounds to me that you called up the source in the IDE window
and hit the run button. JBuilder is attempting to run this as an application
and can't find the "main" method to get it started, hence the error.
An application must contain code to build the frame, windows, etc but an
applet relies on the parent browser to do this work. JBuilder can run applets
but does so by running the html snippit which calls the Java applet code.
First, ensure your source code is compiled and the .class files available for
the browser (JBuilder) to execute. Then just double click on the html file
which in turn launches the example applet. JBuilder should do the rest.
- Gary
Luis Fabio Magalh�es wrote:
> How can i execute a Java 3D example in JBuilder 4 ?
>
> I've already set the JBuilder to accept j3D classes, but when i execute the
> applet nothing happens, only appears a windown asking for the main method.
> What should i do ?
>
> Thanks for everyone for the last e-mails
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA3D-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".