Eclipse Read-only

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
edvis22
Posts: 2
Joined: Tue Aug 16, 2016 4:41 am

Eclipse Read-only

Post 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.
You do not have the required permissions to view the files attached to this post.
Sacrifice
Advanced User
Advanced User
Posts: 1026
Joined: Thu Aug 14, 2014 6:31 am

Re: Eclipse Read-only

Post by Sacrifice »

.class files? ... :lol: :lol:
HorridoJoho
L2j Senior Developer
L2j Senior Developer
Posts: 795
Joined: Sun Aug 14, 2005 11:27 am

Re: Eclipse Read-only

Post 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.
Post Reply