View previous topic :: View next topic |
Author |
Message |
michael_w Guru
Joined: 22 Feb 2006 Posts: 482 Location: 09xxx
|
Posted: Wed Jan 05, 2011 9:47 am Post subject: Java Problem (gelöst) |
|
|
Hi,
ich hab hier ein kleines Problem, wie folgt. Ich hab hier eine interne Webseite auf der gewisse Dinge mit Java gemacht sind. Allerdings werden diese im Firefox (unter Gentoo) nicht angezeigt. Mit Firefox und Windows wird es angezeigt. Wie geht man da bei der Fehlersuche vor?
FF und xulrunner sind mit USE java gebaut.
Code: |
gauss ~ # java-config -L
The following VMs are available for generation-2:
1) Blackdown JDK 1.4.2.03 [blackdown-jdk-1.4.2]
*) Sun JDK 1.6.0.22 [sun-jdk-1.6]
3) Sun JRE 1.6.0.22 [sun-jre-bin-1.6]
|
Code: |
gauss ~ # cat /etc/make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
MAKEOPTS="-j5"
USE="X pdf gtk qt3 qt4 alsa cdr mmx sse mmxext ssse3 sse2\
mp3 gui gimpprint usb unicode cddb dga dvd encode iconv jpeg mp3\
gimp isdnlog opengl png quicktime real samba truetype \
mplayer xorg asf nvidia xvmc isdn nls dbus svg exif ogg\
a52 aac aalib v4l v4l2 xv xvid ffmpeg sdl audiofile mad mikmod vorbis\
syslog xscreensaver samba acpi apm lm_sensors pmu dvdread apache2 qt3suppor
t\
kde xulrunner xcomposite cuda webkit unicode vhook x264\
cupsddk -ppds tiff 64bit acpi php mp4 threads git subversion"
LINGUAS="de"
#INPUT_DEVICES="keyboard mouse"
INPUT_DEVICES="evdev"
VIDEO_CARDS="vesa nvidia"
SANE_BACKENDS="canon microtek2"
GENTOO_MIRRORS="ftp://de-mirror.org/distro/gentoo/ "
#SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
|
_________________ Linux ryzen 6.6.57-gentoo-dist #1 SMP PREEMPT_DYNAMIC Fri Oct 25 08:56:19 CEST 2024 x86_64 AMD Ryzen 7 PRO 4750G with Radeon Graphics AuthenticAMD GNU/Linux
Last edited by michael_w on Wed Jan 05, 2011 1:29 pm; edited 1 time in total |
|
Back to top |
|
|
franzf Advocate
Joined: 29 Mar 2005 Posts: 4565
|
Posted: Wed Jan 05, 2011 10:52 am Post subject: |
|
|
Du brauchst einfach ein Java-nsplugin. Auf dem 64bit-Rechner hab ich icedtea mit nsplugin-USE-Flag installiert. Aber auch icedtea6-bin, sun-jre-bin oder sun-jdk haben ein nsplugin-USE-Flag. Aktivieren, Neubauen, mit eselect java-nsplugin anschalten, firefox vom neuen Plugin in Kenntnis setzen (am einfachsten firefox neustarten), dann solltest du java-Applets im Firefox sehen können. |
|
Back to top |
|
|
michael_w Guru
Joined: 22 Feb 2006 Posts: 482 Location: 09xxx
|
Posted: Wed Jan 05, 2011 1:29 pm Post subject: |
|
|
Danke Dir, genau das wars. _________________ Linux ryzen 6.6.57-gentoo-dist #1 SMP PREEMPT_DYNAMIC Fri Oct 25 08:56:19 CEST 2024 x86_64 AMD Ryzen 7 PRO 4750G with Radeon Graphics AuthenticAMD GNU/Linux |
|
Back to top |
|
|
|