Results 1 to 3 of 3

Thread: How to run Jar with command line?

  1. #1
    Join Date
    May 2011
    Beans
    22

    Question How to run Jar with command line?

    Hello I have installed java runtime and I need to run jar file,Im not using gnome desktop,so I need a command to run it.Im using fluxbox.
    can anyone help me out here?
    Thank you

  2. #2
    Join Date
    Dec 2009
    Beans
    6,776

    Re: How to run Jar with command line?

    Code:
    java -jar /path/to/*.jar/file

  3. #3
    Join Date
    May 2011
    Beans
    22

    Re: How to run Jar with command line?

    Thank you very much,it worked.

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
  •