Support Forums
Need Help ~Developement Kit Configuration - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Java Programming (https://www.supportforums.net/forumdisplay.php?fid=22)
+---- Thread: Need Help ~Developement Kit Configuration (/showthread.php?tid=1610)



Need Help ~Developement Kit Configuration - loge00 - 10-16-2009

Okay, so I decided to enroll myself in Java, but I'm having trouble with jdk1.7.0. I know there are easier and more graphical development kits, but I want to learn to use this one before I move on to a graphical one.

The problem I have is with setting up the PATH and the CLASSPATH... I am no wiz when it comes to DOS, but I thought I had setup the thing correctly... till my DOS told me it didn't recognize javac as a command.
I think I might of wrongly configured the CLASSPATH cause the PATH looked like it was working when I paused the AUTOEXEC.BAT.

Please, I wanted to dive into Java, but I'm stuck... if I can't compile I can't even play around while I fix the problem...
Never mind, I figured it out on my own, but for all those who have encountered this problem
don't forget to add %PATH% at the end of the path you set.


RE: Need Help ~Developement Kit Configuration - Eustaquio - 10-18-2009

You should use an IDE (Integrated Development Environment or something like that) the most used are Eclipse and NetBeans, I personally use NetBeans with a simple click you can create a new project and with another simple click you can run the code and see the result in NetBeans too they are free and no problems for downloading it. Take a look to that programs. It's 1000 times easier.


RE: Need Help ~Developement Kit Configuration - Dave1005 - 10-18-2009

I have to agree with Eustaquio. Plus, when setting up Netbeans, it'll set up the JDK and all other dependencies for you. Just make sure you download the correct version.