Honda and Acura Car Forums banner

What is the program to write java?

583 Views 6 Replies 6 Participants Last post by  del_parker
Anyone know what is the best JAVA program?............i want to write and run the program ..........and where can i download for free?


I am using window XP..........and every Java applications are not working............what happen to my PC?
what program am i missing? Do I have to download some software to make JAVA work in my computer?


anyone knows?


thanks
1 - 7 of 7 Posts
you need to download and install Java Virtual Machine before you can run or view Java application/webpage on ur machine. As for writing Java stuff....you can use TextPad for that. Go to download.com and download it :p
I just download Java virtual machine, Jcreator and Textpad

After I install the Java virtual machine ........i can see things in java in brower

but after I install J-creator and Textpad, I can write program........but i can't run it............why?
am i missing something?

I heard someone told me i have to set something up in my PC to run it? :confused:

thanks anyway :)
You need to install the java virtual machine© Another great programming IDE for java is Borland JBuilder© It was free for a while but I dont know if it still is©
most likely the reason that you cant run it is because it isnt compiled yet, you will need a compiling program, i prefer codewarrior, but i am just used to that from school.
after you write the java code, you'll need to compile it. download the jdk from java.sun.com. they also have a tutorial there that walks you through writing your first java application. or ask. i've been a java developer in the industry for about 5 years now. ;)
ronald007 said:
I just download Java virtual machine, Jcreator and Textpad

After I install the Java virtual machine ........i can see things in java in brower

but after I install J-creator and Textpad, I can write program........but i can't run it............why?
am i missing something?

I heard someone told me i have to set something up in my PC to run it? :confused:

thanks anyway :)
after installing textpad and java, goto to configure, preferences, tools, and apply the java compiler, run application, and applet IF they're aren't available already on the tools menu.
1 - 7 of 7 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top