help

Status
This thread has been locked.

sorydayz

Feedback score
2
Posts
34
Reactions
8
Resources
0
Hey guys!
I am wondering, as a learning java dev, what is the best program to edit .class and open .jar files.
I have only tried jd-gui, and it seems purely read only.
Any help is apprecitated
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Mr_Jacksonville

-
Deactivated
Feedback score
5
Posts
196
Reactions
74
Resources
0
Hey there, I would recommend using Eclipse.
https://eclipse.org/
You can't just use eclipse to access all class files... You have to use another one to read it or edit the actual jar, then you can transfer the classes to eclipse. But Eclipse is the leading program for Java (at least what I think), so I would agree with you there.
 
Status
This thread has been locked.
Top