java - Using svn versioning between eclipse and ibm rad 8? -


i use eclipse , ibm rad 8 , since rad 8 built on eclipse should able version project using both ide:s. checked in project eclipse xp-dev.com in svn , checked out ibm rad 8 can't build project. views follows.

enter image description here

enter image description here enter image description here

when build ibm rad error occurs.

exception in thread "main" java.lang.noclassdeffounderror: adventure.adventure caused by: java.lang.classnotfoundexception: adventure.adventure     @ java.net.urlclassloader.findclass(urlclassloader.java:434)     @ java.lang.classloader.loadclass(classloader.java:660)     @ sun.misc.launcher$appclassloader.loadclass(launcher.java:358)     @ java.lang.classloader.loadclass(classloader.java:626) 

what doing wrong?

update

there seems issue build path defined java 7. first java 7 project , ide can't find version 7 though it's installed @ computer.

enter image description here enter image description here

you should not version .settings folder. different depending on location , type of ide. should added svn:ignore .classpath , .project files.

you have check out project , configure each ide independently.

maven make life lot easier since can auto configure project.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -