Link to home
Start Free TrialLog in
Avatar of krishnasaikarthik
krishnasaikarthik

asked on

Copile JDK1.4.2_10 & run with JDk1.3

Dear Experts

We used the JDK1.4.2_10 when we build our product. But when we move to production by mistake the JAVA_HOME was pointed to JDK1.3. We application contains Servlets, EJBs etc.

is there any possibility to get the issues?

thanks
km.






ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
you can also use -target 1.3 compile option to produce 1.3 compatible class files but you could still have incompaibilities.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
>> is there any possibility to get the issues?

If you have used any methods/ classes which were introduced in 1.4, then yes. Otherwise it should be ok.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial