Re: Editor
And how do I edit them?
That's a Java question. Not a WinSCP question. I do not do Java, but afaik,
.jar
are not to be edited. You edit .java
files and compile them to get updated .jar
files.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
And how do I edit them?
.jar
are not to be edited. You edit .java
files and compile them to get updated .jar
files.
.jar
files are binary files. You cannot edit them in a text editor.
.jar
files are binary files. You cannot edit them in a text editor.