j_sse
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/15/2024 in #java-help
Need help obfuscating project
proguard rules:
5 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
yeah it cant find JFrame, I have no idea why
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
I added the java.base.jmod file to the libraryjars, now am getting
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
this is really weird to me, im keeping everything, so it should include that right? My current proguard rules file:
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
this might be the problem im facing now
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
oh my bad I was separating with : and im on Windows so should have been ;
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
these all do exist
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
I can try to clear the cache
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
doesnt seem to be
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
are you sure giving it the library jars will have it be able to build?
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
I feel like this is a lot of trouble for something I dont even know will work
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
Im getting
........
at proguard.InputReader.readInput(InputReader.java:282) ~[proguard-base-7.5.0.jar:7.5.0]
at proguard.InputReader.readInput(InputReader.java:229) ~[proguard-base-7.5.0.jar:7.5.0]
at proguard.InputReader.readInput(InputReader.java:206) ~[proguard-base-7.5.0.jar:7.5.0]
at proguard.InputReader.execute(InputReader.java:157) ~[proguard-base-7.5.0.jar:7.5.0]
at proguard.pass.PassRunner.run(PassRunner.java:24) ~[proguard-base-7.5.0.jar:7.5.0]
at proguard.ProGuard.readInput(ProGuard.java:330) ~[proguard-base-7.5.0.jar:7.5.0]
at proguard.ProGuard.execute(ProGuard.java:123) ~[proguard-base-7.5.0.jar:7.5.0]
at proguard.ProGuard.main(ProGuard.java:648) ~[proguard-base-7.5.0.jar:7.5.0]
Caused by: java.io.IOException: No such file or directory:
.......
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
would my gradle build file help?
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
I have no idea where these are located, not too experienced with java compilation
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
the manual is telling me I could use
-dontpreverify
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
146 replies
JCHJava Community | Help. Code. Learn.
•Created by j_sse on 11/10/2024 in #java-help
Project obfuscation
its not building when I do this
146 replies