MyEclipse10.0及以上版本破解過程,run.bat檔案總是一閃而過的解決辦法
以前使用過MyEclipse10.05,以前安裝時也用找到的破解補丁裡的crack這個檔案裡的run.bat檔案成功破解了MyEclipse10.05,但是這次死活不行,那個檔案總是一閃而過,網上找了各種方法,就是不對。
開始以為jdk安裝時,環境變數配置不對,重新安裝jdk,又重新配置多次,始終不對,後來在網上看到說,要改run.bat裡面的內容java -jar *.jar,網上說是改為java -jar me_active.jar,但是這個弄了好幾次,還是不行,最後查了一下才發現,原來上一次能行是因為之前用的都是jdk1.6版本的,而這一次改用jdk1.7版本的,jdk1.6版本的支援java程式,入口函式就只用*.jar代替,但是jdk1.7版本的就不行,必須指明入口函式。
上面說網上改為java -jar me_active.jar,這個其實不能完全適用,因為可能破解檔案裡的入口函式名不是這個,一般這個破解檔案裡只會有一個字尾為.jar的檔案,找到這個檔案後,把run.bat裡的內容改為java
-jar 檔名.jar,比如我的是cracker.jar,就改為java -jar cracker.jar。
10.7版破解基本上同10.1版,但破解金鑰和演算法有所變化,經過本人的探討和研究,更新了Crack程式,同時支援10.5和10.1版本的破解.下面是破解步驟:
1. 輸入Usercode, 點選'SystemId...', 生成SystemId
2. 點選'Active', 生成LICENSE_KEY, ACTIVATION_CODE, ACTIVATION_KEY
3. 點選選單'Tools -> 2.SaveProperties...',
目的是把生成的LICENSE_KEY, ACTIVATION_CODE, ACTIVATION_KEY儲存到C:\Documents and Settings\Administrator\.myeclipse.properties檔案中
4. 點選選單'Tools -> 1.ReplaceJarFile', 選擇${eclipse_home}/plugins目錄, 等待30秒左右.
目的是:
Replacing [SignatureVerifier <before MyEclipse 10.5>].
Done.
Replacing [publicKey.bytes].
replacing file [${eclipse_home}\plugins\com.genuitec.eclipse.core_10.5.0.me201206170059.jar] and create bakFile [${eclipse_home}\plugins\com.genuitec.eclipse.core_10.5.0.me201206170059.jar.bak20120623123135]
update [com/genuitec/eclipse/core/publicKey.bytes]
Done.
Replacing [SpecialSignatureVerifier<for MyEclipse.10.5>].
replacing file [${eclipse_home}\plugins\com.genuitec.eclipse.core.common_10.5.0.me201206160414.jar] and create bakFile [${eclipse_home}\plugins\com.genuitec.eclipse.core.common_10.5.0.me201206160414.jar.bak20120623123142]
update [com/genuitec/eclipse/core/ui/preference/MECPListContentProvider.class]
replacing file [${eclipse_home}\plugins\com.genuitec.eclipse.easie.core_9.0.0.me201203160414\easiecore.jar] and create bakFile [${eclipse_home}\plugins\com.genuitec.eclipse.easie.core_9.0.0.me201203160414\easiecore.jar.bak20120623123143]
update [com/genuitec/eclipse/easie/core/ui/action/ServerValidateAction.class]
replacing file [${eclipse_home}\plugins\com.genuitec.eclipse.j2eedt.core_10.0.0.me201203160414\j2eedtcore.jar] and create bakFile [${eclipse_home}\plugins\com.genuitec.eclipse.j2eedt.core_10.0.0.me201203160414\j2eedtcore.jar.bak20120623123146]
update [com/genuitec/eclipse/j2eedt/taglib/TagLibReader.class]
replacing file [${eclipse_home}\plugins\com.genuitec.myeclipse.product_10.5.0.me201206160414\myeclipse-product.jar] and create bakFile [${eclipse_home}\plugins\com.genuitec.myeclipse.product_10.5.0.me201206160414\myeclipse-product.jar.bak20120623123147]
update [com/genuitec/myeclipse/product/ProductViewer.class]
執行以上4個步驟,破解成功.
10.7版破解基本上同10.1版,但破解金鑰和演算法有所變化,經過本人的探討和研究,更新了Crack程式,同時支援10.5和10.1版本的破解.下面是破解步驟:
1. 輸入Usercode, 點選'SystemId...', 生成SystemId
2. 點選'Active', 生成LICENSE_KEY, ACTIVATION_CODE, ACTIVATION_KEY
3. 點選選單'Tools -> 2.SaveProperties...',
目的是把生成的LICENSE_KEY, ACTIVATION_CODE, ACTIVATION_KEY儲存到C:\Documents and Settings\Administrator\.myeclipse.properties檔案中
4. 點選選單'Tools -> 1.ReplaceJarFile', 選擇${eclipse_home}/plugins目錄, 等待30秒左右.
目的是:
Replacing [SignatureVerifier <before MyEclipse 10.5>].
Done.
Replacing [publicKey.bytes].
replacing file [${eclipse_home}\plugins\com.genuitec.eclipse.core_10.5.0.me201206170059.jar] and create bakFile [${eclipse_home}\plugins\com.genuitec.eclipse.core_10.5.0.me201206170059.jar.bak20120623123135]
update [com/genuitec/eclipse/core/publicKey.bytes]
Done.
Replacing [SpecialSignatureVerifier<for MyEclipse.10.5>].
replacing file [${eclipse_home}\plugins\com.genuitec.eclipse.core.common_10.5.0.me201206160414.jar] and create bakFile [${eclipse_home}\plugins\com.genuitec.eclipse.core.common_10.5.0.me201206160414.jar.bak20120623123142]
update [com/genuitec/eclipse/core/ui/preference/MECPListContentProvider.class]
replacing file [${eclipse_home}\plugins\com.genuitec.eclipse.easie.core_9.0.0.me201203160414\easiecore.jar] and create bakFile [${eclipse_home}\plugins\com.genuitec.eclipse.easie.core_9.0.0.me201203160414\easiecore.jar.bak20120623123143]
update [com/genuitec/eclipse/easie/core/ui/action/ServerValidateAction.class]
replacing file [${eclipse_home}\plugins\com.genuitec.eclipse.j2eedt.core_10.0.0.me201203160414\j2eedtcore.jar] and create bakFile [${eclipse_home}\plugins\com.genuitec.eclipse.j2eedt.core_10.0.0.me201203160414\j2eedtcore.jar.bak20120623123146]
update [com/genuitec/eclipse/j2eedt/taglib/TagLibReader.class]
replacing file [${eclipse_home}\plugins\com.genuitec.myeclipse.product_10.5.0.me201206160414\myeclipse-product.jar] and create bakFile [${eclipse_home}\plugins\com.genuitec.myeclipse.product_10.5.0.me201206160414\myeclipse-product.jar.bak20120623123147]
update [com/genuitec/myeclipse/product/ProductViewer.class]
執行以上4個步驟,破解成功.
相關文章
- win10執行bat檔案一閃而過怎麼辦Win10BAT
- win10無法執行bat檔案怎麼辦 win10使用bat檔案一閃而過沒反應怎麼解決Win10BAT
- Eclipse閃退/打不開/無法啟動/一閃而過打解決方法Eclipse
- 跳過微信過低版本的解決辦法 3.6.0.18
- 如何解決eclipse一閃而過Eclipse
- Mysql安裝過程中遇到的問題及解決辦法MySql
- 記一次wordpress安裝過程中遇到的問題及解決辦法
- 安裝sysbench過程報錯,解決辦法
- Windows 7安裝過程當機的解決辦法Windows
- “Adobe Flash Player因過期而遭到阻止”的解決辦法
- 關於Android檔案數過大,分包問題的解決辦法Android
- oracle imp過慢的解決辦法Oracle
- 【VMware vCenter】vCenter Server 各版本證書有效期及過期解決辦法。Server
- 【轉】npm使用過程中的一些錯誤解決辦法及npm常用命令NPM
- npm使用過程中的一些錯誤解決辦法及npm常用命令和技巧NPM
- MDK編譯過程及檔案型別全解編譯型別
- 記錄一個拷貝檔案到GlusterFS卡住的解決過程
- 簽署Java檔案的要求及過程Java
- 微信檔案已過期或被清理怎麼辦?這個辦法可以解決!
- 【原創】記錄一次Tomcat總是載入舊專案的解決過程Tomcat
- 檔案無法粉碎解決辦法
- 一個 java 檔案的執行過程詳解Java
- 編譯移植Mplayer到mini2440開發板的過程及問題解決辦法編譯
- qt的工程,轉到vs後,中的檔案都編譯不過,解決辦法QT編譯
- Eclipse閃退解決辦法Eclipse
- jvm:jmap無法dump檔案的解決辦法JVM
- Android開發過程中遇到的問題以及解決辦法 how toAndroid
- HBase(0.96以上版本)過濾器Filter詳解及例項程式碼過濾器Filter
- MySQL sleep連線過多 解決辦法MySql
- PowerArchiver破解過程。Hive
- 關於layui的彈窗:一閃而過的問題UI
- 11g rac 安裝過程中常見錯誤解決辦法
- MySQL複製過程中出現的從庫無法連線主庫的解決辦法MySql
- tomcat啟動startup.bat一閃而過TomcatBAT
- vecode寫c++遇到視窗一閃而過+中文亂碼咋辦C++
- mac檔案刪除不了的解決辦法Mac
- laravel 使用 axios 通過 put 上傳檔案獲取不到資料的解決辦法LaraveliOS
- 一個 ExpressionChangedAfterItHasBeenCheckedError 錯誤的解決過程ExpressError