Alexander Ungar

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 4
-
-
Alexander Ungar created a post, AnsweredCreate new project with multiple modules
I want to programmatically create a new project (Java for now) containing multiple modules (also Java for now, three modules with different names). I am already creating a new project with the foll... -
-
Alexander Ungar created a post, AnsweredRun configuration without executable
I need to execute a custom run configuration which will trigger a remote service to actually test the code and report the test results. I already have implemented a ConfigurationFactory, a RunConfi... -
-
Alexander Ungar created a post, JB JDK 11 with JavaFX Platform.runLater doesn't run on fx application thread
I am currently trying to implement a first PoC for a plugin using the JavaFX WebView. I am trying to run this code on the newest JB JDK 11, because I need to use at least the OpenJFX 11 release. Ho...