El Thu, Sep 04, 2003 at 02:03:42PM +0200, Marcelo E. Magallon escribio: > > Hmmm... I see. > > Package: j2re1.4 > Versions: > 1.4.0.99beta-1(/var/lib/apt/lists/www.tux.org_pub_java_debian_dists_sid_non-free_binary-i386_Packages) > > not good? >
Not, see: $ dpkg -l | grep j2 ii j2re1.4 1.4.1.0.1-4 Blackdown Java(TM) 2 Runtime Environment, St ii j2sdk1.4 1.4.1.0.1-4 Blackdown Java(TM) 2 SDK, Standard Edition ii j2sdk1.4-demo 1.4.1.0.1-4 Blackdown Java(TM) 2 SDK, Standard Edition, ii j2sdk1.4-src 1.4.1.0.1-4 Blackdown Java(TM) 2 SDK, Standard Edition, And for the flash plugin: $ dpkg -l | grep flash ii flashplugin-no 6.0.79-2 Macromedia Flash plugin installer (it's flashplugin-nonfree). The plugins work with epiphany, galeon, mozilla and mozilla-firebird: $ dpkg -l epiphany-browser galeon mozilla-browser mozilla-firebird ii epiphany-brows 0.9.2-1 Intuitive GNOME web browser ii galeon 1.3.7.20030902 GNOME web browser for advanced users ii mozilla-browse 1.4-3 Mozilla Web Browser - core and browser ii mozilla-firebi 0.6.1-4 a light-weight browser based on Mozilla The j2* packages are made following the instructions from: http://lists.debian.org/debian-devel/2003/debian-devel-200306/msg01366.html A snip: --------------------------------------------------------------------- You can get a working j2re1.4 (blackdown doesn't provide 1.3 compiled with gcc 3.x) following this procedure : - getting the "official" binary package ftp://ftp.easynet.be/blackdown/JDK-1.4.1/i386/01/j2sdk-1.4.1-01-linux-i586-gcc3.2.bin - getting the diff file made by Sebastien No�l http://twolife.free.fr/debian/j2se1.4-i586_1.4.1.0.1-4.diff - put the binary package into some directory - inside this directory, use the patch with the command line : # patch -p1 -i /path/to/j2se1.4-i586_1.4.1.0.1-4.diff - now you can create a package with dpkg-buildpackage -rfakeroot or fakeroot debian/rules binary --------------------------------------------------------------------- Daniel.

