Results 1 to 8 of 8
Thread: Problem with hello world.
- 02-04-2012, 08:28 AM #1
Member
- Join Date
- Feb 2012
- Posts
- 61
- Rep Power
- 0
- 02-04-2012, 08:41 AM #2
Member
- Join Date
- Feb 2012
- Posts
- 31
- Rep Power
- 0
Re: Problem with hello world.
When using command line to compile/run Java source code, it must be done as so.
You don't need to type .class after you call the java command.Java Code:javac (FILENAME).java java (FILENAME)
- 02-04-2012, 09:23 AM #3
Re: Problem with hello world.
Why do they call it rush hour when nothing moves? - Robin Williams
- 02-04-2012, 10:53 AM #4
Member
- Join Date
- Feb 2012
- Posts
- 61
- Rep Power
- 0
Re: Problem with hello world.
I did so that all *. Class files to run with java but still i get this error.
- 02-04-2012, 11:22 AM #5
Member
- Join Date
- Oct 2011
- Posts
- 92
- Rep Power
- 0
Re: Problem with hello world.
you aren't compiling or running the class file. You're compiling then running a java file.
- 02-04-2012, 12:07 PM #6
Member
- Join Date
- Feb 2012
- Posts
- 61
- Rep Power
- 0
Re: Problem with hello world.
I know .
- 02-04-2012, 12:52 PM #7
Member
- Join Date
- Feb 2012
- Posts
- 61
- Rep Power
- 0
Re: Problem with hello world.
Now I have another problem - the command java works but other javac command does not work.
- 02-04-2012, 01:28 PM #8
Member
- Join Date
- Feb 2012
- Posts
- 31
- Rep Power
- 0
Similar Threads
-
Hello World Questions/Problem
By NewtoWorld in forum New To JavaReplies: 3Last Post: 10-14-2011, 07:36 PM -
Hello World, new!!!
By omarovs in forum IntroductionsReplies: 1Last Post: 08-06-2011, 09:46 AM -
Hello world!
By rgrant222 in forum IntroductionsReplies: 2Last Post: 07-30-2010, 05:52 PM -
hello world
By wayne.seymour in forum IntroductionsReplies: 2Last Post: 02-11-2009, 01:19 PM -
Hello World!
By joshua in forum IntroductionsReplies: 3Last Post: 02-03-2008, 01:41 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks