GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » General » [SOLVED] subclipse in eclipse (ubuntu 12.04 64 bit)
[SOLVED] Re: subclipse in eclipse (ubuntu 12.04 64 bit) [message #14193 is a reply to message #14056] Tue, 06 November 2012 13:12 Go to previous message
MartinJGaluska is currently offline  MartinJGaluska
Messages: 203
Registered: March 2010
Location: Germany
first-grade participant
From: *physik.uni-giessen.de
I have just found the answer on the website

http://stackoverflow.com/questions/10165693/eclipse-cannot-load-swt-libr aries

and would like to post it here in case other people experience the same problem:

After adding

-Djava.library.path=/usr/lib/x86_64-linux-gnu/jni 


to

/etc/eclipse.ini 


you have to do the following:

Quote:


On Ubuntu 12.04 32 bit enter the command:

ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86/

And on Ubuntu 12.04 64 bit type:

ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86_64/



This fixes the loading issue.

However, Ubuntu 12.04 install JavaHL 1.6.x by default, but subclipse requires >=1.7.x

Therefore, I followed the instructions on
https://plus.google.com/u/0/110836571215849032642/posts/5gecVzxXUpz
and entered:

sudo apt-add-repository ppa:dominik-stadler/subversion-1.7

sudo apt-get update
sudo apt-get upgrade 
sudo apt-get install subversion


subclipse finally seems to work now.

[Updated on: Tue, 06 November 2012 13:38]

Report message to a moderator

 
Read Message
Read Message
Previous Topic: Simulation For a particular branch
Next Topic: simulation of specific event number
Goto Forum:
  


Current Time: Fri Apr 26 23:10:41 CEST 2024

Total time taken to generate the page: 0.00945 seconds