someone sent me a file that executable JAR file, when i try to execute it, it comes up with the error Program.exe cannot be found, anyone know how to fix this?
There's no such thing as an executable JAR file. A Java JAR file is just a collection of code (and possibly other resources). If you're from the Windows world, think of a JAR as a .dll file.
Use alisajid's suggestion. If that doesn't work, then you would need to know a bit more about Java to use the file.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.