http://bugs.winehq.org/show_bug.cgi?id=10924
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com
--- Comment #4 from Damjan Jovanovic damjan.jov@gmail.com 2009-04-13 14:18:35 --- Austin you have to use a *JDK* not a *JRE*. It detects my JDK just fine in 1.1.17.
This seems to be the problem - it cannot load the windows-x86.dll in the bundle.jar:
[2009-04-13 21:15:29.338]: ... finished starting the installer [2009-04-13 21:15:29.339]: exiting -- org.netbeans.installer.Installer.main():99 [2009-04-13 21:15:29.433]: loading jni library [2009-04-13 21:15:29.435]: library resource path: native/jnilib/windows/windows-x86.dll [2009-04-13 21:15:29.514]: Cannot load native library from path: native/jnilib/windows/windows-x86.dll [2009-04-13 21:15:29.514]: java.io.IOException: Path not found [2009-04-13 21:15:29.515]: at java.io.WinNTFileSystem.createFileExclusively(Native Method) [2009-04-13 21:15:29.515]: at java.io.File.checkAndCreate(Unknown Source) [2009-04-13 21:15:29.515]: at java.io.File.createTempFile(Unknown Source) [2009-04-13 21:15:29.515]: at org.netbeans.installer.utils.FileUtils.createTempFile(FileUtils.java:783) [2009-04-13 21:15:29.515]: at org.netbeans.installer.utils.FileUtils.createTempFile(FileUtils.java:776) [2009-04-13 21:15:29.515]: at org.netbeans.installer.utils.FileUtils.createTempFile(FileUtils.java:770) [2009-04-13 21:15:29.515]: at org.netbeans.installer.utils.FileUtils.createTempFile(FileUtils.java:765) [2009-04-13 21:15:29.515]: at org.netbeans.installer.utils.system.NativeUtils.loadNativeLibrary(NativeUtils.java:241) [2009-04-13 21:15:29.515]: at org.netbeans.installer.utils.system.WindowsNativeUtils.<init>(WindowsNativeUtils.java:215) [2009-04-13 21:15:29.515]: at org.netbeans.installer.utils.system.NativeUtils.getInstance(NativeUtils.java:91) [2009-04-13 21:15:29.516]: at org.netbeans.installer.utils.SystemUtils.getNativeUtils(SystemUtils.java:1063) [2009-04-13 21:15:29.516]: at org.netbeans.installer.utils.SystemUtils.getDefaultApplicationsLocation(SystemUtils.java:326) [2009-04-13 21:15:29.516]: at org.netbeans.installer.utils.SystemUtils.resolveString(SystemUtils.java:124) [2009-04-13 21:15:29.516]: at org.netbeans.installer.wizard.components.WizardComponent.resolveString(WizardComponent.java:342) [2009-04-13 21:15:29.516]: at org.netbeans.installer.wizard.components.WizardComponent.getProperty(WizardComponent.java:305) [2009-04-13 21:15:29.516]: at org.netbeans.installer.wizard.components.WizardComponent.getProperty(WizardComponent.java:290) [2009-04-13 21:15:29.516]: at org.netbeans.installer.wizard.components.actions.netbeans.NbInitializationAction.execute(NbInitializationAction.java:80) [2009-04-13 21:15:29.516]: at org.netbeans.installer.wizard.components.WizardAction$1.run(WizardAction.java:120)