Is there a Java 5.0 equivalent to the Java 6.0 Compiler API? I’m trying to compile and jar some XmlBean schemas at runtime.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can write the files to disk and call
javacusing System.exec()Perhapsits time to updated to Java 6 or 7.