How to run a cache editor via eclipse (Noob friendly)
First off you need a cache and a cache editor ofc. i would recommend frosty's cache editor aswell since Alcoholism did just release a fixed version of it and its just soo awesome :) [Only registered and activated users can see links. Click Here To Register...]
I'm making a tutorial on this because there are many people that are new to eclipse and are not really sure how to run tools like cache editors via it. there might be easier ways too do this but this is how i would do it.
Open up eclipse and select File in the corner then New -> Java Project
[Only registered and activated users can see links. Click Here To Register...]
You can now call your project anything you want, i will just call it Cache Editor :D
Tick of the Use Default Location button and Browse for your Cache Editor folder. When you have found it just select it and click OK, now all you have too do is click finish and your project should be created.
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Now let's get this editor running. start of clicking the small arrow on the side of the run button and run configurations.
[Only registered and activated users can see links. Click Here To Register...]
Now you choose New launch configuration.
[Only registered and activated users can see links. Click Here To Register...]
After you have done this Name your Config anything you want. after you have named it browse for projects and choose "Cache Editor" or what youve called your project.
if you have already added your source as a project so you dont make a Config via the wrong project.
Now Search after Main Classes. you can write ** too find any string.
If you are using Frosty's you should look for Main - com.editor and select it then press OK.
[Only registered and activated users can see links. Click Here To Register...]
Apply and Run. again if you are using frosty's you will see something like the picture below. click in the corner of the Editor chooser and choose the path too your server cache and start editing :)
[Only registered and activated users can see links. Click Here To Register...]
i really hope this helps some of you guys. as i said im not pro but i learned this and really wanted too share it too all of you guys so you dont really need to be stuck as i was :)