• 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

WSAD and JDK 1.4

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Can anybody tell me which version of WSAD works with JDK1.4? I am using WSAD 5.1.0 and I was able to change the JRE to 1.4 by going in to Windows->Preferece->Installed JRE. But that will work only at compiler level. Still if I start my local WSAD server, it says its using JRE1.3.1_02. I found some posting saying I can not change it. So, now if I want to upgrade to newer version, will WSAD 5.1.2 work?

Thanks all in advance.
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Niral,
You are correct that changing the Java version of the server is not supported. RAD 6 (WSAD was renamed RAD) supports Java 1.4.
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WSAD 5.1.2 and WAS 5.1 is also supporting the JDK 1.4
For this go to D:\WAS51\AppServer\java\bin and run "java -version" commnad.
 
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think u need to migrate the servers also.

Hope this helps you.

Steps to change WSAD5.1.1 environment to point jdk 1.4.1

1) Open Windows Compiler� Java � Preferences �
Select the Compliance and Classifies tab, and set the Compiler
compliance level to 1.4

�2) Then select the Java Installed JREs
Select the last checkbox in the list of Installed JREs. (Selected VM's
location should be C:\Program Files\IBM\WebSphere Studio\Application
Developer\v5.1.1\runtimes\base_v51\java\jre)

Then Click �OK'

Preferences and select the J2EE�3) Open the Windows tab.
On the Server Targeting Support Pane, Select the Enable server
targeting Support radio button.

Then Click �Apply' and �OK'

4) Change the workspace to J2EE perspective.
Under Enterprise Applications, right click your EAR file and select
�TargetServer Modify

5) On Modify Target Server Window, select the Windows Application
Server v5.1 from the dropdown and click �OK'

6) Under Enterprise Applications, right click your EAR file and
�select TargetServer Synchronize.

7) And Click �OK'

8) Delete the existing deployed code in your EJB projects, which are
under the EAR project.


9) Rebuild all the projects and Re-Generate the RMIC code for EJB
projects.
10) Start the server. This shouldn't give any errors while starting
up.
 
Alas, poor Yorick, he knew this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic