configuration

Import RF sources as eclipse projects in JBoss Tools

    To import RF as eclipse project into workspace you need to do following steps
  • Download RF from SVN repository
    svn co http://anonsvn.jboss.org/repos/richfaces/root 
  • Then install library
    cd root
    mvn install -Dmaven.test.skip=true -P components,trunk 
  • Then add sources and make projects eclipse projects
    mvn eclipse:eclipse -Dmaven.test.skip=true -P components,trunk 
  • Import projects from root folder into eclipse

How to enable compiz fusion desktop extra effects in ubuntu 9.10 karmic koala

To enable extra effects for ubuntu you first should install following packages

sudo apt-get install compizconfig-settings-manager compiz-fusion-plugins-extra compiz-fusion-plugins-main compiz-plugins emerald

Then go to Preferences->CompizSettings Manager and enable effects that you want.

Installation google chrome browser on Ubuntu 9.10(Karmic Koala)

    To install google chrome browser on Ubuntu 9.10 you need to do following:
  • Add repository with chromium browser
    sudo gedit /etc/apt/sources.list
    #add following lines
    deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
    deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
  • Import GPG key
    sudo add-apt-repository ppa:chromium-daily/ppa
  • Update sources list and install chrome browser
    sudo apt-get update
    sudo apt-get install chromium-browser

Ubuntu 9.10(Karmic Koala) x32 bit Ram Limitation solution

By default ubuntu 9.10 can use only 2989MB(3GB) memmory. If you have more than 3GB, you should install x64 version of ubuntu or add PAE support in kernel;
To add PAE support you can recompile kernel or
install kernel from server version of ubuntu. It's easiest way.

sudo apt-get update
sudo apt-get install linux-headers-server linux-image-server linux-server

To see amount of available memory you can use a following comand
mareshkau@mareshkau:~$ free -m
             total       used       free     shared    buffers     cached

Ubuntu 9.10(Karmic Koala) Windows Workgroup configuration

To join in windows workgroup you can use following way:

  • Install samba and system-config-samba
    sudo apt-get install samba system-config-samba
  • Run system-config-samba
    sudo system-config-samba
    and from Preferences->Server setting enter work group name


Have a fun.

org.eclipse.swt.SWTError: No more handles on OS X when run JBoss Tools VPE

When you run JBoss Tools visual page editor on Mac OS 10.4 folllowing error possible.
Solution is update java on your env atleast to java 1.5.07(OSX Java Update 5) or never
Here Link to Java Updates

org.eclipse.swt.SWTError: No more handles
	at org.eclipse.swt.SWT.error(SWT.java:3910)
	at org.eclipse.swt.SWT.error(SWT.java:3799)
	at org.eclipse.swt.SWT.error(SWT.java:3770)
	at org.eclipse.swt.browser.MozillaDelegate.getHandle(MozillaDelegate.java:147)

Syndicate content