mercoledì 14 ottobre 2009

Fixed a bug in the array class loading

Thanks to the effort of a friend of mine, Fernando, involved in the Aglets development, a bug about the class loading of an array of objects have been fixed. Today I commited the new code to the git repository.
The bug caused an agent, using an array of objects, to be not loaded well after a migration; the problem was that the Aglets class loader was unable to load the class of the array and instantiate, consequently, the array itself. This happened with a recent JVM (e.g., 1.6) and not with older ones, due to some minor changes in the new JVM array handling.

Installare KDE 4 su OpenSolaris

OpenSolaris è un sistema che mi sta affascinando ogni giorno di piu', ma da buon utente KDE mi trovo un po' spaesato con il desktop GNOME (il default su OpenSolaris), così ho cercato le istruzioni per installare il mio desktop preferito.
Inizialmente mi sono imbattuto nella pagina ufficiale di KDE su OpenSolaris, ma ahimé senza successo. Il problema, mi verrà spiegato poi, è che il repository IPS indicato non e' piu' disponibile, e quindi ho dovuto ripiegare su una versione di un altro repository.
I comandi da lanciare nel terminale di un OpenSolaris 2009.06 sono i seguenti:

pfexec pkg set-authority -O http://solaris.bionicmutton.org:10000 bionicmutton
pfexec pkg refresh
pfexec pkg install qt
pfexec pkg install KDEBase-apps KDEgdm-integration