by gloomyandy » Wed Nov 17, 2010 9:57 pm
No the leJOS VM can not dynamically load class files, and as I described above I think you will find modifying it to do so will require a large number of changes, and may not be possible. If this is for academic project/course work, I would urge you to make sure you understand exactly how complex a task you are taking on before you attempt to make such changes. leJOS relies very heavily on the changes made to a class file during the leJOS link phase many of these changes and associated assumptions are not valid for code that is loaded dynamically...
Andy