• 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

Using J2SDK 1.4 stuff with weblogic 6.1

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there
I want to use this simple method (java 1.4)

in my servlets and jsps. There is plenty of other cool 1.4 exclusive stuff that I want to use also.
However, weblogic uses the j2sdk1.3 that is supplied with it. So the method doesn't work.
In the startup batch files, I tried changing JAVA_HOME to my 1.4 directory, but weblogic became miserably corrupted! My EJB's stopped working, even after recompilation, and in the end I just selected c:\bea and pressed the delete key, cause even the uninstaller stopped working.
Can anyone tell me how to RELIABLY set up weblogic 6.1 to run totally on j2sdk1.4?
Thanks
Alex
 
reply
    Bookmark Topic Watch Topic
  • New Topic