๋ฐ์ํ
์์ค๋ฅผ ๋์ปดํ์ผํ ๋ JD-GUI๋ฅผ ์ฌ์ฉํ๋๋ฐ ๊ฐ์๊ธฐ ์๋์ ๊ฐ์ ์๋ฌ๊ฐ ๋ฐ์ํ๋ฉด์ ์คํ์ด ๋์ง ์์๋ค.
WARNING: All illegal access operations will be denied in a future release
Exception in thread "main" java.lang.reflect.InaccessibleObjectException: Unable to make jdk.internal.loader.ClassLoaders$AppClassLoader(jdk.internal.loader.ClassLoaders$PlatformClassLoader,jdk.internal.loader.URLClassPath) accessible: module java.base does not "opens jdk.internal.loader" to unnamed module @3fd7a715
์ฐพ์๋ณด๋ pc์ ์ธํ ๋ jdk๋ฅผ 1.8์์ 9๋ก ๋ฐ๊ฟ์ ๊ทธ๋ฌ๋ ๊ฒ!
java9 ์ด์์์๋ ์๋์ ๊ฐ์ ๋ช ๋ น์ด๋ฅผ ์ถ๊ฐํ์ฌ ์คํํด์ผ ํ๋ค!
- win/linux
java --add-opens java.base/jdk.internal.loader=ALL-UNNAMED --add-opens jdk.zipfs/jdk.nio.zipfs=ALL-UNNAMED -jar jd-gui-1.4.0.jar
- macOS
java --add-opens java.base/jdk.internal.loader=ALL-UNNAMED --add-opens jdk.zipfs/jdk.nio.zipfs=ALL-UNNAMED -jar jd-gui-1.4.0.jar
728x90
๋ฐ์ํ
๋๊ธ