Lori M Olson (TeamB) Guest
|
Posted: Thu Oct 16, 2003 5:21 pm Post subject: Re: How to use Java Advanced Imaging API from Sun on JBuilde |
|
|
damien wrote:
| Quote: | Hello,
i try to develop an image viewer applet showing thumbnails.
As I need to use Java Advanced Imaging API from Sun, i've install the first
time jai-1_1_2-lib-windows-i586-jre.exe on my java directory (D:Program
FilesJavaj2re1.4.2_01).
As my import command "import javax.media.jai.*;" appear as an error on
JBuilder, i've install the same file on my JBuilder directory (D:Program
FilesJBuilder9jdk1.4) without any success.
Could you help me ?
Thinks a lot and sorry for my english
|
Tools | Configure Libraries. Add a new library that contains the jar
files that get installed with that package. Project | Project
Properties, Required Libraries. Add the new library as a required
library in your project.
--
Regards,
Lori Olson (TeamB)
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
|
|