- To: Yakup Bayram <ybayram@xxxxxxxx>
- Subject: Re: compiler error
- From: "From: Bill Hibbard <hibbard@xxxxxxxxxxxxxxxxx>" <billh@xxxxxxxxxxxxx>
- Date: Thu, 3 Jan 2002 18:30:59 -0600 (CST)
On Thu, 3 Jan 2002, Yakup Bayram wrote: > what could be the reason for folllowing error? > > java.lang.NoSuchMethodError: java/util/Vector: method > add(Ljava/lang/Object;)Z not found > at visad/MathType.makeTimeAliasVector All I can think of is that you are trying to compile using JDK 1.1, since the Vector.add(Object) method was added in JDK 1.2. Good luck, Bill p.s., I don't have a clue about your BorderPanel problem, except that I am always prepared for trouble when I use a new Swing class.
- Follow-Ups:
- Re: compiler error
- From: Yakup Bayram
- Re: compiler error
- References:
- compiler error
- From: Yakup Bayram
- compiler error