Search:

Type: Posts; User: game06

Page 1 of 3 1 2 3

Search: Search took 0.09 seconds.

  1. how to create groovy client? getting an error, below.

    how to create groovy client? getting an error, below.


    start up jboss with following paremater:

    set JAVA_OPTS= -Djava.rmi.server.hostname=localhost
    ...
  2. error - No source code is available for type

    I am using libgdx and getting a error. I am not sure what this error means and how can I fix this?

    error:


    [ERROR] [com.ia.asteroid.GwtDefinition] - Line 41: No source code is available for...
  3. Replies
    1
    Views
    1,481

    error - FATAL EXCEPTION: GLThread 87

    I am using libGDX. my core, and desktop project work fine but when i run android project it give me errors. any idea what is this error and how to fix it?




    01-07 12:59:17.348:...
  4. Replies
    0
    Views
    13,723

    checking if user is login or not

    I have a index page of my website. it will change if user is login or not. I know how to do just by using jsp. but this is not the right way bc I am using java code in html file.

    so here is ex of...
  5. Replies
    1
    Views
    1,420

    how to use jsp / servlet

    I need help making proper way to make website using jsp/servlet.

    file path: WebContent > login.jsp


    <form method="post" action="servlet">
    what's your username?<br /> <input...
  6. Replies
    0
    Views
    1,403

    draw trinagle in android openGL 2.0

    I am trying to create a triangle in openGL 2.0 but some some reason background is shows up but no triangle. I am following this tutorial: Building an OpenGL ES Environment | Android Developers
    i...
  7. Thread: android

    by game06
    Replies
    0
    Views
    10,122

    android

    hey, can some one help me with two things?
    first getting a error on "Animation animationObj" error:Animation cannot be resolved to a type
    2nd i am trying to make a templet for making android games....
  8. Replies
    0
    Views
    1,597

    Any good android boot camps?

    I am considering going to android bootCamp "deltaprogram.us" or "www.codercamps.com" in texas. These are the only two good android camps i could find. Problem is that i cant seem to find any review...
  9. Replies
    2
    Views
    1,306

    awt vs swing ---when you use awt and swing???

    here what i know:

    swing = you use swing if you want to create button, radio button, input etc....

    -awt is old verson and swing is new version.

    -best way to create create game like mario....
  10. Thread: new at robotic

    by game06
    Replies
    1
    Views
    1,088

    new at robotic

    i want to learn about robotic and i have no idea where to start. problem is that my college dont have any robotic class. so i have to learn every thing on my own. goal is to build and program a...
  11. Thread: collision

    by game06
    Replies
    3
    Views
    1,173

    Re: collision

    o found the problem i think. the problem is here. i am testing player intersects with the whole arraylist. so if arraylist size is 20 than it will print "hi" once and it will print nothing 19 times...
  12. Thread: website idea?

    by game06
    Replies
    1
    Views
    1,122

    website idea?

    i want to learn jsp and best way for me to this by create a website durring this sumemr. i dont want to create website there are already out there ex social networking site, eCommerce etc... need...
  13. Thread: collision

    by game06
    Replies
    3
    Views
    1,173

    collision

    i am running into problem here. I have a arraylist called rect which store all bounds for ground. i am looping though it and checking for collision between player and arraylist bounds.

    tile map 2d...
  14. Thread: disabling keys

    by game06
    Replies
    4
    Views
    1,326

    Re: disabling keys

    and.....

    come to think of it arent you also NormR?

    posting same answer at Disabling keys - Dev Shed

    also anser can be found at...
  15. Thread: disabling keys

    by game06
    Replies
    4
    Views
    1,326

    disabling keys

    hen user press can key than the code below gets the key user just pressed. the problem is that i want to only limit user to press alphabet and numbers. so i want to disable weird char ex left, right,...
  16. Thread: error

    by game06
    Replies
    0
    Views
    1,043

    error

    i am using jdbc and getting a error:

    SQLException: Incorrect integer value: 'score' for column 'Score' at row 1
    SQLException: 1366



    sqlState.executeUpdate("insert into Score values(id,...
  17. Replies
    16
    Views
    1,692

    Re: no errors on japplet but it doesnt work!!!!

    read my thread plz.
  18. Replies
    16
    Views
    1,692

    Re: no errors on japplet but it doesnt work!!!!

    yeah that is when you run applet on web. which said in post number 7.
  19. Replies
    16
    Views
    1,692

    Re: no errors on japplet but it doesnt work!!!!

    you mean on appletviewer on web page???
  20. Replies
    16
    Views
    1,692

    Re: no errors on japplet but it doesnt work!!!!

    whats appletViewer program? do you mean eclipse? bc there are no error in eclipse.
  21. Replies
    16
    Views
    1,692

    Re: no errors on japplet but it doesnt work!!!!

    a window pop's up and title of this window is 'application error'.

    in window it says:


    if you click on it you get a different window saying:


    thats it there is no other information on this...
  22. Replies
    16
    Views
    1,692

    Re: no errors on japplet but it doesnt work!!!!

    i am not sure but the problem might be that i am using 3 static variables top of main class.


    private static final long serialVersionUID = 1L;
    public static final int WINDOW_WIDTH = 900;...
  23. Replies
    16
    Views
    1,692

    Re: no errors on japplet but it doesnt work!!!!

    yes
  24. Replies
    16
    Views
    1,692

    no errors on japplet but it doesnt work!!!!

    I created a japplet in java and put it on website. there are no errors in eclipse and it works fine.

    on web it say "Error - click for details". when i click on it, it says...
  25. Replies
    1
    Views
    1,203

    how to restart in java japplet?

    how to restart a game? problem with my code is that when it restarts it double the enemy. so there are 10 enemies and lets say player dies than user restart and now there are 20 enemies and so...
Results 1 to 25 of 67
Page 1 of 3 1 2 3