

InterviewSolution
Saved Bookmarks
1. |
Solve : newest of newbies? |
Answer» I'm very new to the world of programming, about 48 HOURS new. I've decided I'm going to teach myself to program using JAVA...but i'm having trouble starting up...i've d/l java developers kit, and set my computer up to use the command prompt...but after that i'm stuck, command prompt keeps telling me that the files selected aren't executable files or batch files. I ran a test batch to see if it was correct and everything worked...so now what do i do. any info would help, also i can't seem to get class files to run either, i have the java VM so whats the problem?Quote I'm very new to the world of programming, about 48 hours new. I've decided I'm going to teach myself to program using JAVA...but i'm having trouble starting up...i've d/l java developers kit, and set my computer up to use the command prompt...but after that i'm stuck, command prompt keeps telling me that the files selected aren't executable files or batch files. I ran a test batch to see if it was correct and everything worked...so now what do i do. any info would help, also i can't seem to get class files to run either, i have the java VM so whats the problem?you started JAva without going through the manuals and beginner tutorials available on Sun's website?? You need to compile Class Files, before you can run them. I suggest you down load an IDE , Like JCreator, or Eclipse And then find a java Book , or tutorial Web site Google Has Many useswell, i've got a COMPILER now, and i've read a few online tutorials...i think that should get me GOIN in the right direction...thanks a bunch. i'll probably be posting some other minor TECHNICAL difficulties soon tho B) |
|