Page 1 of 1

Eclipse Read-only

Posted: Tue Aug 16, 2016 5:01 am
by edvis22
Hi, guys. I have Gracia Final server revision - 1475. I want to modify my experience.class file using eclipse. The point is that when I open it I can't write or delete anything because file is the read - only. How can I change it to writable ? I downloaded my server pack, data pack and source as .rar files and now I want to modify L2jserver.jar file. I added some pictures. Thank you in advance.

Re: Eclipse Read-only

Posted: Tue Aug 16, 2016 9:31 am
by Sacrifice
.class files? ... :lol: :lol:

Re: Eclipse Read-only

Posted: Tue Aug 16, 2016 10:21 am
by HorridoJoho
As you are opening a .class file which is compiled bytecode, eclipse tries to find the matching .java file as the context of the .class file. That is why you can't edit. You need to look at the src directory and open .java files instead of .class files in the jar file.