vote up 0 vote down star

Hello everybody,

How can one load custom (not an image, nor a sound file) resource file from /res within .jar using MIDP 2.0?

Thanks in advance.

flag

2 Answers

vote up 0 vote down check

I'm working with MIDP 2.1, but I hope this is in 2.0 too.

Class.getResource(path_to_resource) should give you an InputStream to the file.

link|flag
vote up 0 vote down

getResourceAsStream("/res/yourresource");

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.