Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

Required fields*

Start a java application with terminal

I'm trying to create a java application which starts a new terminal without using java -jar. I tried using several methods, but none of them have worked.

I need this to work on osx, I was able to make it on windwos

Answer*

Cancel
4
  • /bin/sh/ is not a directory on osx
    – letsgo00
    Commented Aug 1, 2016 at 12:29
  • please remove end slash Commented Aug 1, 2016 at 12:31
  • But it does not create a new terminal window where i can see the output
    – letsgo00
    Commented Aug 1, 2016 at 12:33
  • But this still does not start my application in a new window. I want that if you double click the application it starts in a terminal
    – letsgo00
    Commented Aug 1, 2016 at 13:00