Bug 57874 - GB18030: Error with "GB18030 Extension A" Character named Project
Summary: GB18030: Error with "GB18030 Extension A" Character named Project
Status: RESOLVED DUPLICATE of bug 32206
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-08 06:03 EDT by Cheng xu CLA
Modified: 2004-04-20 10:23 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cheng xu CLA 2004-04-08 06:03:47 EDT
OS:		Windows 2003
Language:	Simplified Chinese
Build level:	200403261517
JDK version:	IBM JDK 1.4.2 Beta
Test case #:	WB30PFCR001

Summary: GB18030: Error with "GB18030 Extension A" Character named Project.

Steps to recreate problem:
1-Start Eclipse
2-Click menu "File"->"New"->"Project";
3-Select Java Project , press "Next>" button;
4-Press "Ctrl + Space" or "ALT + SHIFT" to switch IME to "UNICODE" IME, then 
press 3400 in Project Name field, press "Finish" button;(3400 is the unicode 
for a "GB18030 Extension A" character)
5-Click File->New->Class;
6-Input "Test" in the class name input box;
7-Click OK.
8-Enter following for Class "Test"(Test.java):
/************************************************************************/
/*File Name: Test.java*/

public class Test {
	public static void main(String[] args) {
		System.out.println("Test.");
	}
}
/************************************************************************/

9-Run the Java program; An error message box was displayed; following is 
the .log content:
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
!ENTRY org.eclipse.debug.core 4 120 四月 08, 2004 17:06:46.688
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: D:\bryan\work\WSWB\wswb-SDK-3.0M8-win32
\eclipse\jre\bin\javaw.exe -classpath D:\bryan\work\WSWB\wswb-SDK-3.0M8-win32
\eclipse\workspace\㐀 Test error=267
	at java.lang.Win32Process.create(Native Method)
	at java.lang.Win32Process.<init>(Win32Process.java:97)
	at java.lang.Runtime.execInternal(Native Method)
	at java.lang.Runtime.exec(Runtime.java:601)
	at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:573)
	at org.eclipse.jdt.launching.AbstractVMRunner.exec
(AbstractVMRunner.java:70)
	at org.eclipse.jdt.internal.launching.StandardVMRunner.run
(StandardVMRunner.java:241)
	at 
org.eclipse.jdt.internal.launching.JavaLocalApplicationLaunchConfigurationDelega
te.launch(JavaLocalApplicationLaunchConfigurationDelegate.java:115)
	at org.eclipse.debug.internal.core.LaunchConfiguration.launch
(LaunchConfiguration.java:569)
	at org.eclipse.debug.internal.core.LaunchConfiguration.launch
(LaunchConfiguration.java:150)
	at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch
(DebugUIPlugin.java:774)
	at org.eclipse.debug.ui.DebugUITools.buildAndLaunch
(DebugUITools.java:629)
	at org.eclipse.debug.ui.DebugUITools$3.run(DebugUITools.java:585)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////

Error:  Exception occurs when executing command line.

Expected Result:  Project named with "GB18030 Extension A" characters will run 
normally.
Comment 1 Darin Wright CLA 2004-04-20 10:23:17 EDT

*** This bug has been marked as a duplicate of 32206 ***