This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Websphere and the fly likes Jdk 1.4 with WAS 3.5 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Jdk 1.4 with WAS 3.5" Watch "Jdk 1.4 with WAS 3.5" New topic
Author

Jdk 1.4 with WAS 3.5

Venkataramu Pendiyala
Greenhorn

Joined: May 16, 2001
Posts: 25
I want to use print services of JDK1.4 . But WAS3.5 supports jdk1.2 . can i use jdk1.4 with WAS3.5. Would appreciate your help.


SCJP
Jun Hong
Ranch Hand

Joined: Sep 05, 2001
Posts: 181
WebSphere IBM 3.5 only works with IBM JDK1.2. Sun 1.4, no way. Even Sun 1.2 will not work with WebSphere 3.5. I am not familiar with Sun's print. Is it in rt.jar of JDK1.4? Try to seperate print from Sun JDK1.4. Prepare a jar file for print. Put it in class path of WebSphere 3.5. I know sometimes this is not possible. You EJB has some programming restrictions, such as listening on a socket, or using classes from io packages. If using print is against the above restriction, it will not work.


Jun Hong<br />SCJP, SCJD, SCWCD, SCEA<br />IBM Certified Systems Expert(V4.0)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Jdk 1.4 with WAS 3.5
 
Similar Threads
Error running Xalan sample: servlet.SimpleXSLTServlet
websphere class loaders
2 Years since downloading exam and jdk
Best IDE
Jdk 1.4 with VAJ