Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to start Java programming from a scratch?

Status
Not open for further replies.

tjalps

Full Member level 5
Joined
May 28, 2001
Messages
240
Helped
6
Reputation
12
Reaction score
3
Trophy points
1,298
Location
SLOVENIA
Activity points
1,994
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!
 

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 casino.

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
 

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 ).
 

About Book, Thinking in Java, it is a good book for people of C/C++
 

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
 

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
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top