I'm working on a simple chatBot, just as a learning experience, and have hit a block. I have a rudimentery GUI setup that launches when I run the program with the command line, but not when I double-click the Jar. I am either missing code or exporting/running the program incorectly. Im using eclipse and exporting as a runnable jar. If anyone could point me towards a tutorial or some code that would be greatly appreciated.
Clarification... I want my chatBot to open a GUI when double-clicked, similar to the minecraft-server jar
EDIT I figured out what was wrong, it had nothing to do with the manifest or code... I was just executing a while loop wrong, I feel dumb now :(