Results 1 to 16 of 16

Thread: RealJ

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2001
    Posts
    843

    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"

  2. #2
    Lively Member tcullen's Avatar
    Join Date
    Nov 2001
    Location
    Kent, England
    Posts
    66
    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.

  3. #3
    Member
    Join Date
    Nov 2001
    Location
    C2C
    Posts
    42
    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.

  4. #4
    Fanatic Member zmerlinz's Avatar
    Join Date
    May 2000
    Location
    in a world where the sun always shines on the bloody tv!!
    Posts
    604
    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]

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2001
    Posts
    843
    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"

  6. #6
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    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.

  7. #7
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    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.

  8. #8
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    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.

  9. #9
    Member
    Join Date
    Nov 2001
    Location
    C2C
    Posts
    42
    Originally posted by Dilenger4
    Real men code their GUI's.
    I would say, real man code app without IDE.
    (but that's in the past)
    Hai Kuo Ren Yu Yao. Tian Gao Ren Niao Fei.

  10. #10

  11. #11
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    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.


  12. #12
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    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?

  13. #13
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    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

  14. #14
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    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?

  15. #15
    Hyperactive Member CaptainPinko's Avatar
    Join Date
    Jan 2001
    Location
    London, Ontario, Canada
    Posts
    332
    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

  16. #16
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    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
  •  



Click Here to Expand Forum to Full Width