how to encapsulate JAI and ImageIO classes into jar file without installing them

J

Java_New

Hi there,

I've finished my application design and been told that the project
would be published to web for user downloading. This application
imported a few classes from JAI and ImageIO, which requires initial
APIs installing .It shouldn't be a issue if user or IT person can
install these APIs correctly, but the chances are people do get
confused with it and class-path settings as well. Is there any
solution or suggestion regards this situation.

Would it be possible for me to put all of classes (of JAI and ImageIO)
into application jar file, and identify the class-path in the
application.

Many thanks

New_To_Java
 
A

Andrew Thompson

I've finished my application design and been told that the project
would be published to web for user downloading. This application
imported a few classes from JAI and ImageIO, which requires initial
APIs installing .It shouldn't be a issue if user or IT person can
install these APIs correctly, but the chances are people do get
confused with it and class-path settings as well. Is there any
solution or suggestion regards this situation.

Web-start. The example closest to what you
are attempting is..
<http://www.physci.org/jws/#giffer>
...which uses a library, much as you might
deploy JAI etcetera.

HTH

Andrew T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top