Sep 17, 2002 #1 tav1035 MIS May 10, 2001 344 US I could at one time open and modify .class files with Microsoft Visual Studio. Anyone know how to configure this.
I could at one time open and modify .class files with Microsoft Visual Studio. Anyone know how to configure this.
Sep 29, 2002 #2 Blaxo Programmer Sep 3, 2002 49 NL You mean edit the java code? For that you would need a decompiler, for example the DJ Java Decompiler (http://members.fortunecity.com/neshkov/dj.html). It converts the java .class files (bytecode) to .java files (sourcecode) which you can edit (in Visual Studio, if you want to). regards, Blaxo Upvote 0 Downvote
You mean edit the java code? For that you would need a decompiler, for example the DJ Java Decompiler (http://members.fortunecity.com/neshkov/dj.html). It converts the java .class files (bytecode) to .java files (sourcecode) which you can edit (in Visual Studio, if you want to). regards, Blaxo
Oct 22, 2002 Thread starter #3 tav1035 MIS May 10, 2001 344 US Maybe it was a .js file. But the decompiler worked on the .class file. Upvote 0 Downvote