Search:

Type: Posts; User: tyeeeee1

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    1,063

    Re: Program Breaks When In Jar Format

    Alright, thanks for the information. I think I'll try re-writing the program and improve upon what I've done so far.
  2. Replies
    11
    Views
    1,063

    Re: Program Breaks When In Jar Format

    I just edited almost every line of the program with what I think your example is showing but it's just throwing error after error. Is it fine if I leave those variables static or is there some...
  3. Replies
    11
    Views
    1,063

    Re: Program Breaks When In Jar Format

    That's quite the odd error. After looking in my bin folder I found the class that caused the exception, after that I just placed it with in the jar file and the program started working properly. At...
  4. Replies
    11
    Views
    1,063

    Re: Program Breaks When In Jar Format

    Within the jar file there is the class DnDFormulator.class and a folder called META-INF which contains the manifest file. There shouldn't be and there never was a class named DnDFormulator$1 so it...
  5. Replies
    11
    Views
    1,063

    Re: Program Breaks When In Jar Format

    @curmudgeon

    Thanks for the criticism, I've tried to chance the code based on what you've said but I ran into one problem and one question.
    The public variables of the DnDFormulator class, when...
  6. Replies
    11
    Views
    1,063

    Program Breaks When In Jar Format

    Hey, I just read up on how to turn a small program that I've finished into a .Jar file so it can be run without the cmd. I followed two different tutorials that both had the same information and the...
Results 1 to 6 of 6