|
-
Dec 6th, 2001, 09:41 PM
#1
Thread Starter
Fanatic Member
RealJ
HI...
I want to learn Java. I downloaded RealJ... but I just cant make my applications run. I alredy downloaded de SDK. But it doesnt comile! What do I need to install?
Thank you!
"The difference between mad and genius is the success"
-
Dec 7th, 2001, 04:36 AM
#2
Lively Member
Best bet is to get a copy of jbuilder.
It uses pure Java and highlights errors when compiling with exact location of the error.
I'm just learning too with no previous programming experience and had all the same problems with the downloads. Drop me a line when you have a project to work on as I could do with something to work on.
-
Dec 7th, 2001, 10:14 AM
#3
Member
you can find info here:
http://www.javaworld.com/columns/jw-101-index.shtml
just using JDK is enough for learning Java. anyway if you have some graphic IDE, it will be convinient.you can choose Jbuilder, J++,VAJ,Forte Java.
Hai Kuo Ren Yu Yao. Tian Gao Ren Niao Fei.
-
Dec 7th, 2001, 10:32 AM
#4
Fanatic Member
i just stick to using the jdk personally, but if you are after a gui, i suggest a program called BlueJ, it is very cool
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
[ Galahtech.com] | [ My Site] | [ Fishsponge] | [ UnixForum.co.uk]
-
Dec 8th, 2001, 03:53 PM
#5
Thread Starter
Fanatic Member
isnt ForteJ the same than JBuilder? I downloaded forteJ and when I installed it... it came out as Jbuilder..... is that right... or am I confussed?
"The difference between mad and genius is the success"
-
Dec 10th, 2001, 02:21 PM
#6
Dazed Member
JCreator is the best IDE. period. It's written in C++ as opposed to those other IDE's. FORTE is good but unless your system is running a large amount of ram. It is crap.
-
Dec 12th, 2001, 10:37 AM
#7
I agree, JCreator is great, espessially if you used VC++ or InterDev before. I looks so much like them. The only thing I wish they would add is the support for swings.
-
Dec 12th, 2001, 11:26 AM
#8
Dazed Member
Do you mean like drag and drop controls like Visual Basic has?
Didn't we has a discussion about this before. Real men code their GUI's.
-
Dec 12th, 2001, 11:35 AM
#9
Member
Hai Kuo Ren Yu Yao. Tian Gao Ren Niao Fei.
-
Dec 12th, 2001, 11:38 AM
#10
Dazed Member
You said that right!
-
Dec 12th, 2001, 03:36 PM
#11
There is no such thing as "Real Man" when it comes to programming. Many programmers will say that "real man" will use ASM or at least C.
-
Dec 12th, 2001, 03:44 PM
#12
Dazed Member
Your right. Im only kidding anyway. If an Java IDE did implement say a tool box like Visual Basic has. Why has it yet to be done? Im not saying that it would be a good thing or a bad thing. I just see it being alot of work on the part of the person developing the IDE itself. For instance i use JCreator. Now i havent seen any use of what you would call code complete or intellsense(to use Micoro$oft's terms) within the IDE. Maybe it's there but i havent seen an option so far to turn it on. So if there is no code complete what would make them put in a tool box and implement a way to access all of the properties that go allong with them?
-
Dec 12th, 2001, 04:20 PM
#13
If you use JCreator LE then you don't get intellisense 
I use JCreator Pro which has that option.
Also, JBuilder has a "build gui" feature. Where you add your components as you do in VB. And you can actually get a free version of it from Here
-
Dec 12th, 2001, 06:00 PM
#14
Dazed Member
If you use JCreator LE then you don't get intellisense
I use JCreator Pro which has that option.
Right now im using JCreator pro but i have yet to get it registered. I think i still have about 20 days left so im still good. Do you think the option is there even though i haven't registered yet?
-
Dec 16th, 2001, 09:26 PM
#15
Hyperactive Member
isn't it hypocritical to design a Java IDE in C++ b/c C++ is supposedly better?
"There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein
If you are programming in Java use www.NetBeans.org
-
Dec 16th, 2001, 10:38 PM
#16
Dazed Member
Posted by CaptainPinko
Isn't it hypocritical to design a Java IDE in C++ b/c C++ is supposedly better?
No not really. C++ is faster of course. Obviously becuse it's a compiled language. So it would make sense to code an IDE in this language maybe with in line Assebly in parts to optimize. But faster doesn't necessarily mean better. If you programming games where speed in an issue then C++ and Assembly would be used. (I don't think that Soul Caliber2 would be very good coded in Java) From the very onset Java has had networking programming in mind. Im not too familar with C++'s support for networking programming but i don't think that it comes close to Java's. Also since Java is able to run on multiple OS's it has to deal with diffent file structures which is no easy task.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|