Java help

Status
This thread has been locked.

xx

Supreme
Feedback score
33
Posts
900
Reactions
323
Resources
0
Trying to install/run optifine. Whenever I try opening the .jar file, it opens cmd for a split second then it closes. Ive also tried running forge, so it's not an issue with optifine. Lots of people on different websites say theyve had the same issue but none of the fixes are working for me. Any help?
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Function

Minecraft Plugin Developer
Supreme
Feedback score
38
Posts
938
Reactions
332
Resources
0
Your program to open jar files isn't selected as java.exe in your java/bin directory.
 

MaccariTA

Feedback score
4
Posts
201
Reactions
47
Resources
0
Try running manually with cmd.exe, so you can see any error messages.
Code:
java -jar <PATH>
 

MaccariTA

Feedback score
4
Posts
201
Reactions
47
Resources
0
[DOUBLEPOST=1567631709][/DOUBLEPOST]

Run the cmd.exe as administrator and try again.
Also, to avoid confusions, put the jar on your Desktop - then use
Code:
cd C:\Users\Shack\Desktop
java -jar OptiFine_1.14.4_HD_U_F2.jar
 

xx

Supreme
Feedback score
33
Posts
900
Reactions
323
Resources
0
Run the cmd.exe as administrator and try again.
Also, to avoid confusions, put the jar on your Desktop - then use
Code:
cd C:\Users\Shack\Desktop
java -jar OptiFine_1.14.4_HD_U_F2.jar
I literally tried this last night and it didnt work but it just worked, thanks damn.
 
Status
This thread has been locked.
Top