Hello fellow java developers,
I'm trying to obfuscate my java code, and proguard requires that i reference a java library
by default that library is rt.jar, but rt.jar does not exist in my java directory!
I tried referencing dt.jar, but it doesn't seem to have fixed the problem
any ideas?