JAVA ?  | | |
December 13th, 2005, 09:41 AM
|
#1 (permalink)
| | Banned
Join Date: Oct 2005
Posts: 752
|
ok so i wanna learn java(not script) what do i need to write the code and compile it?any suggestions.  |
| |
December 13th, 2005, 09:46 AM
|
#2 (permalink)
| | Ultimate Member
Join Date: Nov 2003 Location: Richmond, VA
Posts: 2,529
|
You can write the code using Notepad. Java isn't really compiled per se. It is sort of compiled when it is run with JRE.
__________________
My other car is a T-34.
|
| |
December 13th, 2005, 09:50 AM
|
#3 (permalink)
| | Banned
Join Date: Oct 2005
Posts: 752
|
is there a site that explains this? and just how to get some code workin.maybe how to write some code to  |
| |
December 13th, 2005, 10:35 AM
|
#4 (permalink)
| | Junior Member
Join Date: Dec 2005
Posts: 20
|
The SUN website is the best place to begin learning. From there, google for JAVA tutorials. As far as and IDE, I like eclipse although MANY are very passionate about NetBeans. Both have positives and I would recommend trying both and making your own choice. |
| |
December 13th, 2005, 10:39 AM
|
#5 (permalink)
| | Perfetc Member
Join Date: Jan 2003 Location: Maryland Suburbia
Posts: 4,334
| http://java.sun.com/j2se/1.5.0/download.jsp
There are the downloads for the java software development kit. "Netbeans" is an integrated development environment, similar to microsoft visual studio or JCreator.
To start with its probably much simpler to just write your programs with a simple text editor, and use the java SDK to compile and run the programs from the command prompt. If you've never used DOS and command prompts scare you.... then just use an IDE.
Make sure you download the JDK and not just the JRE.
Do you know any other programming languages? Are you familiar at all with object oriented concepts? (Classes and objects). If so you should be able to transistion into Java somewhat easily.
Last edited by VHockey86 : December 13th, 2005 at 10:42 AM.
|
| |
December 13th, 2005, 11:18 AM
|
#6 (permalink)
| | Best To Avoid Me
Join Date: Mar 2002 Location: Under Your Bed
Posts: 8,863
|
I recommend using SuperEdi for your code writing as it has syntax coloring (easier to distinguish lines of code) and many other useful features. |
| |
December 13th, 2005, 12:09 PM
|
#7 (permalink)
| | Ultimate Member
Join Date: Nov 2004 Location: Provo, UT
Posts: 1,337
|
I prefer JCreator for writing my JAVA code ( http://www.jcreator.com/). Make sure that when you download the JDK, that you get the latest 5.0(1.5) version . . . . 1.5.3 I think it is. For some reason they renamed JAVA 1.5 as JAVA 5.0. Dont ask me why.
When you compile tha JAVA code the cool thing is that it goes into a sort of pre-executable bytecode that is cross platform. JAVA compiles thiss bytecode on the fly to execute the program, on whatever platform you want. You can compile to java executables(.jar), but I really do not understand what happens there except the fact that I have a double-clickable JAVA program.
Just out of curiosity, how much programming experience do you have, towlies? |
| |
December 13th, 2005, 07:05 PM
|
#8 (permalink)
| | Banned
Join Date: Oct 2005
Posts: 752
| Quote: |
Originally Posted by dchw_dude Just out of curiosity, how much programming experience do you have, towlies? | hardly any  |
| |
December 14th, 2005, 10:43 AM
|
#9 (permalink)
| | Junior Member
Join Date: Dec 2005
Posts: 20
|
That's not a big problem. A lot of schools begin by teaching JAVA. It's also a good idea to learn Object-Oriented Programming early. That being said, I always recommend learning a scripting language (like LUA or Python) first, simply to get the basics of programming down before tackiling the big two (C++ and Java). However, if you think you can jump right in, the more power to you. Good luck and welcome to the programming world! |
| |
December 14th, 2005, 12:13 PM
|
#10 (permalink)
| | Ultimate Member
Join Date: Nov 2004 Location: Provo, UT
Posts: 1,337
|
I learned QBASIC while I was in Junior High, and then got good at C++ in High School. In college, now I have to learn JAVA for a class. It is enjoyable. Some friends in that class have never programmed before, and now all of us are creating Binary Search Trees! |
| | | Thread Tools | Search this Thread | | | |
Similar Threads | | Thread | Thread Starter | Forum | Replies | Last Post | | need java help! | yohon125 | Webmastering and Programming | 2 | May 6th, 2003 09:17 PM | | No java | camaro | General Tech Discussion | 6 | October 23rd, 2002 03:00 AM | | HELP WITH JAVA!! | silent_brown | Technical Support | 11 | August 28th, 2002 08:34 AM | | XP and Java VM | RustyGT | Applications and Operating Systems | 5 | August 22nd, 2002 02:08 PM | | Java for XP??!??!?!?! | skybolt_1 | Applications and Operating Systems | 4 | July 15th, 2002 11:45 AM | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |