Previously wrote a blog about MyEclispe10 hack: MyEclipse10 hack method But recently finished the university's project, and re-installed the MyEclipse10, wait until the myeclipse to expire in accordance with the original method to crack but cracked unsuccessful, Run cracked file Run.bat always also flash back.
I've never had a problem running run.bat before, and I wrote in my previous blog that " some people say running Run.bat is going to be a flashback." Wrong is not to run Run.bat, to run Me_active.jar.
Keep in mind that running Me_active.jar is open with the JDK, which means you have to make sure that you have the JDK installed and that the environment variables are configured ", but this time after the flashback, I ran Me_active.jar and there was this page
I foggy, also do not know how, why before can crack success, this time but die?" I think, after the last time, I changed what things? Want to go, re-installed a system, WIN7 changed into a Win8, and then like the JDK version is changed, the original version of the JDK is 1.6, and then do the university for the project need to unify the JDK to 1.7. Online check, only know myeclipse to the system 32 or 64 bits have requirements, to Win7 or Win8 seems to have no effect. Troubleshoot problems with the system and check the JDK version. Find out, really is the JDK of the ghost.
Originally, the reason why before the crack MyEclipse10 run Run.bat no flash back problem, is because my previous JDK version is 1.6, JDK1.6 support Java program, the entry function is only used *.jar instead, And now my JDK version becomes the 1.7,jdk1.7 must indicate the entry function. Let's take a look at what's inside Run.bat.
This only indicates the entry function, so use *.jar instead, if our JDK version is 1.6 is no problem, but our JDK version is 1.7, then for the Jdk1.7,run.bat file should be how to change it?
That is to replace the * me_active, so you need to write Java-jar Me_active.jarinside the run.bat. In this way, we solve the problem, save, close, re-run the Run.bat, so that the page we want to appear.
****************************************************************************************************
something:
in our blog, this will solve the problem. However, sometimes java-jar Me_active.jar does not apply to all, specifically this * change to what, but also to see us to crack the file directory inside the file, because the crack directory of *.jar file for Me_ Active.jar so we're going to replace the * with Me_active.
if Crack.jar, then run.bat inside content will change to Java-jar Crack.jar, this depends on the specific circumstances. Well, today this blog is written here. In fact, the more you learn, the more you will find that there are many things worth studying.
MyEclipse10 hack run Run.bat flash back