|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
[Fwd: about Javaclient]Jose, I am re-directing your e-mail to the Javaplayer users mailing list, hoping that someone can provide a solution to
your problem. Cheers, Radu. -------- Original Message -------- Subject: about Javaclient Date: Mon, 27 Jul 2009 14:02:33 +0200 From: José Bustamante <bustamantejos@...> To: rusu@..., maxim@... Hello, please I would like some help. when I compile with ANT I get some errors, but first of all I would like to solve this one: protected Vector<PlayerDevice> deviceList = new Vector<PlayerDevice> (); The type Vector is not generic; it cannot be parametrized with arguments <PlayerDevice> please how could I solve it? thank you so much JOSE -- | Radu Bogdan Rusu | http://rbrusu.com/ ------------------------------------------------------------------------------ _______________________________________________ Java-player-users mailing list Java-player-users@... https://lists.sourceforge.net/lists/listinfo/java-player-users |
|
|
Re: [Fwd: about Javaclient]you wrote your code according one 's latest version of java, but ANT tries to compile it with an older version, so it doesn't understand some recent features like generic to specification (the '<>'). Look in ANT if it exists a field that specifies the java version to compile with. (I've never used ANT, so I just can make assumptions...) Have a nice day! Skuld PS: sorry to not write that in Nabble, but I didn't find out this topic ... -_-' > Date: Mon, 27 Jul 2009 14:59:36 +0200 > From: rusu@... > To: bustamantejos@... > CC: java-player-users@... > Subject: [Java-player-users] [Fwd: about Javaclient] > > Jose, I am re-directing your e-mail to the Javaplayer users mailing list, hoping that someone can provide a solution to > your problem. > > Cheers, > Radu. > > -------- Original Message -------- > Subject: about Javaclient > Date: Mon, 27 Jul 2009 14:02:33 +0200 > From: José Bustamante <bustamantejos@...> > To: rusu@..., maxim@... > > > > Hello, please I would like some help. > when I compile with ANT I get some errors, but first of all > I would like to solve this one: > > protected Vector<PlayerDevice> deviceList = new Vector<PlayerDevice> (); > > The type Vector is not generic; it cannot be parametrized with arguments > <PlayerDevice> > > please how could I solve it? > > thank you so much > > JOSE > > -- > | Radu Bogdan Rusu | http://rbrusu.com/ > > ------------------------------------------------------------------------------ > _______________________________________________ > Java-player-users mailing list > Java-player-users@... > https://lists.sourceforge.net/lists/listinfo/java-player-users Découvrez toutes les possibilités de communication avec vos proches ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Java-player-users mailing list Java-player-users@... https://lists.sourceforge.net/lists/listinfo/java-player-users |
| Free embeddable forum powered by Nabble | Forum Help |