newbie here in java pls help how to compile java....
pls help.. :(

Recommended Answers

All 8 Replies

Not sure I understand what your looking for... you can get simple free compilers from just about anywhere... JGrasp is a good one (http://www.jgrasp.org/).

tnx alot... i really appreciated

Not sure I understand what your looking for... you can get simple free compilers from just about anywhere... JGrasp is a good one (http://www.jgrasp.org/).

Thats not a compiler, thats an IDE.

To actually build things using it you need to download the sun JDK (Java Development Kit) and of course the JRE (which you probably have already)

Yerp. Personally i say to download the JDK and then NetBeans - make sure to download the (smaller) version of NetBeans that only includes JavaSE.

how do i compile java using netbeans ide and notepad++

Tested in my Vista Ultimate 32 bit. Download jdk (75mb)from this site http://download.oracle.com/javase/tutorial/getStarted/cupojava/win32.html .Install it, open command prompt ,type javac filename.java to compile and type java filename to run your java program.Use notepad to write java files. Select the installation folder in command prompt.If u install jdk to c/program files, then reach that folder in command prompt. eg:- C:\Program Files\Java\jdk\bin>javac filename.java .So you have to copy the notepad file to the installed folder bin. For any doubts, ask me. --usama

please , any body tell me the answer , how to compile and run the java program in windows 7 with jdk1.7

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.