• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Does j2ee 1.3 with j2se 1.4 work OK?

 
Ranch Hand
Posts: 1272
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I notice that I am advised to use j2ee 1.3 with hfejb. How does this work with j2se 1.4? with j2se 1.5?

What problems would result from using hfejb with j2ee?

I want to study hfejb and hfs in parallel and am afraid of having too many software versions on my PC. If they interfere with each other, I currently lack the expertise to tell whether an error is me or the software and what to do about it.
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The fact is that this exam is based on the J2EE 1.3 specification and that the latter requires that (J2EE.2.3.1) J2SE 1.3 be used. If you use J2SE 1.4 instead you might run into problems due to the backward incompatibilities or similar issues. This page lists all novelties introduced in J2SE 1.4. As you can see, there are many things that could go wrong
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do not see any problems running J2EE 1.3 with J2SE 1.4.
 
Squanch that. And squanch this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic