|
|
#1 (permalink) |
|
Silver Member
![]() Join Date: Jun 2006
Posts: 181
|
I've been looking around and can't find any Java coding or anything. Could someone post the basic Java commands like to create files and to start a project and to copy files..e.t.c. What programs do you use to write Java coding, I have the program JCreator and cant find a use for itdoes the code need to be written in Java. And finally do i need a Java compiler to actually create or run a Java program through Jcreator or any other program?
|
|
|
|
|
|
#2 (permalink) |
|
Moderator
![]() Join Date: Dec 2004
Location: Canada
Age: 25
Posts: 10,206
|
I use Gel (http://www.gexperts.com/) as an IDE but you can use notepad. You usually need the JDK to compile java.
__________________
You know what the chain of command is? It's the chain I go get and beat you with 'til ya understand who's in ruttin' command here. I must plug a couple comics because they are good :D: www.ctrlaltdel-online.com www.userfriendly.org |
|
|
|
|
|
#3 (permalink) |
|
SUPER MODERATOR
![]() Join Date: Nov 2004
Location: San Diego, USA
Age: 24
Posts: 3,941
|
I tend to look up methods as I need them... I tend to use this site when I am looking for methods...
I use JCreator all the time. You write the code using Java syntax (which you will need to learn.. and google is there for you). Then you compile the code which creates a .class file. Then you press Execute. You can also create html pages that call java applets.. For instance you create an html page and in the body you add the line: <applet code="JCalculatePay.class" width=450 height=200></applet> Then you create a java applet in JCreator with that same name, compile it and run the html page.. This might be a good place to start: The Java Tutorial
__________________
The real danger is not that computers will begin to think like men, but that men will begin to think like computers. ~Sydney J. Harris I haven't lost my mind; I have a tape back-up somewhere. What the world needs is more geniuses with humility, there are so few of us left. ~Oscar Levant Relax, its only Ones and Zeros
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|