CadixDev / Mercury

A source transformation and -remapping framework for Java.
Eclipse Public License 2.0
54 stars 23 forks source link

Allow adding individual java/class files to classpath #45

Open Devan-Kerman opened 3 years ago

Devan-Kerman commented 3 years ago

At the moment there is no way of adding a single java file or single class file to the classpath, nor can a virtual file system (like Jimfs) be used

jamierocks commented 2 years ago

I would have thought that adding individual Java source files (or Java class files) would work - interesting.

With regards to virtual file systems, that's an upstream consequence we've been aware of for a while - see GH-3.