CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

View Poll Results: What Java Compiler do you use

Voters
10. You may not vote on this poll
  • JDK 1.2.x (Or Enterprise Edition 1.2.x)

    1 10.00%
  • JDK 1.3.x (Or Enterprise Edition 1.3.x)

    5 50.00%
  • J2SE/J2EE 1.4.x

    3 30.00%
  • MS J++

    0 0%
  • Other (Please Submit Reply as to which one)

    1 10.00%
Results 1 to 13 of 13
  1. #1
    Join Date
    Jan 2002
    Location
    Halifax, NS, Canada
    Posts
    985

    What Compiler are you using

    I Could be rong, but for those of you using JBuilder, I beleve it uses the following.

    JBuilder <= 4, I have no Idea

    JBuilder 5 - JDK1.3.1
    JBuilder 6, 7 and 8 use J2SE 1.4.x

    if you know different please let me know.

    Of cource depending on the version you have (personal, professional, enterprise edition) it may use Java Enterprise Edition.

  2. #2
    Join Date
    Jan 2002
    Location
    Halifax, NS, Canada
    Posts
    985
    It doesn't seem like anyone is interested.

    Come on people, cast your vote.

  3. #3
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163
    We currently use the JDK 1.3.1 compiler for server-side code (WebLogic 6.1 and 7.0) and JDK 1.4.x for Windows PC clients.

    I recently had to revive an old project built with JDK 1.1.x, and had to switch to Jikes due to some problems with the memory usage parameters, but this was an exception.

    Time wastes our bodies and our wits,
    But we waste time, so we are quits...
    Please use &#91;CODE]...your code here...&#91;/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

  4. #4
    Join Date
    Dec 2002
    Posts
    65
    Hi. Presently, I am using jbuilder 6 and jdk 1.4.

  5. #5
    Join Date
    Jan 2003
    Location
    Vietnam
    Posts
    9
    I' using JDK 1.2 at hoe and 1.4.0 at my Uni
    should i upgrade my 1.2 JDK?
    Aye, It's beautiful... but stupid

  6. #6
    Join Date
    Mar 2002
    Posts
    132
    we have recently shifted to jdk1.4 from jdk1.3 because i read somewhere on net(i think at java.sun.com) that using jdk1.4 increases the efiiciency of servlet engine(tomcat) by 35% also it is much faster than jikes(jikes is faster than jdk1.3).


    saddysan

  7. #7
    Join Date
    Jan 2003
    Location
    Malaysia
    Posts
    6
    I currently use the JDK 1.3.1

  8. #8
    Join Date
    Feb 2009
    Posts
    2

    Re: What Compiler are you using

    Could somebody help me, i have some problem in java. Its a big task. Goodz13 or anyone who can programm well please add me on msn if have, my address: [email protected]
    thank you very much

  9. #9
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: What Compiler are you using

    Firstly please do not resurrect old threads especially if your post has nothing to do with the topic.

    Secondly most of the people in this thread no longer post on the forum so are unlikely to help you.

    Finally all help is given on forum and not by email, msn etc.

    So if you have a question then please start your own thread and ask it. If you want soemone to do your work for you then go to a site where you can hire a programmer.

  10. #10
    Join Date
    Feb 2009
    Posts
    2

    Re: What Compiler are you using

    man, dont disturb me.
    If you can program add me
    Im cracking, but not in java. Im better in other kind of languages.

  11. #11
    Join Date
    Jul 2005
    Location
    Currently in Mexico City
    Posts
    568

    Re: What Compiler are you using

    Incorrect poll entries or incorrect thread name. JDK/JEE are not compilers, and less MS J++ is.

    These are Java compilers:
    - bytecode compilers
    - native compilers

    Primary job: javac v1.4.2_04
    Personal business: javac v1.6.0_11, GJC v4.3.2, Excelsior JET v6.0

    If we talk about development kits then:
    Primary job: BEA JRockit8.1SP3 JDK 1.4.2 (WebLogic 8.1), JEE 1.3
    Personal business: JDK 1.6, JEE 5
    Wanna install linux on a vacuum cleaner. Could anyone tell me which distro sucks better?

    I had a nightmare last night. I was dreaming that I’m 64-bit and my blanket is 32-bit and I couldn’t cover myself with it, so I’ve spent the whole night freezing. And in the morning I find that my blanket just had fallen off the bed. =S (from: bash.org.ru)

    //always looking for job opportunities in AU/NZ/US/CA/Europe :P
    willCodeForFood(Arrays.asList("Java","PHP","C++","bash","Assembler","XML","XHTML","CSS","JS","PL/SQL"));

    USE [code] TAGS! Read this FAQ if you are new here. If this post was helpful, please rate it!

  12. #12
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: What Compiler are you using

    Incorrect poll entries or incorrect thread name. JDK/JEE are not compilers, and less MS J++ is...
    I wouldn't worry too much about it this poll was done over 6 years ago.

  13. #13
    Join Date
    Jul 2005
    Location
    Currently in Mexico City
    Posts
    568

    Re: What Compiler are you using

    lol, have just seen the post date
    Wanna install linux on a vacuum cleaner. Could anyone tell me which distro sucks better?

    I had a nightmare last night. I was dreaming that I’m 64-bit and my blanket is 32-bit and I couldn’t cover myself with it, so I’ve spent the whole night freezing. And in the morning I find that my blanket just had fallen off the bed. =S (from: bash.org.ru)

    //always looking for job opportunities in AU/NZ/US/CA/Europe :P
    willCodeForFood(Arrays.asList("Java","PHP","C++","bash","Assembler","XML","XHTML","CSS","JS","PL/SQL"));

    USE [code] TAGS! Read this FAQ if you are new here. If this post was helpful, please rate it!

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

Featured