Could not find class 'com.monkey.c_ArrayList'
Monkey Forums/Monkey Bug Reports/Could not find class 'com.monkey.c_ArrayList'
| ||
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. |
| ||
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. |