Jesse and Freya- java lesson 0: java setup
Loading...
929
views
Uploader Comments (ErebusWolf)
see all
All Comments (8)
-
Awsome - I especially liked the linux parts - I use eclipse too since it has a familiar interface that is similar to a C++ IDE that I use - I tried netbeans when I first started to learn java and boy didnt I get lost real quick - and I dont like Visual Studio either...
-
Wow- all so very much over my head. I'll have to come back to this someday if I ever get highly ambitious........ Ha ha ha. Yeah right.
-
i wish i had a java hat.
-
oh...obviously not first view
my bad
-
thank you again for this :)
first view?!
-
A great video -- hmm, waiting to see the "Hello World!" program in action.
Loading...
OK, so i click on the add to path in Windows thing, and then what
1109AK1109 3 years ago
If you downloaded the jdk on your computer, then you follow the instructions on that page for adding the path. Then type javac into a command prompt again and you shouldn't get an error but a bunch of options. So that is your goal. Getting javac to work.
ErebusWolf 3 years ago
I hate to sound like an idiot but on Mac, terminal is only for checking if java works right?
and then the .txt files are what are programmed in?
Am I somewhat correct?
InstrumentManiac 3 years ago
no, mac terminal is used for lots and lots of other things.
Yes all programs are written in .txt files, but the suffix is changed to represent the language being used. Like .html .c .cpp .java etc
ErebusWolf 3 years ago