Re: Target VM Microsoft? or Java Lint to check for MS VM compatibility?
From: Chris Smith (cdsmith_at_twu.net)
Date: 12/19/03
- Next message: Shirley: "Re: Project reflection"
- Previous message: Vincent Cate: "Re: Target VM Microsoft? or Java Lint to check for MS VM compatibility?"
- In reply to: Vincent Cate: "Re: Target VM Microsoft? or Java Lint to check for MS VM compatibility?"
- Next in thread: Vincent Cate: "Re: Target VM Microsoft? or Java Lint to check for MS VM compatibility?"
- Reply: Vincent Cate: "Re: Target VM Microsoft? or Java Lint to check for MS VM compatibility?"
- Reply: Vincent Cate: "Re: Target VM Microsoft? or Java Lint to check for MS VM compatibility?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 19 Dec 2003 08:29:30 -0700
Vincent Cate wrote:
> tom.cowdery@bigfoot.com (Tom)
> > Until then, compile to version 1.1 and you should be OK.
>
> I do that and it is not OK. Microsoft does not have Vector.add()
> for example. Maybe it "should be OK" but lawyers can argue that.
The Java API version 1.1 also doesn't have Vector.add() The
java.util.List-based names for Vector functions were only added with the
advent of the Collections API in 1.2. I'm guessing, then, that you only
think you are doing that, and that you aren't really doing it at all.
When I said Microsoft is short a few APIs from 1.1, I didn't mean
something so fundamental as Vector. I think I recall something about
RMI, something about JNI, and something about minor details of
reflection.
-- www.designacourse.com The Easiest Way to Train Anyone... Anywhere. Chris Smith - Lead Software Developer/Technical Trainer MindIQ Corporation
- Next message: Shirley: "Re: Project reflection"
- Previous message: Vincent Cate: "Re: Target VM Microsoft? or Java Lint to check for MS VM compatibility?"
- In reply to: Vincent Cate: "Re: Target VM Microsoft? or Java Lint to check for MS VM compatibility?"
- Next in thread: Vincent Cate: "Re: Target VM Microsoft? or Java Lint to check for MS VM compatibility?"
- Reply: Vincent Cate: "Re: Target VM Microsoft? or Java Lint to check for MS VM compatibility?"
- Reply: Vincent Cate: "Re: Target VM Microsoft? or Java Lint to check for MS VM compatibility?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|