Question:

Free java downloading to compile and run programe

by  |  earlier

0 LIKES UnLike

I want to practise java practicals of MCA 2nd Sem. IGNOU so i want help which Version should i use .I have no knowledge about java.

 Tags:

   Report

3 ANSWERS


  1. Just download and install the latest Java Developement Kit (JDK). It has all the necessary executables to compile and even decompile java code and executables.


  2. If you want to get a more educated answer, try not using abbreviations. Most people won't know what you're talking about.

    But if you want to compile and run Java programs (.java, .class, .jar), you should download JDK (Java Developer Kit).

    Here is the download link: https://cds.sun.com/is-bin/INTERSHOP.enf...

    Once you install it, you need to know how to use it.

    -- How to compile --

    Create a folder with your .java files, then make a .bat file (command prompt batch file) with this command:

    "C:\Program Files\Java\jdk1.6.0_07\bin\javac.exe" *.java

    This will create compiled (.class) files of your .java files. Change the location in the quotes to the location of your install folder.

    -- How to run --

    Once you have it all compiled, make a .bat file with this command:

    "C:\Program Files\Java\jdk1.6.0_07\bin\java.exe" CLASS FILE YOU NEED TO RUN

    There are other tutorials that go more in-depth. Google for it: http://www.google.com/search?q=compliing...

    Good luck.

  3. If u r new to Java and you just want to do practice in java programming language, then J2SE 1.4.2 is enough.  Click the following link and download  J2SE v 1.4.2_18  SDK

    http://java.sun.com/j2se/1.4.2/download....

    if u click "Download J2SE SDK" link, you will be asked to Select Platform and Language for your download.

    regards

    Sarwan_Gres

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.