Box2D Forums

It is currently Thu May 23, 2013 12:44 am

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Errors Upon Install?
PostPosted: Wed Apr 18, 2012 2:31 pm 
Offline

Joined: Wed Apr 18, 2012 2:19 pm
Posts: 1
Hi, I'm new to Box2D/jBox2d so I followed the QuickStart guide on using Subclipse and Maven to install jbox2d.

1. I added the repository http://jbox2d.googlecode.com/svn/trunk/ using svn.
2. I checked out the entire trunk into the folder JBox2D.
3. I imported "Existing Maven Project" and selected the folder JBox2D.

I now see 4 new projects:
*JBox2D
*jbox2d-library
*jbox2d-serialization
*jbox2d-testbed

However, before modifying anything, I already have errors in jbox2d-library and jbox2d-testbed. For example, in TestbedModel.java under jbox-2d-testbed, I have an error for the following line of code:

Code
Code:
private final DefaultComboBoxModel<ListItem> tests = new DefaultComboBoxModel<ListItem>();


Error
Code:
The type DefaultComboBoxModel is not generic; it cannot be parameterized with arguments <TestbedModel.ListItem>


There are other seemingly random errors as well. I believe some of them are from missing files, but I'm not sure where to get said files if that is the case.

Any idea what the issue is?


Top
 Profile  
 
 Post subject: Re: Errors Upon Install?
PostPosted: Mon Apr 23, 2012 8:16 pm 
Offline

Joined: Mon Jun 08, 2009 12:21 pm
Posts: 353
Trunk uses jdk 1.7, you're using 1.6 it looks like, which is the reason for the combobox error. Also, it's still being updated. please use the 2.1.2.2 tag (or branch 2.1.2.1, which is 2.1.2.2)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: psbot [Picsearch] and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group