Compiling actual runtime sources (original) (raw)
Sven Reimers sven.reimers at gmail.com
Sun Feb 19 05:10:14 PST 2012
- Previous message: New IntelliJ IDEA project files on the way
- Next message: Compiling actual runtime sources
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
Senior System Engineer and Software Architect
NetBeans Dream Team Member: http://dreamteam.netbeans.org
NetBeans Governance Board Member: http://netbeans.org/about/os/governance.html
Community Leader NetBeans: http://community.java.net/netbeans Desktop Java: http://community.java.net/javadesktop
Duke's Choice Award Winner 2009
LinkedIn: http://www.linkedin.com/in/svenreimers
Join the NetBeans Groups:
- XING: http://www.xing.com/group-20148.82db20
- NUGM: http://haug-server.dyndns.org/display/NUGM/Home
- LinkedIn: http://www.linkedin.com/groups?gid=1860468 http://www.linkedin.com/groups?gid=107402 http://www.linkedin.com/groups?gid=1684717
- Oracle: https://mix.oracle.com/groups/18497
- Previous message: New IntelliJ IDEA project files on the way
- Next message: Compiling actual runtime sources
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]