[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] "Unable to Create Specified Preferences Page

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-07-14 00:36:48 CEST

"Colin Williams" <swaungcenter@gmail.com> wrote on 07/13/2006 06:09:04 PM:

> After installing subclipse, when I try to go to the SVN preferences
page(s),
> I get an error saying:
> Unable to create the specified preferences page
>
> Reason:
> Plug-in org.tigris.subversion.subclipse.ui was unable to load class
> org.tigris.subversion.subclipst.ui.preferences.SVNPreferencesPage.
> I have searched the archives and found a few other people with this
problem
> a while ago, but none of the threads gave working answers.
>
> I am running Eclipse 3.1.2 installed on Ubuntu 6.06 via Synaptic with
> Subclipse 1.0.3. I have the JavaSVN library plugin (version 1.0.6)
> installed in Eclipse, and JavaHL 1.3.1 installed via Synaptic. However,
I
> have absolutely no clue which adapter subclipse is using, nor any idea
how
> to figure that out or change it.

A long time ago you used to get that error if we did not have any working
adapter available. JavaSVN should work though. Also note that JavaSVN
comes with Subclipse, you do not need to install it.

Finally, even though you got JavaHL via Synaptic, you typically still need
to do something to allow Subclipse to find it. Ubuntu installs the
library into /usr/lib/jni. I think JVM's are supposed to include this in
their path but for me at least, the Sun JVM does not do this. I wound up
symlinking JavaHL into one of the folders in the JVM path, but you can
also do something like this:

export LD_LIBRARY_PATH=/usr/lib/jni
./eclipse

Still, you should not be having this problem so I do not know why you are.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Jul 14 00:36:59 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.