Posted: Fri Nov 24, 2006 11:23 pm Post subject: hate to be complete noob but...
well im just starting out java, and know nothing about it
im learning it ahead of time b4 its taught in class so i can go ahead again
how do u run programs?
i am using jcreater pro 4.00 i think the version is (for sure jcreater)
thx.
Sponsor Sponsor
uberwalla
Posted: Fri Nov 24, 2006 11:26 pm Post subject: (No subject)
LOLSA! nvm im dumb. it was right in front of me when u start it and i didnt notice. sorry for taking up forum space this was a waste. sorry for living (shoots himselfffffffffffffffffffffff
cool dude
Posted: Fri Nov 24, 2006 11:28 pm Post subject: (No subject)
First thing you really want to do is read Wtd introduction to java. It takes a beginer to advance. really good!
To run your code you must first compile it. in JCreator you will see the compiler button at the top on your tool bar. Then press F5 or the button next to the compiler to run your code. it will run in the Dos window.
uberwalla
Posted: Fri Nov 24, 2006 11:37 pm Post subject: (No subject)
everytime i compile my code i get a filepath error shit... u know what i can do to fix this?
cool dude
Posted: Sat Nov 25, 2006 1:50 pm Post subject: (No subject)
uberwalla wrote:
everytime i compile my code i get a filepath error shit... u know what i can do to fix this?
Make sure that your Class name (The very first line in your code) is exactly the same as how you saved it. it is case sensitive so if you have a capital letter and a lower case letter in your class name than it will give you that error
wtd
Posted: Sat Nov 25, 2006 2:54 pm Post subject: (No subject)