rikkiprince / CompileInMemory

A Java library for compiling source code entirely in memory, using JDK 1.6 or later.
0 stars 0 forks source link

Does not support inner classes #2

Open rikkiprince opened 12 years ago

rikkiprince commented 12 years ago

Currently, there if there is an inner class in the code, it does not appear to be passed back by the server in CompileInREST.

Will have to figure out a way of putting multiple things in the return body.