Open GoogleCodeExporter opened 8 years ago
Unfortunately I don't have access to an Android device at the moment, and also
little time, so I won't really be able to look the first issue, sorry.
Regarding the second issue JSPF does not have any means at the moment to truly
"inspect" the classpath, either on JRE or on Dalvik. Instead we manually
implemented a JAR / classpath lookup on JRE to scan what's available for
loading, and this functionality is not implemented on Android. Therefore the
only way to load a plugin atm is specifying it explicitly. In order to fix this
issue either a classpath inspection API must be provided, or a manual scan
needs to be implemented for that platform as well.
Maybe the upcoming JSPF Nexus will help to address these issues, but it might
take some months until I find time to continue working on it.
Original comment by r.biedert
on 30 Nov 2011 at 11:28
Original comment by r.biedert
on 30 Nov 2011 at 11:29
I don't have access to an Android device at the moment, either. I am purely
running on the emulator.
Original comment by hartmut....@gmail.com
on 1 Dec 2011 at 8:18
Original issue reported on code.google.com by
hartmut....@gmail.com
on 30 Nov 2011 at 3:41