ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.24k stars 116 forks source link

Possible to hide ikvm/ikvm.properties? #408

Closed giulianob closed 1 year ago

giulianob commented 1 year ago

Hello,

Any project that references IKVM (even transitively) ends up getting the ikvm/ikvm.properties external files added to the project tree. Is there any way to hide those?

wasabii commented 1 year ago

Not presently, no. IKVM needs a number of local files present to form a complete JRE environment (the lib/, bin/ directories). The ikvm.properties file directs the runtime to where those files live, which by default is in ikvm/{rid}, where RID is auto detected from the current runtime environment.

wasabii commented 1 year ago

Going to close this since there's not really a bug or anything.