Link to home
Start Free TrialLog in
Avatar of DaFou
DaFou

asked on

Java 1.0

Ola,

I am looking to develop a java application in java 1.0, This becuase I want it to run on as much java enabled systems as possible.
Also I am looking for a good free IDE that actually compiles projects that work and contains something like intellisense.
I found 1 but when i run the programm i get error message about a classpath not being right or something.

How can I get going most easily?
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

http://mindprod.com/jgloss/classpath.html

Is one of the things you have to get your head around for Java
>>I am looking to develop a java application in java 1

You should *generally* be OK if you avoid use of Swing and collection classes. I'll leave the scores of others to start posting about the best IDE ...
>> Also I am looking for a good free IDE
Open Source IDEs in Java: http://java-source.net/open-source/ides
You should be ok with java 1.1.7

I *believe* that works on all VMs, and if memory serves me right, it's the least buggy 1.1 release ;-)
jcreator,kawa,netbeans ides are freewares
SOLUTION
Avatar of Giant2
Giant2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DaFou
DaFou

ASKER

CEHJ: I want to learn about classpath when the time is right.
For now all i care about is an IDE WITH intellisence ( or something like it ) that can compile and run a Hello World program easily just like Visual j++
Also are you impling I can use any java version and it will run anywhere aslong as I avoid sertain stuff in it?

zzynx: Does that IDE meet my requirements?

TimYates: How do i get my hands on that version? please provide a URL?

amrit_82: Do those IDE's meet my requirements?

Giant2: I dont remember the error message. Basicly I am looking for an IDE that does not generate an error on a simple Hello World Program. ALso I am not going to make an applet.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DaFou

ASKER

zzynx, heheh this netbeans IDE does not have a template for a hello world command line program :-(

any tips?
Avatar of DaFou

ASKER

found it :-)
:-)
Thanks
:)