Saket Dandawate

Results 101 comments of Saket Dandawate

Please create a PR with the functionality

So what do you think can be done for this. Adding an option in xml for a different naming convention seems the easiest.

@jiaweihli apparently this is still valid. Threads alternate the load, but at any given time one thread takes up 100% of cpu throughout . ![screenshot from 2016-06-23 23-17-37](https://cloud.githubusercontent.com/assets/1689246/16329682/b2d06990-3998-11e6-8acf-fce01898ec0c.png)

@dananothername can you share output of both `make` and then `sudo make install` commands **run from** `freej2me/src/sdl2` directory ? I built and installed successfully ``` ➜ sdl2 git:(master) ls anbu.cpp...

``` ill show you the output later now i have some questions 1 why don't you upload the installed j2me i thing it work on every linux ``` This is...

You need to cd into 'src/sdl2' before running make and make install

Did you install development packages of sdl2?

You are looking for libsdl2-dev package. `sudo apt-get install libsdl2-dev` Running this should work hopefully