Build tested: j2re-1_4_0-beta_refresh-bin-b71-win-11_jul_2001.exe,
j2sdk-1_4_0-beta_refresh-bin-b71-win-11_jul_2001.exe
Platforms: Windows 98 (2nd edition), Windows 2000 Professional
From Java Web Start Application Manager try to run any application by clicking on "Start" or dbl clicking on appl. image. Application is not running! IllegalArgumentException (log file attached)
The following is the log w/ JDK output:
Java Web Start Console, started Fri Jul 13 12:39:56 PDT 2001
Java 2 Runtime Environment: Version 1.4.0-beta_refresh by Sun Microsystems Inc.
java.lang.IllegalArgumentException: "E:\Program: unmatched quotes.
at java.lang.Win32Process.<init>(Win32Process.java:57)
at java.lang.Runtime.execInternal(Native Method)
at java.lang.Runtime.exec(Runtime.java:551)
at java.lang.Runtime.exec(Runtime.java:418)
at java.lang.Runtime.exec(Runtime.java:361)
at java.lang.Runtime.exec(Runtime.java:325)
at com.sun.javaws.ui.player.JNLEntry.launch(Unknown Source)
at com.sun.javaws.ui.player.Player.launch(Unknown Source)
at com.sun.javaws.ui.player.Player.access$8(Unknown Source)
at com.sun.javaws.ui.player.Player$22.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1769)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1822)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:414)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:253)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:261)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
at java.awt.Component.processMouseEvent(Component.java:4968)
at java.awt.Component.processEvent(Component.java:4778)
at java.awt.Container.processEvent(Container.java:1383)
at java.awt.Component.dispatchEventImpl(Component.java:3488)
at java.awt.Container.dispatchEventImpl(Container.java:1440)
at java.awt.Component.dispatchEvent(Component.java:3349)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3176)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2889)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2842)
at java.awt.Container.dispatchEventImpl(Container.java:1426)
at java.awt.Window.dispatchEventImpl(Window.java:1531)
at java.awt.Component.dispatchEvent(Component.java:3349)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:439)
at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:131)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
nathan.wang@Eng 2001-07-13
j2sdk-1_4_0-beta_refresh-bin-b71-win-11_jul_2001.exe
Platforms: Windows 98 (2nd edition), Windows 2000 Professional
From Java Web Start Application Manager try to run any application by clicking on "Start" or dbl clicking on appl. image. Application is not running! IllegalArgumentException (log file attached)
The following is the log w/ JDK output:
Java Web Start Console, started Fri Jul 13 12:39:56 PDT 2001
Java 2 Runtime Environment: Version 1.4.0-beta_refresh by Sun Microsystems Inc.
java.lang.IllegalArgumentException: "E:\Program: unmatched quotes.
at java.lang.Win32Process.<init>(Win32Process.java:57)
at java.lang.Runtime.execInternal(Native Method)
at java.lang.Runtime.exec(Runtime.java:551)
at java.lang.Runtime.exec(Runtime.java:418)
at java.lang.Runtime.exec(Runtime.java:361)
at java.lang.Runtime.exec(Runtime.java:325)
at com.sun.javaws.ui.player.JNLEntry.launch(Unknown Source)
at com.sun.javaws.ui.player.Player.launch(Unknown Source)
at com.sun.javaws.ui.player.Player.access$8(Unknown Source)
at com.sun.javaws.ui.player.Player$22.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1769)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1822)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:414)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:253)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:261)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
at java.awt.Component.processMouseEvent(Component.java:4968)
at java.awt.Component.processEvent(Component.java:4778)
at java.awt.Container.processEvent(Container.java:1383)
at java.awt.Component.dispatchEventImpl(Component.java:3488)
at java.awt.Container.dispatchEventImpl(Container.java:1440)
at java.awt.Component.dispatchEvent(Component.java:3349)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3176)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2889)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2842)
at java.awt.Container.dispatchEventImpl(Container.java:1426)
at java.awt.Window.dispatchEventImpl(Window.java:1531)
at java.awt.Component.dispatchEvent(Component.java:3349)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:439)
at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:131)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
nathan.wang@Eng 2001-07-13
- duplicates
-
JDK-4485848 Runtime.exec of 1.4.0 beta73 does not work on WindowsNT/2000
-
- Closed
-
- relates to
-
JDK-4272706 Spaces in command-line parameters removed by Runtime.exec
-
- Resolved
-