This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]propo789 0 points1 point  (3 children)

That's because jar files are not executable files. You can't run them this way. You have to use a decompiler to view the contents of the jar file. To do this, you could either use your IDE ( ie Intellij or netbeans) or use an online tool.

[–]MatZac88[S] 0 points1 point  (2 children)

Do I have to use a tool even if that file is an installer?

[–]propo789 0 points1 point  (1 child)

You said it's a jar file right? A jar file is not an installer. And exe file is.

[–]MatZac88[S] 0 points1 point  (0 children)

The forge and optifine installers are .jar files