Hello everybody
Is it somehow possible in J2ME to get (read-only) access to a class-file in my jar-archive?
I already tried with getResourceAsStream(<filename>), but obviously this only works for 'real' resources and not for class-files.
I hope anybody can help me with this ...

Reply With Quote

