Re: compiling for old browsers
"Kalpesh Soni" <[email protected]>
| Newsgroups | gmane.org.user-groups.trijug.juglist |
|---|---|
| Message-ID | <[email protected]> |
I take that back Looks like 5.0 stuff cannot be made backward compatible! :( javac: source release 1.5 requires target release 1.5 -Kal On 5/27/08, Kalpesh Soni <[email protected]> wrote: > > using javac -target > > We should be able to compile a class to whatever version > But, keep in mind, if you are using a class that exists only in 1.5 or 1.6, > you cant use it else it would give a NoClassDefFoundError? > > You need only one compiler, but setup eclipse to compile to required class > version. (Compiler compliance level) > > -Kalpesh > _______________________________________________ Juglist mailing list [email protected] http://trijug.org/mailman/listinfo/juglist_trijug.org