Computer Science Canada hate to be complete noob but... |
Author: | uberwalla [ 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. |
Author: | uberwalla [ Fri Nov 24, 2006 11:26 pm ] |
Post 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 ![]() |
Author: | cool dude [ Fri Nov 24, 2006 11:28 pm ] |
Post 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. |
Author: | uberwalla [ Fri Nov 24, 2006 11:37 pm ] |
Post subject: | |
everytime i compile my code i get a filepath error shit... u know what i can do to fix this? ![]() |
Author: | cool dude [ Sat Nov 25, 2006 1:50 pm ] |
Post 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 |
Author: | wtd [ Sat Nov 25, 2006 2:54 pm ] |
Post subject: | |
http://compsci.ca/v2/viewtopic.php?t=9576 |
Author: | uberwalla [ Sat Nov 25, 2006 4:58 pm ] |
Post subject: | |
ok thx guys ill test it again after i read the tut. ![]() |