Compiling wiv forte

OK i compile a simple piece of code like the "hello" program.Says compiled sucessfulyl but in the output window i ahve no output of the word HelloIt justs says finshed compiling.Any ideas ?thxn Haddo
[241 byte] By [haddock666uk] at [2007-9-26 21:34:19]
# 1

Are you compiling or executing the class?

With Forte (and probably most other IDE's), compiling simply compiles the Java code. Whereas, Executing the class will compile the source code and then run the main method.

In Forte you execute by pressing F6, and the class will be compiled and run. Forte will switch to the "Run" mode, and your ouput should be listed.

Bhav

bhaveet at 2007-7-3 21:40:19 > top of Java-index,Developer Tools,Java Compiler...
# 2
cheerz heeh ive been pressing F9 Oops thxn v.much for ya help !
haddock666uk at 2007-7-3 21:40:19 > top of Java-index,Developer Tools,Java Compiler...
# 3
hehe that works fine Also now i seem to be getting up this Error message all the time..........Error message "runide.exe - No disk"and its askin me to put a bloody disk into Drive A Why is it askin me to do this ?
haddock666uk at 2007-7-3 21:40:19 > top of Java-index,Developer Tools,Java Compiler...
# 4

> Also now i seem to be getting up this Error message

> all the time..........

>

> Error message "runide.exe - No disk"

>

> and its askin me to put a bloody disk into Drive A

>

> Why is it askin me to do this ?

When does it give the Error message, ie. what was the last thing you did?

Bhav

bhaveet at 2007-7-3 21:40:19 > top of Java-index,Developer Tools,Java Compiler...
# 5
lol sorryi can't remember really.........I think i was loading a source file from a disk... and its just started popping up :o( Sorry can thelp much
haddock666uk at 2007-7-3 21:40:19 > top of Java-index,Developer Tools,Java Compiler...