How to overwrite classes from jdk?

后端 未结 4 1412
感情败类
感情败类 2021-01-21 00:10

I\'m trying to change some classes from open jdk, so I\'m creating the same package structure as the open jdk classes have and I\'m changing the classes using netbeans. When i\'

4条回答
  •  南方客
    南方客 (楼主)
    2021-01-21 00:58

    you need to change the bootstrap classpath java -X for more info, here is just the option you need exactly.

    -Xbootclasspath/p:

    And good luck hacking the source!!

提交回复
热议问题