Search:

Type: Posts; User: Lora2372

Search: Search took 0.11 seconds.

  1. Re: Extract Java project as runnable jar file?

    That made it work with the command prompt!
    Is there any way to tell the JVM to hold more so it can load the file by simply double-clicking it? Or is there anything I can change in the code to make...
  2. Re: Extract Java project as runnable jar file?

    Hm, I tried using all three, both together and separately at 80MB but I keep getting the same error.


    Microsoft Windows [Version 10.0.17134.885]
    (c) 2018 Microsoft Corporation. All rights...
  3. Re: Extract Java project as runnable jar file?

    My bad somehow checked the wrong file, the jar file is only about 27.1 MB, which makes a lot more sense since there shouldn't be anything except the art, sounds and code in there.

    Where do I enter...
  4. Re: Extract Java project as runnable jar file?

    I'm not sure, is there an easy way to check? And what is the limit of JVM?

    The folder holding all of the art is only 11.4 MB, the Sound folder is 16.6 MB, but the total size of the jar file is...
  5. Re: Extract Java project as runnable jar file?

    It runs through a lot of files, but I think that it failed because of a spelling error, one of the files was called EditVolumeBUtton instead of EditVolumeButton in the resouces. When I changed that I...
  6. Re: Extract Java project as runnable jar file?

    Hm that's problematic, from what I can tell the files are inside the .jar file, but as you said their relative space might be different, which is troublesome.


    public static BufferedImage[][]...
  7. Re: Extract Java project as runnable jar file?

    Ah, it didn't work from the desktop for some reason? I moved it to my documents folder and now it crashed in the loading screen, appears to be at least one of the files that aren't loading correctly...
  8. Re: Extract Java project as runnable jar file?

    Hello!

    Unfortunately, the .jar file doesn't seem to launch at all, the command prompt only prints out:
    C:\Users\LoraM\Desktop>java -jar Platformer.jar
    Error: Unable to access jarfile...
  9. Extract Java project as runnable jar file?

    Hello, I'm completely new to these forums so I apologize if this isn't the correct section.

    I have an old platformer project I worked on a couple of years ago and I would really like to extract it...
Results 1 to 9 of 9