Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this question
I made an simple java code to control a powerPoint presentation through hand motion with the help of an device called leap motion. The code works fine in Eclipse, but whenever I switch to an actual powerPoint slide my runnable jar pauses and stops doing what it's suppose to. How do I fix this problem??
Set the background frames policy.
controller.setPolicy(Controller.PolicyFlag.POLICY_BACKGROUND_FRAMES);
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 1 year ago.
Improve this question
Intellj takes time to open (about 5 to 6 mins). I have deleted pulgins removing files from my laptop , but it didn't work
Almost all softwares including IDEs have logs. For intellij, too. Look at following link. Get the logs. If possible enable verbose\debug log. See the time stamps if present. That should tell what task is taking too long.
https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
When I try to play mpeg-2 streams with exoplayer, the video stream plays well, however the sound is mute, Here are debugging details:
Now, I want to force use of a predefined decoder e.g. OMX.google.mp3.decoder,etc for exoplayer to decode and play mp2 sounds. Can anyone help me to do so? Please include details of the java code. Thanks.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I'm new to Java and Junit testing. But why would this occur? Been fighting with this for awhile.
Sorry image is so small. But it was the only way to capture both sides.
You're running your tests with the SpringJUnit4ClassRunner, but the correct version of JUnit4 is not in your classpath.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I'm coding a bukkit plugin. It's player counter per world and scoreboard. Really simple, but I have some problems with the code.
Take a look at it.
http://pastebin.com/PCEj0Vkj
I don't see the error, but compilator says that there are errors in:
http://prntscr.com/4vaegq
and on last line on "}"
I would love to show you error log and more screenshots, but I need 10+ reps.
All of your code, starting at line 25 and ending at line 45 needs to go in either an initialisation block or inside a method body.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
I have a problem with net beans and swing running on ubuntu, when i run a JFrame everything runs ok but it does not display. Just to say the JFrame is created and no changes have been made.
I fount a solution as it seems the JFrame did not where to display i have two monitos and coordinates must have been wrong when I set the JFrame to display in center then it displayed.