Results 1 to 1 of 1

Thread: Problems with running java apps

  1. #1
    Join Date
    Jan 2019
    Beans
    14

    Problems with running java apps

    I downloaded a java application ( .jar file and additional files) and updated jdk to the newest version. Also, in properties I made the file as executable.
    But, when I try to open app through double click or 'open with', absolutely nothing happening.
    Ubuntu 16.04.5 LTS / arch64

    I don't understand fully how to open it throw a command line
    I tried:
    Code:
    ~/Downloads/JOdin3CASUAL-linux-R991/app$ java -jar JOdin3CASUAL.jar 
    bash: /usr/bin/java: cannot execute binary file: Exec format error –
    Also:
    Code:
    dextop@localhost:~$ java -version 
    bash: /usr/bin/java: cannot execute binary file: Exec format error
    Last edited by DuckHook; July 10th, 2019 at 05:10 AM. Reason: Added [CODE] tags, removed interfering formatting

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •