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 4 years ago.
Improve this question
Need Help , I'm using eclipse on linux ,I have a code java MineSweeper Game when I run it
the images in the matrix are not displayed even there is no error in code ,& the same code run perfectly in another machine
th images is in folder
& called in the code
I tried to run it with intellij the same result no image
There is no Drapeau.PNG in your screenshot. So that could be the problem. But more likely, the problem is that your filenames seem to actually end in .png, not .PNG. Linux filesystems are case-sensitive.
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 9 days ago.
Improve this question
Yesterday I downloaded the Code App on my iPad, I think for making c++ java it is the best. But if I run a normal java file it starts me, but if I try to put the package it just doesn't work. I try to put the same package title in the folder but it just doesn't work and I don't know how to fix it. Thanks in advance
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
I'm a beginner in Java. I completed programing for "Triangle Calculator", exported it to JAR with Eclipse, and then turned it to exe with Launch4j. The problem is, the exe only works on my own computer and when I send it to others, Defender anti-virus pops up and also pops up an error. This is the error:
Windows cannot access the specified device, path, or file. You may not
have the appropriate permissions to access the item.
This is a problem on their computer, not yours.
They need to talk to those who set these restrictions and learn how to do it according to their policy.
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 3 years ago.
Improve this question
If I try to run a normal quiz application from Android Studio everything like buttons are placed in one corner.
Does anybody knows how to solve that problem.
This happens when you don't correctly configure the layout of the activity or fragment. If you are using a ConstraintLayout, you need to add constraints to each object within the layout or else it will default to the top left corner.
https://developer.android.com/reference/android/support/constraint/ConstraintLayout
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 am getting "Java Heap Space" error when importing csv data in neo4j database.
I have configured following configuration in neo4j.conf.
dbms.memory.heap.initial_size=4g
dbms.memory.heap.max_size=8g
dbms.memory.pagecache.size=4g
which discribed at
http://neo4j.com/docs/operations-manual/current/performance/#_configuring_heap_size_and_garbage_collection
but that not resolve the issue.
following is my screen
enter image description here
You'll want to take a look at using PERIODIC COMMIT when loading, or by using the import tool.
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'm not able to find out why does the manually importing any project even a very small app like "hello World" is not importing successfully.
I receive lots of compilation errors saying that name is not resolved.
Basically name could be anything, it could be variable, it could be package or even class name, it can't be resolved by eclipse.
But when i made explicitly that project into eclipse - it works fine? please help me out?
Try to add new system library, this is like common where we get errors.