jenl...@gmail.com
unread,Dec 3, 2012, 2:32:14 PM12/3/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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