0
votes

I have created a JAVA application (JAR) for Windows & Mac.

This JAR has all the required UI.

I thus need to create a cocoa application without any UI.

1

1 Answers

3
votes

Add this in info.plist

<key>LSUIElement</key>
<string>1</string>

Now the application doesn't appear in the dock and the menu bar won't be displayed.

All menu bar applications (menulets) work without an UI