Monodevelop + IKVM : Java build error ("Error: invalid path: *.class") -
i using monodevelop java plugin compile simple (hello world) java project. project created fine, when try build following error:
"error: invalid path: *.class"
the command triggers error follows:
ikvmc -recurse:*.class -assembly:jtest -target:exe -debug -srcpath:/home/bob/src/jtest/jtest -r:mscorlib
any idea what's going wrong, , how fix this?
p.s. please not "mono not java. use (insert different java ide here) instead"
thank you!
i think .\*.class sould run better. there must @ minimum 1 slash in path.
Comments
Post a Comment