How to overwrite classes from jdk?

后端 未结 4 1466
感情败类
感情败类 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 01:00

    If there is anybody who has a problem with using -Xbootclasspath option I absolutely recommend the following page I have found some time ago: https://github.com/adrianmalik/hotspot-overriding-jdk . There is a detailed explanation how to use this option with a good (and working) code sample.

提交回复
热议问题