Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

StarTeam GUI

21 views
Skip to first unread message

shoshana kirshenboim

unread,
Jan 4, 2010, 3:15:41 AM1/4/10
to
I try to use starteam-gui.jar to show the starteam gui from java code,
I generate the code to bat/exe file but it failed with this exception
(I add the startam-gui jar to the classPath):


Exception in thread "Thread-7" java.lang.NoClassDefFoundError: com/
borland/sequo
ia/LogFactory
at com.borland.starteam.gui.swing.ErrorHandlerImpl.<init>
(ErrorHandlerIm
pl.java:56)
at com.borland.starteam.gui.CustomItemEditor.<init>
(CustomItemEditor.jav
a:50)
at com.borland.starteam.gui.model.ItemEditorManager$1.getEditor
(ItemEdit
orManager.java:44)
at utils.TaskFinderIMPL.showTaskGUI(TaskFinderIMPL.java:200)
at utils.TaskFinderIMPL.showTaskGUI(TaskFinderIMPL.java:192)
at components.ChangeRequestMediator$1.run
(ChangeRequestMediator.java:236
)
Caused by: java.lang.ClassNotFoundException:
com.borland.sequoia.LogFactory
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 6 more

(When I run it from the code it rum well)
Do anyone have an idea What I needs to do?

0 new messages