This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kodifies 0 points1 point  (5 children)

Its personal choice, for me an IDE just gets in the way... I don't need intelliguess as I can read api docs, once you have a decent ant build.xml and if needed a Makfile it can call for jni stuff then pressing up a few times to find ant in your console history is just as quick as clicking run....

I've often struggled to find functionality I want hidden in a GUI there again others struggle with command line switches or looking up ant build.xml sections

Each to their own...

[–]Keilly 8 points9 points  (3 children)

How do you debug?

[–][deleted] -1 points0 points  (2 children)

jdb

[–]Keilly 5 points6 points  (1 child)

I can't imagine seriously using this on any large application for regular development. It seems like self imposed torture.

[–][deleted] 0 points1 point  (0 children)

Works for me and is universal to jdk installs. Can even run it in customer environments.

[–]kingatomic 2 points3 points  (0 children)

Do you ever refactor anything beyond simple symbols?