Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

J Link - Swing application with sdk 1.3.1

Status
Not open for further replies.

crane

Computer
Joined
Sep 30, 2002
Messages
1
Location
IE
Hello everybody,

Can anybody tell me what other classes I need to declare in my classpath in order to start a J Link application with swing interface?

Although J Link documentation stipulates that only sdk 1.1 or higher is supported (but not 2) I remember seeing some threads about swing applications.

So far I managed to start and develop an application (a simple one; I'm just a beginner.) using sdk 1.1.8.

Kind Regards to you all
 
You can use jdk 1.2 OK or if you want to use 1.1.8 and Swing, search for a file called 'swingall.jar' where Pro/E is installed and put this in your classpath. This file contains all the swing components.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top