This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 179754 - [Big Project] cannot access javafx.lang.Builtins
Summary: [Big Project] cannot access javafx.lang.Builtins
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-21 08:13 UTC by Alexandr Scherbatiy
Modified: 2010-03-29 12:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2010-01-21 08:13:54 UTC
NetBeans-JavaFX-Soma:  #122

I downloaded the JavaFX Runtime, opened the javafx-ui-common project
and build it.

There are no errors.

I opened the javafx.scene.shape.Shape class.

The editor highlights the package statement as error:
  cannot access javafx.lang.Builtins
  class file for javafx.lang.Builtins not found 
  file looks to be in non-JavaFX project.

It is right that it is not JavaFX project.
It is Java Free-Form project.

So it is the real case there JavaFX files are used in the Java project.
This case also should be properly handled.
Especially for the JavaFX Runtime developers.
Comment 1 J Bachorik 2010-02-02 03:29:57 UTC
Can you attach the free form project?
Comment 2 Alexandr Scherbatiy 2010-02-02 03:36:20 UTC
It is the JavaFX Runtime project that is used for the JavaFX SDK building.
Comment 3 J Bachorik 2010-02-09 01:28:04 UTC
Could you paste a URL here as where to get that project?
Comment 4 J Bachorik 2010-02-10 05:08:32 UTC
This seems to have been resolved in:
Product Version: NetBeans Platform Dev (Build 201002040200)
Java: 1.6.0_18; Java HotSpot(TM) 64-Bit Server VM 16.0-b13
System: Linux version 2.6.31-19-generic running on amd64; UTF-8; en_US

The only error message I get is "file looks to be in non-JavaFX project" which seems to be correct
Comment 5 Alexandr Scherbatiy 2010-03-29 12:49:30 UTC
verified in NetBeans-JavaFX-Soma: #200