Could not find class 'com.monkey.c_ArrayList'

Monkey Forums/Monkey Bug Reports/Could not find class 'com.monkey.c_ArrayList'

Volker(Posted 2013) [#1]
See here: http://www.monkeycoder.co.nz/Community/posts.php?topic=5512
It compiles fine to HTML5 and XNA, so I think it's a monkey bug.


marksibly(Posted 2013) [#2]
Ugh, nasty!

ignition declares an iList, while diddy declares an IList, and I think what's happening is that when the java class files are generated, one is overwriting the other as the filesystem is case insensitive.

Should be able to deal with this via some fancy symbol munging - fixed in next release!

In the meantime, sticking with iList or IList should work.