Setup IDE for development instructions
Tom Schindl
tom.schindl at bestsolution.at
Thu Apr 24 21:28:56 UTC 2014
More stuff that does not work.
If you import the projects you have build-path errors because source
folders are missing in:
* base:
- src/main/resources
- src/test/resources
* builders
- src/main/resources
- src/test/resources
* designTime
- src/main/resources
* fxml
- src/main/resources
* media
- src/test/java
- src/test/resources
* swing
- src/main/resources
- src/test/java
- src/test/resources
* swt
- src/main/resources
- src/test/java
- src/test/resources
* web
- src/main/native/WebKitBuild/Release/WebCore/generated/java
Libraries are not found in buildSrc:
It looks like you are using relative-paths but at least my eclipse does
not like that but e.g. wants to detect them as
rt/build/libs/ant-1.8.2.jar and not ../build/libs/ant-1.8.2.jar
* graphics to compile without errors needs swt-debug.jar in the library
path.
* swt to compile without errors needs swt-debug.jar in the library path
* scenebuilder needs to reference all projects but not rt-project
Tom
On 24.04.14 22:29, Tom Schindl wrote:
> Hi,
>
> I try to follow the guide at
> https://wiki.openjdk.java.net/display/OpenJFX/Using+an+IDE to setup my
> Eclipse workspace but the description how to preconfigure the JDK is a
> ambiguous.
>
> The ambiguous information is the "cd <PATH TO JFX>" which could me (I
> take my OS-X install as the reference)
> * cd
> /Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk_nofx/Contents/Home/jre/lib/ext
> * cd /Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk_nofx/Contents/Home/
>
> BTW for Eclipse there's no an easier way to get Java8 support you can
> grab a prebuilt distro from http://www.eclipse.org/downloads/index-java8.php
>
> Tom
>
More information about the openjfx-dev
mailing list