
Mr_H
Newbie
Oct 13, 2005, 2:04 PM
Post #2 of 3
(1130 views)
Shortcut
|
|
Re: [pimp28j] editing java class files
[In reply to]
|
Can't Post
|
|
If you open up a .class in DJ, it will output a .jad. Thats a decompiled version, but anyways, you can just open that up, and save it as blah.java. Then when you put it back in the JAR, you cant use Winrar, you need to use jar.exe, whick comes with JDK. You can make a batch file like this ----- @echo off jar cf JARNAME.jar *.class pause ----- But yes, you need to compile it. Ill look at the tutorial real quick, and edit this. EDIT: I look at that tut, and it assumes you have JDK installed. Check out www.java.sun.com, or Downlaod JDK from here: http://java.sun.com/j2se/1.5.0/download.jsp Once you instal that, I can help you set up your Env Vars, if you want, but you dont need to.
MSN - mrh@illusion-x.net
(This post was edited by Mr_H on Oct 13, 2005, 2:08 PM)
|