This is not specific to XmlBeans, but I thought people here might have some good suggestions.
I am using XmlBeans.compileXmlBeans() to compile my schema and create Java source files at runtime. Now I need to compile them. What tools/technologies can I use to compile java sources at runtime? Thanks. -Ajay

