jvm - Cannot find sun.tools.java.* while compiling openjdk-7 -
i trying compile openjdk-7 source code on ubuntu 14.04:
export lang=c alt_bootdir=/usr make i saw errors like:
symbol: class classnotfound location: class compoundtype ../../../../src/share/classes/sun/rmi/rmic/iiop/compoundtype.java:1299: error: cannot find symbol these missing classes in package named sun.tools.java. suspect these nonstandard libs required jdk build process. cannot find relevant information in online build tutorials. these missing classes , how can fix them?
thanks.
some applications need tools.jar jdk has these packages. used runtime compilation of generated code. add class path jdk.
note: these not package pass via rmi however. have @ classes see why need this.
Comments
Post a Comment