ikvmnet / ikvm

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

Image (JRE/JDK) missing ikvm.properties file in bin/ #315

Closed base553 closed 1 year ago

base553 commented 1 year ago

image

it tell me cant find the “D:\env\IKVM-8.3.3-net461-win7-x64\bin\ikvm\lib\currency.data"

but I find it at "D:\env\IKVM-8.3.3-net461-win7-x64\lib\currency.data"

maybe "javac.exe" had some bug ?

base553 commented 1 year ago

file path has some bug ? and i had tried the lastest one , it also tell me cant find . but if i create the dic and copy "lib" to "ikvm/lib". it will work normally.

wasabii commented 1 year ago

Looks like the image packages are missing a file, ikvm.properties, in the bin directory. Not sure how this got left off.

Either way, you can fix this by creating a file named ikvm.properties, in the bin/ directory, and putting a single line into it:

ikvm.home=..

wasabii commented 1 year ago

Since we're so close to 8.6, and this problem was resolved in 8.6, I'm not going to worry about applying it to 8.5 at this time.

base553 commented 1 year ago

ok,let me try it . thanks a lot.