Re: Blackdown java plugin does not work with newest mozilla

2003-04-26 Thread Elie De Brauwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > LoadPlugin: failed to initialize shared library > /usr/lib/j2se/1.4/jre/plugin/i386/mozilla/javaplugin_oji.so > [/usr/lib/j2se/1.4/jre/plugin/i386/mozilla/javaplugin_oji.so: undefined > symbol: > GetGlobalServiceManager__16nsServiceManagerPP17nsIS

Re: Blackdown java plugin does not work with newest mozilla

2003-04-26 Thread Thomas J. Zeeman
On Sat, 26 Apr 2003, Zeno Gantner wrote: > Hello, > My mozilla (latest from sid) does not accept the java plugin shipped > with blackdown java. First I tried j2re1.3, now 1.4 - beta (the debian > packages by blackdown.org, from one of their mirrors). > > This page in the BTS mentions a similar (t

Re: Blackdown java plugin does not work with newest mozilla

2003-04-26 Thread Zeno Gantner
Thanks for making clear that I have to install the normal binary package, and not the .deb package. Now it works! best regards, Zeno Am Sam, 2003-04-26 um 10.16 schrieb Thomas J. Zeeman: > On Sat, 26 Apr 2003, Zeno Gantner wrote: > > > Hello, > > My mozilla (latest from sid) does not accept

library to make animated images

2003-04-26 Thread Egon
Hi all, does Debian have a Java library to make animated images? Any ideas are much appreciated. regards, Egon

Packager friendly classloader attempt 3

2003-04-26 Thread Nicos Panayides
Hi again, after more suggestions from the list the classloader works as follows: Typical invocation: deb-java package class - Reads a file with the name of the package (which is to provided by the package) under /usr/share/debian-classloader/ - Loads classpath and dependency information from the

Image loading

2003-04-26 Thread Thomas Badran
Whats the easiest way to load an image (jpg) off disk and display, on say a JFrame or other swing component without using external libraries? Also, can you get direct access to the pixel data (in RGB or YCrCb form)? Thanks in advance Tom

Re: Image loading

2003-04-26 Thread Roman Kennke
Am Sam, 2003-04-26 um 19.51 schrieb Thomas Badran: > Whats the easiest way to load an image (jpg) off disk and display, on > say a JFrame or other swing component without using external libraries? read: http://java.sun.com/docs/books/tutorial/uiswing/painting/usingImages.html > Also, can you get