Building/using jbullet in eclipse

dsrb-88
Posts: 2
Joined: Mon Sep 17, 2012 6:46 pm

Building/using jbullet in eclipse

Post by dsrb-88 »

Anyone know how to get jBullet and its demos compiling and working in eclipse?

I keep getting errors such as this

Code: Select all

java.lang.Error: not instrumented
   at cz.advel.stack.Stack.alloc(Stack.java:110)
when i try to run any of the demos and other errors such as missing junit.jar

is something missing in these instructions?
edit: since i messed up the link

http://www3.ntu.edu.sg/home/ehchua/prog ... ullet.html

and i am currently going down a rabbit hole of dependencies (apache ant tools) to try get it working, which im pretty sure is the wrong way to go but im out of ideas.
xexuxjy
Posts: 225
Joined: Wed Jan 07, 2009 11:43 am
Location: London

Re: Building/using jbullet in eclipse

Post by xexuxjy »

Have a look at my post here if you haven't already :

http://bulletphysics.org/Bullet/phpBB3/ ... =90#p27219

should setup an instrumentation task in eclipse to fix the stack alloc issues
dsrb-88
Posts: 2
Joined: Mon Sep 17, 2012 6:46 pm

Re: Building/using jbullet in eclipse

Post by dsrb-88 »

xexuxjy wrote:Have a look at my post here if you haven't already :

http://bulletphysics.org/Bullet/phpBB3/ ... =90#p27219

should setup an instrumentation task in eclipse to fix the stack alloc issues

after reading your post i realized i wasn't correctly including the appropriate .jar's in my project, i still cant compile them myself but i just managed to included the in project im working on, i still can't compile it from source myself however you have given me something to work with.