| Author |
Message |
tjalps
Joined: 28 May 2001 Posts: 266 Helped: 2
|
24 Jul 2003 17:43 JAVA Start from scratch |
|
|
|
|
Hello!
I need to start programing Java. Until now I have programing in VB and C for embeddeds. Now I'd like to now wich tools you propose and also if you have any good advice how to start.
Regards!
|
|
| Back to top |
|
 |
Google AdSense

|
24 Jul 2003 17:43 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
sanjay
Joined: 04 Jul 2003 Posts: 117
|
26 Jul 2003 17:09 |
|
|
|
|
Hi there,
TO start with java
I would recommend you the following
You would need the following
1.Java Runtime Envorinment
2.Java Development Pack for j2se for starters
3.A nicely laid out java editor to make java programs.
4.If you plan to distribute your software as well then Install Anywhere is really good software.
I would really like to say its a very good idea of having java also as a background.
Now you can get option 1 and option 2 from the following site
java.sun.com ( Its the original sun site )
They even have a starters tutorial over there which is realyyyyyy damn good for a beginner.
I fyou need some more info on java then let me know I have some ebooks that I think I can help you with.
Where as for editors there are lots of them . but since been used to java programming I would recommend you go for either JCreator (www.jcreator.com) or JBuilder ( www.borland.com ) over here in JBuilder look under downloads and then you should find it over there..
Personall JBuilder is quite good for it reduces the amount of GRaphical User Interface Coding for you as it just provides you with a drag and drop feature just like as in Visual Basic and generates the code itself.
Also if you planning to go for embedded software programming in java I think you would also have to get Java Comm API from java.sun.com
I had to do it for one of my projects.. in the *****.
Well let me know if you need more info.
or if you get stuck somewhere along the line
I would be glad to help.
Also I would really appreciate if you could provide me help and link for learning embedded programming in Visual Basic and C for beginners.
I have a basic background in these languages and want to shift over to embedded side.
Thanks
With regards
Sanjay
|
|
| Back to top |
|
 |
artem
Joined: 22 May 2003 Posts: 1652 Helped: 91 Location: Turan
|
03 Sep 2003 18:02 |
|
|
|
|
If you have a chance to find JBuilder , I could recommend it , it has IDE, builtin classes ,can disassemble java byte code in friendly format .
I you don't , you can download the java sdk from sun , and their forte for java limited edition . Or if you do not like the IDE , use the TextPad - it was designed as editor for java programs in mind . Thinking in Java is good book to udnerstand language internals , but there are couple of quality books available as well (see posting to ftp site here from pdf.org.yu ).
|
|
| Back to top |
|
 |
FuGui
Joined: 05 Sep 2003 Posts: 10
|
05 Sep 2003 2:38 |
|
|
|
|
| About Book, Thinking in Java, it is a good book for people of C/C++
|
|
| Back to top |
|
 |
kRoy
Joined: 24 Sep 2003 Posts: 19 Location: Hungary
|
09 Oct 2003 13:59 Re: JAVA Start from scratch |
|
|
|
|
Try eclipse as your IDE. It's a free, opensource application developed by the IBM and has cca. 300-400 plugins...
www.eclipse.org & eclipse-plugins.2y.net
|
|
| Back to top |
|
 |
bharundi
Joined: 01 Jan 1970 Posts: 260 Helped: 5
|
22 Oct 2003 8:05 |
|
|
|
|
now i guess you have enough info setting up java - jdk, ide, etc.
Good book for begineer is Java How to Program by Deitel...very easy to follow...if you need this book i have it pdf...it is around 14 mb (not scanned...lol) ...let me know...
Regards,
Bharundi
|
|
| Back to top |
|
 |
roli
Joined: 29 Apr 2001 Posts: 846 Helped: 1 Location: 'SiliconWafer' Island
|
22 Oct 2003 8:41 Re: JAVA Start from scratch |
|
|
|
|
Try this one:
IntelliJ IDEA 3.0.5v2 java IDE compiler
http://www.intellij.com/
It is very compact, friendly, and has an on-line Java Documentation [under the HELP menu] !!!
|
|
| Back to top |
|
 |