Results 1 to 4 of 4
Thread: give me a advise
- 12-11-2007, 01:12 AM #1
Member
- Join Date
- Nov 2007
- Posts
- 50
- Rep Power
- 0
- 12-11-2007, 01:31 AM #2
Member
- Join Date
- Dec 2007
- Posts
- 3
- Rep Power
- 0
If this happens when you tried to compile code then it is more than likely just a syntax error. Try using something simple to start with, like a nice Hello World! script.
- 12-11-2007, 01:35 AM #3
Senior Member
- Join Date
- Nov 2007
- Location
- Newport, WA
- Posts
- 141
- Rep Power
- 0
Or you could always do the smart thing and post your error.
- 12-11-2007, 01:38 AM #4
Member
- Join Date
- Dec 2007
- Posts
- 7
- Rep Power
- 0
Re:
Run that and see whether you still get the compilation error. If so then it is possible that your jdk installation was not 100% successful or your text editor cannot find the path to the java compiler..Java Code:public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World"); } }
HTHLast edited by definewebsites; 12-11-2007 at 10:27 AM. Reason: Sorry, should have added the class declaration just incase you tried to run it as it is..:)
Similar Threads
-
anyone can give idea 2 my assignment?
By chen8735 in forum Advanced JavaReplies: 2Last Post: 03-08-2008, 06:03 PM -
Is there anyone can give a instruction about Myoodb
By ibmzz in forum JDBCReplies: 0Last Post: 01-19-2008, 09:04 AM -
Give me some suggestion on wedding story book
By roots in forum Forum LobbyReplies: 1Last Post: 01-10-2008, 04:17 PM -
Friends could u plz give me solution 4 this
By Saritha in forum JDBCReplies: 1Last Post: 06-15-2007, 04:42 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks