Compiling actual runtime sources (original) (raw)
Paddy.fr paddy.fr.freesurf at gmail.com
Sun Feb 19 13:29:47 PST 2012
- Previous message: Compiling actual runtime sources
- Next message: Compiling actual runtime sources
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I had the same problem, and I just renamed the class com.sun.javafx.jmx.SGMXBeanAcessor.java in com.sun.javafx.jmx.SGMXBeanAcessor.java.org to not compile the class. And for me, it's ok !
Patrick Champion http://paddyweblog.blogspot.com/
On 19/02/2012 14:10, Sven Reimers wrote:
Hi,
is it just me - or are the actual sources not compileable? Using latest javafxsdk-210-beta-b13-macosx-universal-14feb2012.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
- Previous message: Compiling actual runtime sources
- Next message: Compiling actual runtime sources
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]