Java plugin 64-bit, now available.
Sun Microsystems announced the 64-bit version of the JRE, which includes the Java Plugin.
This means that if you have a 64-bit version of a Linux distribution, you can now have Java applets running in your Firefox.
Download at https://jdk6.dev.java.net/6uNea.html
You can install in /usr/local/
Then, you need to make a symbolic link, (it’s OK if Firefox is still running)
ln -s /usr/local/jre1.6.0_12/lib/amd64/libnpjp2.so ~/.mozilla/plugins/
Then, in Firefox, visit about:plugins and check if the new plugin is recognised. You should see the text below.
libnpjp2.so
- Όνομα αρχείου: /usr/local/jre1.6.0_12/lib/amd64/libnpjp2.so
| Τύπος MIME | Περιγραφή | Επιθέματα | Ενεργές |
|---|---|---|---|
| application/x-java-vm | Java | Ναι | |
| application/x-java-applet | Java | Ναι | |
| application/x-java-applet;version=1.1 | Java | Ναι |
Finally, test your browser with the demo applets at http://java.sun.com/applets/jdk/1.4/index.html
I do not know how well some complicated Java applications will behave. If you do not see the applet starting up (there is no loading indication), have a look at ~/.xsession-errors for any hints of a failed applet.
Xubuntu (XFCE), startxfce4: X server already running on display :0
Έχω ένα πρόβλημα με ένα σύστημα Xubuntu, όπου δούλευε για πολύ καιρό ενώ τώρα ξαφνικά δε μπορεί να εμφανίσει στο γραφικό περιβάλλον το window manager μαζί με τα εικονίδια/κτλ.
Καθώς ξεκινά το σύστημα, ο υπολογιστής φτάνει στο σημείο να δείχνει μόνο το παρασκήνιο της επιφάνειας εργασίας
και τίποτα άλλο.
Πρόκειται για Xubuntu 6.10 (ναι!) σε υπολογιστή που συντηρώ απομακρυσμένα.
Είχα ενεργό το Beryl (6.10!) το οποίο απενεργοποίησα τώρα.
Τα σχετικά μηνύματα στο .xsession-errors είναι
/etc/gdm/PreSession/Default: Registering your session with wtmp and utmp
/etc/gdm/PreSession/Default: running: /usr/X11R6/bin/sessreg -a -w /var/log/wtmp -u /var/run/utmp -x "/var/lib/gdm/:0.Xservers" -h "" -l ":0" "ubuntuuser"
/etc/gdm/Xsession: Beginning session setup...
libGL warning: 3D driver claims to not support visual 0x4b
/usr/bin/startxfce4: X server already running on display :0
libGL warning: 3D driver claims to not support visual 0x4b
Το ps δείχνει ότι ο διαχειριστής παραθύρων του XFCE έχει φορτωθεί, οπότε είναι πιθανό να έχει φορτωθεί στο :1 (αντί στο τυπικό DISPLAY :0);
Με προβληματίζει ότι έχει εκείνο το μήνυμα για libGL warning, σα να τρέχει το X server με υποστήριξη 3D που μπορεί να δημιουργήσει πρόβλημα.
Η κάρτα γραφικών είναι μια Intel, νομίζω 855GM.
(x-posted)
Update (15 Dec 08): Problem solved.
Upgraded to WordPress 2.7
I used the WPAU (WordPress Automatic Update), found at http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/ which lets you perform the upgrade from the UI (it’s not an unattended automatic upgrade, but rather Assisted upgrade).
I am posting this using the QuickPress feature in 2.7.
WPAU may not be good for you depending on what weird security features have been enabled by your webhosting provider.