0
votes
1answer
166 views

Non-headless mode: Apple AWT Java VM was loaded on first thread

I'm developing a maven-built JavaFX 2 application in eclipse. Everything is running fine on Windows, but Mac OSX is causing problems. I have to include the following line to prevent the application ...
2
votes
2answers
385 views

Headless environment error in java.awt.Robot class with MAC OS

I am trying to capture screen shots in my JavaFX application using Robot class, this is the code which I used in my application: Rectangle screenBounds = new ...
0
votes
2answers
252 views

Can't get cucumber tests running in headless on OSX - works on ubuntu?

In my env.rb file, I have this: if ENV["HEADLESS"] == 'true' require "headless" @headless = Headless.new @headless.start end This works fine in Ubuntu, but not in OSX. The browser still ...
6
votes
1answer
607 views

Mac status bar item but not on Dock

I'm trying to make a java application on Mac that puts an icon in the status bar, but I don't want the jar icon on the Mac dock (the one that has the coffee cup on the paper). So I tried to use the ...
3
votes
2answers
768 views

Java on Mac OS X Server: game over?

As a developer currently working on a Web app that uses a Java/Tomcat backend, the recent announcement by Apple to deprecate Java is causing me some consternation. Mainly because I'm planning on ...
0
votes
2answers
405 views

How to hide a Mono application on the OSX Dock

I have a Mono application that should not show on the dock, but will occasionally show a window. I want neither menu bar nor dock icon to show for this application. I have my application wrapped in ...