Problem:
Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjavahl-1 in java.library.path no svnjavahl-1 in java.library.path no svnjavahl in java.library.path java.library.path = /usr/lib/jvm/java-6-sun-1.6.0.20/jre/lib/i386/client:/usr/lib/jvm/java-6-sun-1.6.0.20/jre/lib/i386:/usr/lib/xulrunner-addons:/usr/lib/xulrunner-addons:/usr/java/packages/lib/i386:/lib:/usr/lib
#install libsvn-java sudo apt-get install libsvn-java
#add following linies to eclipse.iniSolution
#add optiopn to java args
-d32java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM at org.eclipse.swt.internal.Library.loadLibrary(Library.java:197) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:174) at org.eclipse.swt.internal.C.<clinit>(C.java:21) at org.eclipse.swt.internal.cocoa.NSThread.isMainThread(NSThread.java:33) at org.eclipse.swt.graphics.Device.<init>(Device.java:116) at org.eclipse.swt.widgets.Display.<init>(Display.java:668)

The code for getting eclipse selection
ISelectionService selectionService = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getSelectionService(); ISelection eclipseSelection = selectionService.getSelection();
svn co http://anonsvn.jboss.org/repos/richfaces/root
cd root mvn install -Dmaven.test.skip=true -P components,trunk
mvn eclipse:eclipse -Dmaven.test.skip=true -P components,trunk
Problem
Some buttons not react on mouse clicks under Ubuntu 9.10, shortcust like CTRL+SHIFT+T not works to, Updates not works for eclipse.
Solution #1
set following environment variable
export GDK_NATIVE_WINDOWS=1 #and than run eclipse ./eclipse
-DGDK_NATIVE_WINDOWS=1
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)