Results 1 to 9 of 9
Thread: i have a problem
- 06-02-2011, 06:41 PM #1
Member
- Join Date
- Jun 2011
- Posts
- 19
- Rep Power
- 0
i have a problem
Hi, i have a problem in my snake game, when i run the file it run, but when i run it from the main project it stop, so i make Debug and i found that it stop here:
public void Start(){
while(true){
Jouer(5);
try {
Thread.sleep(vitesse);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}
can someone help me where the problem is??Last edited by rowanabejjani; 06-02-2011 at 06:48 PM.
- 06-02-2011, 06:46 PM #2
Member
- Join Date
- Jun 2011
- Posts
- 19
- Rep Power
- 0
a friend told me that i have in my main project threat in another file so the system was confused due to the duplication of two similar thread....
- 06-02-2011, 07:08 PM #3
Member
- Join Date
- Mar 2011
- Posts
- 64
- Rep Power
- 0
It's impossible to find the problem without the full code.
Post a
Short, Self Contained, Correct (Compilable) Example
- 06-02-2011, 07:10 PM #4
Member
- Join Date
- Jun 2011
- Posts
- 19
- Rep Power
- 0
can you see it if i send you the full code???
- 06-02-2011, 07:16 PM #5
Member
- Join Date
- Mar 2011
- Posts
- 64
- Rep Power
- 0
- 06-02-2011, 07:32 PM #6
Member
- Join Date
- Jun 2011
- Posts
- 19
- Rep Power
- 0
the file is big i couldn't upload it can i send it to you
- 06-02-2011, 07:43 PM #7
Member
- Join Date
- Jun 2011
- Posts
- 19
- Rep Power
- 0
ProjetFinal.zip - 4shared.com - online file sharing and storage - download
This is the project, please i need help my presentation is tomorrow.... :(:(
- 06-03-2011, 05:54 AM #8
My office network doesn't allow me to download zip file. Even if it was allowed I wasn't gonna download it and look in it for you. And I am doubtful about how many other members are gonna do it, as this is not the way how it works here.
Anyways, better luck for your presentation.
GoldestJava Is A Funny Language... Really!.gif)
Click on * and add to member reputation, if you find their advices/solutions effective.
- 06-03-2011, 07:34 AM #9
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
As suggested above, post an SSCE, creating one may just help you solve the problem yourself, and if it doesn't it will allow us to really see your problem. To be perfectly honest, I have no idea what your problem is, I don't know what's wrong because you haven't explained the problem well enough.
People here(and mostly anywhere online) tend to(and should be) hesitant of following links. Even if we did, sifting through large amounts of code is way more work than many people will want to do. For example, what is Jouer(5)? Are we supposed to read your mind? The simpler you make this for us, the quicker you will get help.


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks