Quote:
Originally Posted by Jason2
|
Doesn't run corrupted jar.
DeezerDownloaderfix.jar!META-INF\MANIFEST.MF should look like this:
Manifest-Version: 1.0
Main-Class: com.sparx.Main
then It'll work.
http://files.planet-dl.org/Cw2k/tmp/DeezerDownloader3.fix.jar
Well you're is like this
Main-Class: com\sparx\Main
and no this is not the right format.
Okay Normally doubleclick will start it.
Else
java.exe -jar DeezerDownloader3fix
with unpacked jar change to DeezerDownloader3/ dir or add it via
-cp ...DeezerDownloader3/
java.exe com.sparx.Main
When comparing it with original
DeezerDownloader3.jar
(^-btw nicer to DL than share.biz)
I see that that you've change more than just one line.
Not to talk about the *.classes that are all binary different - however used JD-GUI to decompile and do a logical compare.
When looking at
de\javasoft\plaf\synthetica\painter\RootPanePainte r.class
there is
SyntheticaRootPaneUI.isEvalCopy()
maybe patching just this should do the trick disabling
"Synthetica - Unregistered Evaluation Copy!"
and other limitation.
Getting this to return true can be probably done by some simple byte patching the class file.