exe exported problem to open on other computers [closed] - java

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.

Related

Why my package in the code app on iPad does not work [closed]

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

I am getting this (The process cannot access the file because it is being used by another process) error message [closed]

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
As the title says, I am receiving this error message:
.........\app\build\intermediates\merged_java_res\debug\out.jar: The
process cannot access the file because it is being used by another
process.
I am unfortunately very new to Java and using Android Studio. If anyone can help me out that would be much appreciated. If you need further information, let me know.
FYI: I get that the error message is saying that I am attempting to run a process that is being used by another process (even that same process), but I don't understand how to find and fix my issue.
run "taskkill /im java.exe /f" in command

How can I display image in eclipse? [closed]

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.

My program cannot detect referred jar [closed]

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
this is my projects's hierarchy
I'm currently doing a project, and one of the function is to play videos.
So, i'm using dsj.jar to play the videos..
It works perfectly when running using eclipse, but after export it into .jar,
the video won't play.
So, i guess, i don't have problem in defining the resource path or import the jar
(built path -> add external jar).
But why the video won't play after I export it into runnable jar?
If you run your jar outside eclipse, you need to specify the classpath, i.e. the jars that your jar depends on.
https://en.wikipedia.org/wiki/Classpath_(Java)

Manually importing project in eclipse does not work? [closed]

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.

Categories