This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSTUDIO: CCS12.1打开报错

Part Number: CCSTUDIO

安装CCS12.1后 打开报错,错误log位置:C:\ti\ccs1210\ccs\eclipse\configuration\1666753282640.log,内容如下:

!SESSION 2022-10-26 11:01:22.505 -----------------------------------------------
eclipse.buildId=4.23.0.I20220308-0310
java.version=11.0.13
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=zh_CN
Framework arguments:  -product com.ti.ccstudio.branding.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product com.ti.ccstudio.branding.product

!ENTRY org.eclipse.osgi 4 0 2022-10-26 11:01:30.721
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
    C:\ti\ccs1210\ccs\eclipse\configuration\org.eclipse.osgi\520\0\.cp\swt-win32-4950r5.dll: %1 不是有效的 Win32 应用程序。
    no swt-win32 in java.library.path: [C:\ti\ccs1210\ccs\eclipse, C:\Windows\Sun\Java\bin, C:\Windows\system32, C:\Windows, C:/ti/ccs1210/ccs/eclipse/jre/bin/server, C:/ti/ccs1210/ccs/eclipse/jre/bin, C:\Windows\system32, C:\Windows, C:\Windows\System32\Wbem, C:\Windows\System32\WindowsPowerShell\v1.0\, C:\ti\ccs1210\ccs\eclipse, ., .]
    no swt in java.library.path: [C:\ti\ccs1210\ccs\eclipse, C:\Windows\Sun\Java\bin, C:\Windows\system32, C:\Windows, C:/ti/ccs1210/ccs/eclipse/jre/bin/server, C:/ti/ccs1210/ccs/eclipse/jre/bin, C:\Windows\system32, C:\Windows, C:\Windows\System32\Wbem, C:\Windows\System32\WindowsPowerShell\v1.0\, C:\ti\ccs1210\ccs\eclipse, ., .]
    C:\Users\lizhigang\.swt\lib\win32\x86_64\swt-win32-4950r5.dll: %1 不是有效的 Win32 应用程序。
    Can't load library: C:\Users\lizhigang\.swt\lib\win32\x86_64\swt-win32.dll
    Can't load library: C:\Users\lizhigang\.swt\lib\win32\x86_64\swt.dll
    C:\Users\lizhigang\.swt\lib\win32\x86_64\swt-win32-4950r5.dll: %1 不是有效的 Win32 应用程序。

    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:348)
    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:257)
    at org.eclipse.swt.internal.C.<clinit>(C.java:19)
    at org.eclipse.swt.widgets.Display.<clinit>(Display.java:146)
    at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:726)
    at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:168)
    at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:182)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:125)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.base/java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1467)