Search:

Type: Posts; User: helloworld922

Search: Search took 0.15 seconds.

  1. Re: got all .java files ready. how to make them into jar?

    It won't do anything because it's defined to do nothing :P

    You need to put code inside the main method to launch the game client (I have no idea what this would be, though).
  2. Re: got all .java files ready. how to make them into jar?

    Do you have a main method defined, or is this just a class library? If it's the latter, you can create a simple main method in one of your classes and declare it to do nothing. You can also try using...
Results 1 to 2 of 2