• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Does WSAD 5.1.2 support JDK 1.4?

 
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there anybody here from IBM? I need to confirm if the latest version support J2SE 1.4.

I'm not talking about stand along client. I'm talking about J2EE developing.

Thanks!
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, I'm from IBM, and yes, WSAD 5.1.2 supports JDK 1.4, as did WSAD 5.1.1 also. We added support for JDK 1.4 in WAS 5.1, which was first supported by WSAD 5.1.1.

Kyle
 
Sean Li
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's great, thank you very much.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For standalone application, JDK1.4 works, but for J2EE development, it seems WSAD always use the jre that under WSAD_FOLDER/eclipse/jre, even after I had changed current jre to Sun's 1.4.2 jre.
Is there any other configuration I need to set to make JDK 1.4 work for J2EE development? My WSAD version is 5.1.2 on Windows.

Thanks,
Albert
 
Albert Zheng
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just found some information to use JDK 1.4 for J2EE, enable server targeting support and use Websphere 5.1 will make WSAD use JDK 1.4.
The following is URL for server targetting:
http://www-106.ibm.com/developerworks/websphere/library/techarticles/0402_berg/0402_berg.html

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic