-3
votes
0answers
27 views

error(s)_during_evaluation Eclipse [closed]

Eclipse debugged just stopped showing variabile data few days ago it always says error(s)_during_evaluation, i tried increasing the ram in ini , tried to reinstall Eclipse JUNO, and installed ...
-1
votes
1answer
40 views

Slick2D and TileD [closed]

I've been learning Java for a while, and with my aims of being a game developer later in life, I've came across Slick2D+lwjgl and following tutorials and making some little things. However; I don't ...
0
votes
1answer
62 views

Slick2d Particles loading xml returning null [closed]

I've made a particle class that creates a particle of Slick2d library, but the XML file doesn't want to load , it keeps giving me null error. I gave it the path as I do for everything but it refuses ...
0
votes
1answer
61 views

Dependency setup between libGDX projects in Eclipse IDE

For my game I'd like to create another project that extends the functionality of libGDX and since it will be an independent project it could be easily reusable. How can I achieve this in Eclipse IDE? ...
1
vote
2answers
287 views

How do I add AndEngine documentation in Eclipse?

I am very new to AndEngine. I have just downloaded the full documentation file, but I can't attach it to Eclipse. How can I do that?
1
vote
1answer
167 views

Model View Control Issue: Null Pointer Initialization Question

Good morning again. This is David. Please, I need an urgent help regarding control model view where I making a code that uniquely separating into groups: An Activity Java Class to Display the ...
-5
votes
1answer
347 views

What is best way to make a 2d game in Java? [closed]

I want to use Java and also J2EE preferably, but the main question is: What do I use for graphics while making games in Java?
2
votes
1answer
191 views

Is using the applet class in a Java game a wise thing to do?

I am making an 2D multiplayer game in Java project, by using Java sockets and simple java.applet.* Our teacher told us to use J2EE concepts in the project. Do I have to use JSP? Is it better or ...
-1
votes
2answers
996 views

are there any alternatives to developing android apps other than with eclipse [closed]

Ever since I installed the android sdk and avd manager in eclipse for java developers, it's been pretty simple to create apps for the mobile device. The only issue I have is eclipse is way too slow ...
0
votes
3answers
602 views

Struggling to get set up with JOGL2.0

I did have JOGL1.1 set up and working, but I soon discovered that it did not support the latest OpenGL, so I started work on upgrading to JOGL2.0 it's not gone too well. Firstly, is it worth me ...
-1
votes
2answers
1k views

Android NDK - moving .so files from one project to another

I have a small project I've coded for Android that uses a small about of NDK/JNI code. I'd like to share this code between two projects but I'm having little luck so far. First off, I've tried to ...