Geoffrey Rekier wrote:
>We are facing a problem. We want to use a couple of libraries that are
>Java 5. It is working fine on OSX 10.4 and higher but not at all for
>lower. I guess someone faced this problem before so I ask. Is there
>anyone knowing a workaround to be able to run this on older Mac? A way
>to get Java 5 on older Mac or a possibility to convert the libraries?
There's no practical way to put Java 5 on a Mac before 10.4. It would be
simpler and cheaper to upgrade the older Mac to 10.4, e.g. buy Tiger
CD/DVDs on ebay.
There's no way to evaluate the possibility for library conversion without
knowing what the libraries are.
In any case, you'd almost certainly need the source for the libraries.
Beyond that, it depends on how much of Java 5 the libs actually require.
That can be anywhere from negligible (i.e. the lib source is 1.4-compatible
but was compiled for Java 5) to pervasive use of features only found in
Java 5 (e.g. generics, varargs, etc.).
Practicality also depends on whether you're talking about a machine you
have complete control over, or whether you're talking about a generally
released software product. You can upgrade your machine, but you can't
upgrade other people's machines.
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden