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

newbe question about accessing Star Team server from Unix box with java client

50 views
Skip to first unread message

jenl...@gmail.com

unread,
Dec 3, 2012, 2:32:14 PM12/3/12
to
Hi,

My name is Jen and I am trying to access our Star Team server which is on a Windows box from AIX 5.3.

I know from the errors that I don't have the right jars (I am barely a java programmer) on my Unix box by this error:

mdcxvt1114# /usr/java6_64/bin/javac Sample.java
Sample.java:1: package com.starbase.starteam does not exist
import com.starbase.starteam.Server;
^
Sample.java:2: package com.starbase.starteam does not exist
import com.starbase.starteam.Project;
^
Sample.java:15: cannot find symbol
symbol : class Server
location: class Sample
Server s = new Server(strAddress, nPort);
^
Sample.java:15: cannot find symbol
symbol : class Server
location: class Sample
Server s = new Server(strAddress, nPort);
^
4 errors

Does anyone know if I can get the right java to load onto my Unix box to fix this error? The two I am specifically looking for are:

import com.starbase.starteam.Server;
import com.starbase.starteam.Project;

My Star Team version is Borland Star Team 2008 Release 2.

Thanks for any advice,
Jen

Jennifer Mead

unread,
Dec 6, 2012, 11:33:41 AM12/6/12
to
I was able to figure out that I did have the right jars just needed to understand how classpath worked, well I still need to figure that out but right now I have a way to add it in the compile and execute line and that allows the script to find the right classes from the jar they are in. It works pretty slick. My uphill battle will be learning java.
Regards,
Jen
0 new messages