Originally posted by Fred Abbot:
in 3.5x ypu were able to set dependant class paths for the serevr how can you do this in 4.0?
In general you don't. I take it you have some JAR files you want your
EJB jar file to use? If so, then you need to add them to the EAR file that you deploy to 4.0. Then update the manifest of your EJB-JAR file so that its files can reference the other JAR files.
More details can be found in my workbook for WebSphere AEs 4.0.
Kyle
------------------
Kyle Brown,
Author of
Enterprise Java (tm) Programming with IBM Websphere
See my homepage at
http://members.aol.com/kgb1001001 for other WebSphere information.