Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mac run console app #384

Open
1 of 3 tasks
akhilmanikandan opened this issue Dec 10, 2023 · 3 comments
Open
1 of 3 tasks

mac run console app #384

akhilmanikandan opened this issue Dec 10, 2023 · 3 comments
Labels
question Further information is requested

Comments

@akhilmanikandan
Copy link

akhilmanikandan commented Dec 10, 2023

I'm submitting a…

  • bug report
  • feature request
  • other

Short description of the issue/suggestion:

How to run packaged console app in terminal for mac

Currently when console app runs in mac no console or terminal is opened just icon appears in dock.

@fvarrui
Copy link
Owner

fvarrui commented Dec 13, 2023

Hi @akhilmanikandan!
Maybe is open /path/to/My.app what you are looking for?

@fvarrui fvarrui added the question Further information is requested label Dec 13, 2023
@akhilmanikandan
Copy link
Author

my java app is a console application, i realise now to open in console mode i have to put the path My.app/Content/MacOs/Universalapplicationstub

I was expecting like in windows when you double click it opens up in a terminal by default.

any way to change that behavior

@fvarrui
Copy link
Owner

fvarrui commented Feb 29, 2024

my java app is a console application, i realise now to open in console mode i have to put the path My.app/Content/MacOs/Universalapplicationstub

I was expecting like in windows when you double click it opens up in a terminal by default.

any way to change that behavior

Not sure, maybe we can include a terminal mode for macOS, so when double clicking your app, universalJavaApplicationStub startuo script opens a terminal and runs your app inside

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants