markmandel / JavaLoader

JavaLoader is a library that has been built to ease the use, development and integration of Java within ColdFusion applications.
http://www.compoundtheory.com/?action=javaloader.index
59 stars 25 forks source link

Compilation not supporting packages #17

Open rcastagno opened 6 years ago

rcastagno commented 6 years ago

Is it as-intended that the dynamic compilation of java files do not support subfulders (ie. packages) in the sources folder?

Apparently everything is flattened, so I can't use packages in dynamic compilation, as far as I can see.