Tagged Questions

1
vote
0answers
372 views

cannot use HttpSession.setAttribute method when compiling via JavaCompiler tool library

I am using the following code to generate and compile java program inside another java program: import javax.tools.*; JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); compiler.run(null, ...