[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DiskBrowser Software - Work In Progress
In article <48c3f417$0$17224$742ec2ed@news.sonic.net>,
Andy McFadden <fadden@fadden.com> wrote:
> sicklittlemonkey <Nick.Westgate@gmail.com> wrote:
> > Unfortunately Apple has only released Java 5 (1.5.0_13) for Mac OS X
> > 10.4.11, whereas Denis has compiled his code for Java 6.
> >
> > Hopefully Java 6 is not actually necessary. He should be able to
> > retarget it for Java 5. How about it Denis?
>
> Adding "-target 1.5" to the javac options (presumably via an Ant script)
> ought to do the trick, assuming no actual 1.6 dependencies.
Good point, but I think he'd have to add both source and target options:
javac -source 1.5 -target 1.5 ...
Most dependencies are easy to mitigate; JDesktop is harder, but I saw it
has a back-port to at least 1.5:
<https://jdic.dev.java.net/>
--
John B. Matthews
trashgod at gmail dot com
home dot woh dot rr dot com slash jbmatthews