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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -