• 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

how can I change JDK for JBOSS

 
Ranch Hand
Posts: 268
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I installed

JDK SE 6 & then
JBoss 4.2


Now I have installed JDK SE 1.5

and want to use JDK 1.5 for JBoss 4.2, but I am not sure how can I swtich to JDK 1.5 for JBoss 4.2.

If I remove JDK 6, JBoss 4.2 does not works since Jboss looks for JDK 6.

I would appriciate your suggestions.
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


JBoss startup script is used to pass the JAVA_HOME to JBOSS.
Get jdk 1.5 and pass that to JBOSS via the run script as JAVA_HOME its that easy...
 
Deepika Joshi
Ranch Hand
Posts: 268
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks...

It worked .
 
reply
    Bookmark Topic Watch Topic
  • New Topic