Link to home
Start Free TrialLog in
Avatar of gutz041897
gutz041897

asked on

java.lang.Compiler?

I'm trying to write a program that loads Java source by class name, compiles it and executes it dynamically.  The problem I an having is that the compiler portion of the code doesn't seem to work.  When I attempt to compile using the java.lang.Compiler class, I get a failure to compile.

Has anyone used this class?  Can you provide some source?
ASKER CERTIFIED SOLUTION
Avatar of professorC
professorC

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial