English 中文(简体)
JBox2D 2.1.2 投机(新的世界创造)
原标题:JBox2D 2.1.2 Expection (new world creation)
  • 时间:2011-10-24 11:38:52
  •  标签:
  • jbox2d

I try to create an application for mobile phone LG GT-540 (Android 2.1). The application does not work if I initialize the new world
... world = new World(gravity, doSleep);

感谢任何关于如何解决这一问题的想法。

问题回答

我的问题与这一例外情况一样。

Caused by: java.lang.NoClassDefFoundError: org.slf4j.impl.StaticLoggerBinder
    at org.slf4j.LoggerFactory.bind(LoggerFactory.java:121)
    at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:111)

它告诉我,这不包括lf4j依赖性,但j Box2d-library-2.1.2.jar已经包括flfj4,因此,你可以把 j箱内的“lf4j”包装改为最新版本,以纠正这一错误。

而这一格框2d 问题指的是:here,你可以在该网页上找到最近版本的高尔夫球。





相关问题
Best method for changing collision polygons in Box2d?

I m wondering what I should do for my player character. Currently he has the idle stance, with all the collision polygons created etc. But I want him to move his arm polygon when he is punching. How ...

Box2D : Check collision with the Joint?

As shown in the image I have implemented "blob" by connecting Circle shapes with "Distance Joints". (refering JBox2D ContantVolume joint). Is it possible to check whether other objects (in above ...

Which direction is zero (0) in Box2D?

Which direction is considered 0 degrees in box2D? Is it north, south, east, west? And then do the angles increase clockwise, or counter-clockwise? I ve read through the manual and it doesn t seem to ...

jbox2d tutorial [closed]

can you tell me: where can I find tutorials "programming games in jbox2d"?

How can I prevent a ball from sticking to walls in Box2D?

I m experimenting with box2d. I seem to have a problem people describe as sticky walls I have a ball and a paddle I m using all the basic recommended scales I could find, 10m world, 1m ball The ...

JBox2d Reference Manual?

Where do i find reference manual of JBox2D ? I was using fisica which inherits JBox2D. There is reference manual of fisica but can t find reference manual of JBox2D

热门标签