문제

I've seen -Xbootclasspath/p:path being used for loading class dynamically can you please elaborate and explain by providing example.

도움이 되었습니까?

해결책

go to your command line and type java -X, to see the options available, -Xbootclasspath followed by path to comma seperated lists of jar files specified to prepend these classes before the standard jre classes. A use would be if you want to add patches affecting core runtime libraries.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top