Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to use imageIO class in my application for that i need jsr 209 so where would i get jsr 209 executable file so that i can include in my lib folder.Plz reply asap.

share|improve this question

closed as not a real question by Brad Larson Nov 17 '12 at 17:32

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

JSR 209 is the specification. And you need implementation (and it's not executable file, it is jar library). You can try to find it in Sun WTK or in emulators of your target devices that supports JSR 209.

share|improve this answer

Even before you attempt to use a JSR, you will need to check your target phones. I am not familiar with any smart phones with that support as of now. There might be one odd CDC devices with Personal Basis Profile such as Sony Playstation that provide such support. Unless you know your target devices there is no point in testing on WTK emulator.

share|improve this answer

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