• Home
    • View
    • Login
    This page
    • Normal
    • Export PDF
    • Page Information

    Loading...
  1. Dashboard
  2. Undefined Space
  3. OpenJFX
  4. Using an IDE

Page History

Versions Compared

Old Version 16

changes.mady.by.user Nir Lisker

Saved on Sep 15, 2018

compared with

New Version 17

changes.mady.by.user Nir Lisker

Saved on Sep 22, 2018

  • Previous Change: Difference between versions 15 and 16
  • Next Change: Difference between versions 17 and 18
  • View Page History

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to File -> Import -> General -> Existing Projects into Workspace.
  2. Set the root directory to the base repository path (/rt by default).
  3. Check Search for nested projects.
  4. Optionally, you might find it convenient to work with Working Sets.

 


Configure Eclipse to use the latest JDK

...

Create a new Java project and add a module-info.java that requires the needed modules. For example:

 


Code Block
languagejava
titlemodule-info.java
linenumberstrue
collapsetrue
module zTest {
	requires javafx.base;
	requires javafx.graphics;
	requires javafx.controls;

	exports zTest;
}

...

If when running you receive warnning about missing packages or modules, edit the run configuration by going to its Dependencies -> Override Dependencies, then delete the launch dependencies and Override.

 


Run Sample Code (NOTE: old)

...

What this process does is add the gralde nature and build command to the .project files. This means that these files are now different than the ones in the repo. Additionally, the .settings folder for each project will contain a Buildship pref file. You will need to resolve the conflicts with the upstream repo, e.g., via hg ignore or hg forget.

Run Sample Code with Gradle Built Shared Libraries (Note: old)

...

Overview
Content Tools
ThemeBuilder

Terms of Use
• License: GPLv2
• Privacy • Trademarks • Contact Us

Powered by a free Atlassian Confluence Open Source Project License granted to https://www.atlassian.com/software/views/opensource-community-additional-license-offer. Evaluate Confluence today.

  • Kolekti ThemeBuilder Powered by Atlassian Confluence 8.5.21
  • Kolekti ThemeBuilder printed.by.atlassian.confluence
  • Report a bug
  • Atlassian News
Atlassian
Kolekti ThemeBuilder EngineAtlassian Confluence
{"serverDuration": 194, "requestCorrelationId": "faf9f95445737f20"}