bapetro,
3) MyEclipse will run with Java 1.5, without any issues – see below for how to do it.
1) MyEclipse has no record of your java path, it just depends on your system’s environment. You can check what version is being used in the listing from MyEclipse > About MyEclipse > Configuration Summary.
If you want to force eclipse to use another JDK – use the -vm argument when starting eclipse. e.g. eclipse.exe -vm c:\java1.4\bin\javaw
It occurs to me the version of Java being run from probably does NOT have to equal the version source is being programmed for.
Yes, that’s right, you can start eclipse using 1.5 and compile your workspace using 1.4 (Window > Preferences > Java > Compiler > Installed JREs)
2) If 1.5 libraries are used, you will need to compile your workspace with 1.5, see above preference. I’ll ask someone else to pitch in with the J2EE details – if you still require them?
Hope this helps,
Best,
Brian.