Compiling actual runtime sources (original) (raw)

Sven Reimers sven.reimers at gmail.com
Sun Feb 19 05:10:14 PST 2012


Hi,

is it just me - or are the actual sources not compileable?

Using latest javafx_sdk-2_1_0-beta-b13-macosx-universal-14_feb_2012.zip as binary I get the following error:

jar: [mkdir] Created dir: /Users/Sven/projects/openjfx/master/rt/javafx-ui-common/build/classes [javac] Compiling 318 source files to /Users/Sven/projects/openjfx/master/rt/javafx-ui-common/build/classes [javac] /Users/Sven/projects/openjfx/master/rt/javafx-ui-common/src/com/sun/javafx/jmx/SGMXBeanAccessor.java:28: package com.oracle.javafx.jmx does not exist [javac] import com.oracle.javafx.jmx.SGMXBean; [javac] ^ [javac] /Users/Sven/projects/openjfx/master/rt/javafx-ui-common/src/com/sun/javafx/jmx/SGMXBeanAccessor.java:50: cannot find symbol [javac] symbol : class SGMXBean [javac] location: class com.sun.javafx.jmx.SGMXBeanAccessor [javac] if (!(mxBean instanceof SGMXBean)) { [javac] ^ [javac] /Users/Sven/projects/openjfx/master/rt/javafx-ui-common/src/com/sun/javafx/jmx/SGMXBeanAccessor.java:52: cannot find symbol [javac] symbol : class SGMXBean [javac] location: class com.sun.javafx.jmx.SGMXBeanAccessor [javac] SGMXBean.class.getName() + " interface."); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 3 errors

BUILD FAILED

Thanks

-Sven

-- Sven Reimers

Join the NetBeans Groups:



More information about the openjfx-dev mailing list