• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Why don't running the applet developping the JAI package?

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to use the JAI class to develop a applet which can display and manage the tiff image file
in the web browser. the applet is using the URL class to instance the tiff file from the webserver.
My developing tools is jbuilder 6ee, I find the applet which can run and display the image of coming
from webserver when I use JBuilder applet runner to debug it. the applet isn't running and displaying
in the web browser. but other applet componentes can be displayed. the error always is be out at the
browser status banner that is the 'found the getSource method'.
Why don't add the jai class into the applet jar package to running for display tiff image??
please help me.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic