Blockland Forums > General Discussion
Kaphost Blockland Servers
Kalphiter:
--- Quote from: DontCare4Free on March 21, 2011, 11:04:00 AM ---I know one.
However, it won't help you in this case since it just wraps around the jar.
However, you can do "java -cp "nameofjarfilehere.jar" mainclassnameherethatIdon'tknowthenameof"
--- End quote ---
java -cp Remote_Client client
DontCare4Free:
--- Quote from: Kalphiter on March 21, 2011, 04:08:35 PM ---java -cp Remote_Client client
--- End quote ---
Are you using a class with an all lowercase name?
Did you miss the part about the naming conventions when you learned Java?
Kalphiter:
--- Quote from: DontCare4Free on March 21, 2011, 04:10:47 PM ---Are you using a class with an all lowercase name?
Did you miss the part about the naming conventions when you learned Java?
--- End quote ---
Yeah but aren't I the only one who's reading the code?
DontCare4Free:
--- Quote from: Kalphiter on March 21, 2011, 04:15:57 PM ---Yeah but aren't I the only one who's reading the code?
--- End quote ---
Except for anyone who decompiles it.
Kalphiter:
--- Quote from: DontCare4Free on March 21, 2011, 04:16:54 PM ---Except for anyone who decompiles it.
--- End quote ---
Why would anyone need to do that?