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
- 跳過微信過低版本的解決辦法 3.6.0.18
- 關於Android檔案數過大,分包問題的解決辦法Android
- BurpSuite Pro2020開啟時一閃而過問題解決UI
- 【VMware vCenter】vCenter Server 各版本證書有效期及過期解決辦法。Server
- 【原創】記錄一次Tomcat總是載入舊專案的解決過程Tomcat
- 簽署Java檔案的要求及過程Java
- MDK編譯過程及檔案型別全解編譯型別
- 一個 java 檔案的執行過程詳解Java
- 檔案無法粉碎解決辦法
- 微信檔案已過期或被清理怎麼辦?這個辦法可以解決!
- Android開發過程中遇到的問題以及解決辦法 how toAndroid
- qt的工程,轉到vs後,中的檔案都編譯不過,解決辦法QT編譯
- 編譯移植Mplayer到mini2440開發板的過程及問題解決辦法編譯
- jvm:jmap無法dump檔案的解決辦法JVM
- laravel 使用 axios 通過 put 上傳檔案獲取不到資料的解決辦法LaraveliOS
- Python專案1“外星人入侵”遊戲(完整)及pyinstaller打包過程(含幾種報錯解決辦法)Python遊戲
- vecode寫c++遇到視窗一閃而過+中文亂碼咋辦C++
- kodbox讀取alist檔案失敗,問題解決過程
- mac檔案刪除不了的解決辦法Mac
- 關於layui的彈窗:一閃而過的問題UI
- 檔案系統修復的一個過程
- 一個 ExpressionChangedAfterItHasBeenCheckedError 錯誤的解決過程ExpressError
- 如何斷言一閃而過的 taost 或者啟動頁?
- 檔案過大無法複製到u盤怎麼解決
- mysql佔用CPU過高的解決辦法(新增索引)MySql索引
- 記一次PMML檔案的處理過程
- 記錄一個前端bug的解決過程前端
- ROS 安裝過程中出現“hash校驗和不符”報錯解決辦法ROS
- Cornerstone 意外退出、開啟閃退的解決辦法
- MySql登入時閃退的快速解決辦法MySql
- PhpSpreadsheet匯出Excel超過26列解決辦法PHPExcel
- tensorflow安裝使用過程錯誤及解決方法
- 你遇到過的相容性問題以及解決辦法
- sbt下載相關依賴過慢的解決辦法
- 快取過程存在的三大問題及解決方案快取
- 一次sqlldr匯入慢的解決過程SQL
- 記一次 Composer 問題的解決過程!!