Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
garawaa
Total activity
4
Last activity
August 27, 2022 05:57
Member since
August 25, 2022 08:10
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (0)
Comments (2)
garawaa
commented,
August 27, 2022 05:57
open your generated jar file with 7zip. Go to folder META-INF. Delete all files with extension *.sf, *.rsa, *.ds close 7zip run java -jar yourjar.jar enjoy!!!
Community
IntelliJ IDEA Users
Error: Could not find or load main class main while executing jar file
3 votes
garawaa
commented,
August 25, 2022 08:10
after generating jar file run command 7z d yourjar.jar META-INF/*.SF META-INF/*.RSA META-INF/*.DSA -r
Community
IntelliJ IDEA Users
Building .jar
0 votes