Closed failed to read class files from jar

Status
Not open for further replies.
New member
Joined
Nov 6, 2023
Messages
2
trying to pack a jar file, and running into this issue, is there a different jdk i should be using?

hoping i should be posting here and not discord

command: C:\Program Files\OpenLogic\jdk-8.0.392.08-hotspot\bin\java.exe" -jar qprotect-lite-1.10.2-small.jar

Error:
[DEBUG] Starting thread: 50
dev.mdma.qprotect.api.exception.qProtectException: Cannot read classes from jar file (0)
at qprotect.dxibvCURFG.xXWBThqhMH(Native Method)
at qprotect.glHJtdFHCM.ogjcmswcbP(Native Method)
at java.lang.Thread.run(Thread.java:750)
[DEBUG] Starting thread: 51
dev.mdma.qprotect.api.exception.qProtectException: Cannot read classes from jar file (0)
at qprotect.dxibvCURFG.xXWBThqhMH(Native Method)
at qprotect.glHJtdFHCM.ogjcmswcbP(Native Method)
at java.lang.Thread.run(Thread.java:750)


command with another jdk, "C:\Program Files\Java\jdk-1.8\bin\java.exe" -jar qprotect-lite-1.10.2-small.jar
[INFO] Initializing qProtect Lite 1.10.2
[INFO] Java Version: 1.8.0_391
[INFO] Java Vendor: Oracle Corporation
dev.mdma.qprotect.api.exception.qProtectException: Cannot read classes from jar file (0)
at qprotect.dxibvCURFG.xXWBThqhMH(Native Method)
at qprotect.glHJtdFHCM.ogjcmswcbP(Native Method)
at java.lang.Thread.run(Thread.java:750)


##########################################
## Config generated by qProtect 1.10.2 ##
##########################################

file:
input: C:\Users\Administrator\Downloads\PikaPika.jar
output: C:\Users\Administrator\Downloads\Pika.jar
settings:
dictionary: ALPHABET_LOWER
dependencies:
- C:\Program Files\OpenLogic\jdk-8.0.392.08-hotspot\jre\lib\resources.jar
- C:\Program Files\OpenLogic\jdk-8.0.392.08-hotspot\jre\lib\rt.jar
- C:\Program Files\OpenLogic\jdk-8.0.392.08-hotspot\jre\lib\sunrsasign.jar
- C:\Program Files\OpenLogic\jdk-8.0.392.08-hotspot\jre\lib\jsse.jar
- C:\Program Files\OpenLogic\jdk-8.0.392.08-hotspot\jre\lib\jce.jar
- C:\Program Files\OpenLogic\jdk-8.0.392.08-hotspot\jre\lib\charsets.jar
- C:\Program Files\OpenLogic\jdk-8.0.392.08-hotspot\jre\lib\jfr.jar
- C:\Users\Administrator\Downloads\DarkBot.jar
exclusions:
- 'Global: org/apache/'
- 'Global: org/objectweb/'
- 'Global: com/google/'
- 'Global: org/slf4j/'
- 'Global: com/mysql/'
- 'Global: io/netty/'
- 'Global: com/pikapika/config'
- 'Global: com/pikapika/utils'
inclusions: []
transformers:
string encryption:
enabled: true
flow transformer:
enabled: true
settings:
goto replacer:
enabled: false
trycatch blocks:
enabled: false
useless checkcast:
enabled: false
polymorph transformer:
enabled: false
reference encryption:
enabled: true
number transformer:
enabled: true
anti debugger:
enabled: true
line number transformer:
enabled: false
settings: Remove
local variable transformer:
enabled: true
settings: Remove
access transformer:
enabled: true
classfolder transformer:
enabled: true
string call optimizer:
enabled: true
nop instruction remover:
enabled: true
resource encryption:
enabled: true
inner class remover:
enabled: true
 
Last edited:
Founder & Head-Developer
Staff member
Developer
Joined
Mar 3, 2022
Messages
100
trying to pack a jar file, and running into this issue, is there a different jdk i should be using?

hoping i should be posting here and not discord

command: C:\Program Files\OpenLogic\jdk-8.0.392.08-hotspot\bin\java.exe" -jar qprotect-lite-1.10.2-small.jar

Error:



command with another jdk, "C:\Program Files\Java\jdk-1.8\bin\java.exe" -jar qprotect-lite-1.10.2-small.jar
theres an issue in 1.10.2-lite , i will push a fix tonight, im sorry for any inconvenience
 
New member
Joined
Nov 6, 2023
Messages
2
awesome thank you very much!
looking forward to give it a go
 
Founder & Head-Developer
Staff member
Developer
Joined
Mar 3, 2022
Messages
100
awesome thank you very much!
looking forward to give it a go
qProtect Lite has been updated to 1.10.4 and the issue has been fixed.
Thanks for reporting it, and have a nice day.
 

vaz

qTechnologies Administrator
Staff member
Developer
Joined
Mar 3, 2022
Messages
7
Issue Resolved.

This thread has been locked.
 
Status
Not open for further replies.
Top