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 143186 - Netbeans 6.1 and JavaFX SDK
Summary: Netbeans 6.1 and JavaFX SDK
Status: VERIFIED INVALID
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: Sun Windows XP
: P1 blocker (vote)
Assignee: Andrey Yamkovoy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-07 14:36 UTC by iaragorn
Modified: 2008-08-21 12:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log from Netbeans 6.1 (103.74 KB, text/plain)
2008-08-07 14:37 UTC, iaragorn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description iaragorn 2008-08-07 14:36:39 UTC
I want to try JavaFX, so I've downloaded some examples from http://javafx.com/releases/preview1/samples/index.html, then
I've installed JDK 1.6.10,
then I've installed JavaFX plugins into my netbeans 6.1 ( JavaFX SDK for Windows, JavaFX Weather Sample, JavaFX Kit).
Then I restarted my netbeans.
Now when I try to build some JavaFX example I got following error:

Error occurred during initialization of VM
java.lang.UnsatisfiedLinkError: setErrorMode

http://forums.sun.com/thread.jspa?threadID=5321098&tstart=0
Comment 1 iaragorn 2008-08-07 14:37:34 UTC
Created attachment 66821 [details]
log from Netbeans 6.1
Comment 2 Lark Fitzgerald 2008-08-07 21:55:25 UTC
You're log file shows that you are using:

  Java; VM; Vendor        = 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-b05; Sun Microsystems Inc.

This version of Java is not supported.  You must switch to Java6 to work with JavaFX.  

Please do the following:
1. install Java6 listed at http://java.sun.com/javafx/downloads/
2. Open your <install-dir>\NetBeans 6.1\etc\netbeans.conf file
3. set the netbeans_jdkhome option to point to Java6
4. restart the IDE
Comment 3 iaragorn 2008-08-08 20:32:28 UTC
OMG it is working. thanks a lot!
Comment 4 Alexandr Scherbatiy 2008-08-21 12:49:31 UTC
verified