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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -