Link to home
Start Free TrialLog in
Avatar of mdoland
mdoland

asked on

Eclipse and compiling with old JDK (j2sdk1.4.2_18)

I need to compile my project with an old compiler (j2sdk1.4.2_18). However, Eclipse don't like to start up with 1.4.2. It compalins about incompabilities and wants to have at least 1.5.0.

How do I handle that?
ASKER CERTIFIED SOLUTION
Avatar of mnrz
mnrz

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
Avatar of mdoland
mdoland

ASKER

Thanks alot.