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 226431 - java.lang.UnsatisfiedLinkError: com.sun.deploy.config.WinPlatform.getPlatformUserHome
Summary: java.lang.UnsatisfiedLinkError: com.sun.deploy.config.WinPlatform.getPlatform...
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: PC Windows Vista
: P1 normal (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-21 05:01 UTC by sviyer
Modified: 2013-02-26 04:58 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 sviyer 2013-02-21 05:01:13 UTC
Just installed NB 7.3RC2 on Vista.
java version "1.7.0_13"
Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
Java HotSpot(TM) Client VM (build 23.7-b01, mixed mode, sharing)
With the bundled JavaFX.

Every time I run a project I get an "application error" dialog box with this error

java.lang.UnsatisfiedLinkError: com.sun.deploy.config.WinPlatform.getPlatformUserHome()Ljava/lang/String;
	at com.sun.deploy.config.WinPlatform.getPlatformUserHome(Native Method)
	at com.sun.deploy.config.WinPlatform.getUserHome(Unknown Source)
	at com.sun.deploy.config.WinPlatform.getLocalStorageDir(Unknown Source)
	at com.sun.deploy.config.Config.getLocalStorageDir(Unknown Source)
	at com.sun.deploy.config.Config.getDefaultCacheDirectory(Unknown Source)
	at com.sun.deploy.config.DefaultConfig.init(Unknown Source)
	at com.sun.deploy.config.DefaultConfig.<init>(Unknown Source)
	at com.sun.deploy.config.DefaultConfig.getDefaultConfig(Unknown Source)
	at com.sun.deploy.config.Config.get(Unknown Source)
	at com.sun.deploy.net.proxy.UserDefinedProxyConfig.getBrowserProxyInfo(Unknown Source)
	at com.sun.deploy.net.proxy.DynamicProxyManager.reset(Unknown Source)
	at com.sun.deploy.net.proxy.DeployProxySelector.reset(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.javafx.main.Main.tryToSetProxy(Main.java:572)
	at com.javafx.main.Main.launchApp(Main.java:640)
	at com.javafx.main.Main.main(Main.java:805)
Comment 1 Marian Mirilovic 2013-02-25 07:34:38 UTC
Could you please attach messages.log file and reopen ? Thanks in advance.
Comment 2 sviyer 2013-02-26 04:58:15 UTC
No relevant error message in messages.log.

Note that my project works fine in NB7.2.

On a hunch, I created new projects in NB7.3 and then copied all my non-nb-project files from the old NB7.2 to the new NB7.3 project.

This error is now gone.

I think it has something to do with the JavaFX build infrastructure.

Anyway, works for me now.