
-----------------------------------
uberwalla
Fri Nov 24, 2006 11:23 pm

hate to be complete noob but...
-----------------------------------
well im just starting out java, and know nothing about it :P

im learning it ahead of time b4 its taught in class so i can go ahead again :D 

how do u run programs?  :shock: 

i am using jcreater pro 4.00 i think the version is (for sure jcreater)

thx.

-----------------------------------
uberwalla
Fri Nov 24, 2006 11:26 pm


-----------------------------------
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 :P this was a waste. sorry for living (shoots himselfffffffffffffffffffffff

-----------------------------------
cool dude
Fri Nov 24, 2006 11:28 pm


-----------------------------------
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
Fri Nov 24, 2006 11:37 pm


-----------------------------------
everytime i compile my code i get a filepath error shit... u know what i can do to fix this? :D

-----------------------------------
cool dude
Sat Nov 25, 2006 1:50 pm


-----------------------------------
everytime i compile my code i get a filepath error shit... u know what i can do to fix this? :D

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
Sat Nov 25, 2006 2:54 pm


-----------------------------------
http://compsci.ca/v2/viewtopic.php?t=9576

-----------------------------------
uberwalla
Sat Nov 25, 2006 4:58 pm


-----------------------------------
ok thx guys ill test it again after i read the tut. :D
