Closed base553 closed 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.
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=..
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.
ok,let me try it . thanks a lot.
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 ?