Closed Thread
Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 51

Thread: whic IDE do you use for java?

  1. #41
    Join Date
    Jul 2008
    Location
    Somewhere that is shorter to write than "In the gloomy shadows of my personal namespace"
    Posts
    10,725
    Blog Entries
    2
    Rep Power
    90

    Re: whic IDE do you use for java?

    Well, that learning trial was new to me, I'll check it out, thx! I also got hold of some user-manuals on GNU compilers somewhere so I'll probably figure it out by myself in a few days
    Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #42
    Join Date
    Oct 2007
    Posts
    538
    Rep Power
    21

    Re: whic IDE do you use for java?

    If you are interested specifically in the Gnu toolchain I might be of more help. Which part of the build process are you struggling with?

  4. #43
    Join Date
    Jul 2008
    Location
    Somewhere that is shorter to write than "In the gloomy shadows of my personal namespace"
    Posts
    10,725
    Blog Entries
    2
    Rep Power
    90

    Re: whic IDE do you use for java?

    Well, I've got a resource script to include some icons and menus (in my Win32 app) from a tutorial, but was basically not able to figure the steps to compile it. Dev-C++ have the option to "add resource script" or something. NetBeans don't have, I think.. I tried messing around with my makefile (actually my project folder contained 4 of them???) but with no success as I am not very skilled in that kinda things (yet)..
    Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

  5. #44
    Join Date
    Oct 2007
    Posts
    538
    Rep Power
    21

    Re: whic IDE do you use for java?

    You want to add a Win32 GUI resource to a project? I've not had much experience with Win32 GUI's unfortunately. I wrote it off as a bad idea many years ago after seeing the retarded naming scheme (hwnd? Why not Win32****Window) and over complicated API's (I've never seen so many 'yet to be implemented' place holders that seem entirely pointless).

    This might have something

    How to Start Windows Programming with MinGW

  6. #45
    Join Date
    Jul 2008
    Location
    Somewhere that is shorter to write than "In the gloomy shadows of my personal namespace"
    Posts
    10,725
    Blog Entries
    2
    Rep Power
    90

    Re: whic IDE do you use for java?

    Well, sorry but that tutorial didn't help me much.. (I use g++, mind you, and except from the resources, I can handle this stuff, mostly, maybe, soon...)
    Thanks for trying, though

    Thing is I need to be able to create GUIs to accomplish my goals in life.... As I love the WinAPI (cryptic names or not) I decided to use that, and not Qt or something.
    And I got stuck. Because of a bloody icon...

    Just give me some time and I'll figure it all out. Currently I'm working with a DOS app, so it might take some weeks, though.
    Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

  7. #46
    Join Date
    Jul 2008
    Posts
    3
    Rep Power
    0

    Re: whic IDE do you use for java?

    My all time favourite is Eclipse...

    Eclipse Rocks !!

  8. #47
    kez
    kez is offline Newbie
    Join Date
    Aug 2008
    Posts
    2
    Rep Power
    0

    Re: whic IDE do you use for java?

    NetBeans or IDEA!

  9. #48
    Blmaster is offline Learning Programmer
    Join Date
    Jul 2008
    Posts
    50
    Rep Power
    14

    Re: whic IDE do you use for java?

    Does anyone use JGrasp?? plus im new to Progamming so whats an IDE? is it the program you use to compile or a program you use to create source code?

  10. #49
    Join Date
    Oct 2007
    Posts
    538
    Rep Power
    21

    Re: whic IDE do you use for java?

    An IDE is an integrated development environment. Essentially in the old days everyone used to have separate text editors, compilers, build systems, revision control systems, test harnesses, etc (many still prefer such systems). At some point somebody decided to integrate these systems. This has advantages and disadvantages. It's easier to get something acceptable up and running but can be much harder to customise your working environment (and I find I always want something custom, never seen a drop in package that suits all my needs).

    It then becomes a trade off. IMHO you pay for the saved hour necessary to get a manual system set up a thousand times over in all the silly repetitive tasks you'd create a build rule for in a manual system.

  11. #50
    Blmaster is offline Learning Programmer
    Join Date
    Jul 2008
    Posts
    50
    Rep Power
    14

    Re: whic IDE do you use for java?

    oh that helps... so JGrasp is an IDE since it has a text editer plus i can compile it and run it with it. thanks G_Morgan

Closed Thread
Page 5 of 6 FirstFirst ... 3456 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 08-13-2010, 12:34 PM
  2. Replies: 6
    Last Post: 06-14-2010, 04:11 PM
  3. Java - Please give me java.exe and javac.exe
    By Panarchy in forum Java Help
    Replies: 6
    Last Post: 11-01-2008, 07:21 AM
  4. Replies: 0
    Last Post: 10-19-2007, 09:57 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts