
October 29th, 2001, 10:57 PM
|
|
Junior Member
|
|
Join Date: Jul 2001
Location: Pittsburgh, PA
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Do you mean your vendor shipped you A.java and B.java in the
jar file? If so, you can extract them from the jar file and compile
them to A.class and B.class by yourself. A jar file is really just a
zip file so you can use tools like gunzip and WinZip.
|