Quote:
Originally Posted by Barty
Q re JBE. Am I supposed to be able to edit the class file directly inside the jar file? JBE allows me to open the jar file and navigate to and select the class inside it, but when I click save method in the code edit tab, it says The system cannot find the path specified
I have JRE 1.7, win7 x64. there is no space or special char in path. unless it doesn't grok drive:\path
|
With JBE, I believe you could not save the class file unless you had extracted it from the jar. (I can't verify this, as I can't get JBE to run on my mac).
If you use another program called reJ, you can edit the class file from the jar and save directly, no extracting necessary.