官网

 

IBM

 

 

UML建模

Topcased

 

 

Eclipse Modeling Tools

 

 

 

ubuntu打开eclipse报错

 

 
  1. !SESSION 2013-03-07 09:31:39.820 ----------------------------------------------- 
  2. eclipse.buildId=I20110613-1736 
  3. java.version=1.7.0_17 
  4. java.vendor=Oracle Corporation 
  5. BootLoader constants: OS=linuxARCH=x86WS=gtkNL=en_US 
  6. Command-line arguments:  -os linux -ws gtk -arch x86 
  7.  
  8. !ENTRY org.eclipse.osgi 4 0 2013-03-07 09:31:42.585 
  9. !MESSAGE Application error 
  10. !STACK 1 
  11. java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: 

 

 
  1. Try with the following command 
  2.  
  3. 64 Bits System: 
  4. ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86_64/ 
  5.  
  6. 32 Bits System: 
  7. ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86/