• 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 5.1ejbdeploy with JRE version 1.4

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have upgraded my WebSPhere 4 app to WAS5 and am developing it under WSAD 5.1.1 with the latest fixpacks installed. In preferences I have set:
java | compiler | compliance and classfiles | compiler compliance level to 1.4
and I've set the JRE to WebSphere v5.1 JRE
which points to: D:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.1\runtimes\base_v51\java\jre

These are the logical settings for a server running under JDK 1.4!!

Everything works fine except for my ejb generation, which calls ejbdeploy.bat under the hood. I keep getting "Invalid class file format" errors which is of course related to the jvm version being used. But I would have thought that with the above-mentioned settings the IDE would be able to do everything it is supposed to do!
Can anyone help?

Anthony
 
reply
    Bookmark Topic Watch Topic
  • New Topic