View Single Post
Old 04-08-2004, 09:51 AM   #20 (permalink)
rugrat
Upright
 
Quote:
Originally posted by sailor
JGrasp *does* have a debugger, but thats about the only thing is has going for it. Its also the one big thing I dont like about JCreator.

I just wish Eclipse wasnt project oriented.
?!?! it's a lot easier to write a single-class console app in eclipse than in some of hte others... new project, new file. works a lot like Visual Studios in that everything is encompassed within a project. hard to learn at first, but if you can get it working for ya, it's nice. the real-time compile feature is nice, too, although when it yells at you before you're done typing a line, it can get annoying.

All in all, if you're wriring 2 class programs.. just use TextPad & command line, or vim and command line, or bbedit, or whatever your text-editor of choice is.
rugrat is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73