View Full Version : Java Applet
Aymen++
04-01-2003, 09:04 PM
when i make a java applet using JCreator it creates a two files one .htm and another one is .java, not .class, the question is how to make java applet using JCreator?
Spookster
04-01-2003, 09:09 PM
The .java file is the source file. You need to compile the source file into a .class file.
Aymen++
04-02-2003, 07:45 PM
how to compile it?
Josh Campbell
04-02-2003, 09:49 PM
The compile process is different for each compiler. Usually there is either a toolbar button for quick access or an option to compile under the project or build items on the menu. I've never used JCreator so I can't tell you exactly how.
Spookster
04-02-2003, 11:35 PM
Originally posted by Josh Campbell
The compile process is different for each compiler. Usually there is either a toolbar button for quick access or an option to compile under the project or build items on the menu. I've never used JCreator so I can't tell you exactly how.
To be more precise.. Each java Itegrated Development Environment(IDE) will have different menu items/buttons for you to click to start the compiler.
Java IDE != compiler.
Josh Campbell
04-03-2003, 02:11 AM
technical details, sorry, always mix up words and forget what the right ones are.
Spookster
04-03-2003, 02:20 AM
Originally posted by Josh Campbell
technical details, sorry, always mix up words and forget what the right ones are.
It's okay. When I used to help teach java courses I used to correct students all the time as they would confuse JBuilder, JCreator, Forte, etc as being the compiler. Now I just do it out of habit. Normally I probably wouldn't notice when someone uses the terms interchangibly. :)
vBulletin® v3.8.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.