#Idk what is wrong with my main class
1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
A jar file contains class files, not Java source files. Does your manifest specify the main class as Main.java perhaps? Or are you executing the jar with java -cp myjar.jar Main.java or something similar. We'll need to know more about how you're running it, and the contents of the Jar (particularly the manifest).
https://docs.oracle.com/javase/tutorial/deployment/jar/manifestindex.html
In an executable jar-file there'll be a META-INF/MANIFEST.MF and it must declare the application entry point
Main-Class: Main
(assuming your Main class is in the default package)
This deployment Java tutorial describes development and deployment of applets, Java Web Start applications, rich Internet applications, and JAR related tools
an executable .jar file for minecraft
This doesn't make sense really in the first place..
What are you trying to do? Make a mod or plugin for Minecraft?
its a ssid and uuid stealer
just tryna fw my friends
the code takes mc token for login
discord uuid
and token
we can't help with that, even if it's just for fun
See for reference #rules @shrewd gorge
Closed the thread.
It seems you're asking for this again. Yet as stated, you're not going to get assistance to create software that captures this information (a 'stealer'). This is a form of malware.
Closed the thread.
i mean hes not asking for help regarding strealer part hes asking for help regarding trouble with running a java program
but whatever
he got the answer already it looks like
If youre doing cheats, you should know what youre doing