I'm new to java and thrown in at deep end......
been asked to get a client java app to run with 1.4 runtime (currently uses 1.3).
this connects to database via EJB's running on OC4J on the server.
now, if i point it at a 1.3 runtime... everything is fine and dandy.
if I point it at the 1.4 runtime it all goes horribly wrong...... the client app starts OK, but can't seem to communicate with the EJB's/OC4J.
anybody any idea's why this is the case?
is there anything I need to configure on the runtime?
been asked to get a client java app to run with 1.4 runtime (currently uses 1.3).
this connects to database via EJB's running on OC4J on the server.
now, if i point it at a 1.3 runtime... everything is fine and dandy.
if I point it at the 1.4 runtime it all goes horribly wrong...... the client app starts OK, but can't seem to communicate with the EJB's/OC4J.
anybody any idea's why this is the case?
is there anything I need to configure on the runtime?