質問編集履歴

3

shuuseia

2018/03/07 07:09

投稿

pikopaso
pikopaso

スコア10

test CHANGED
File without changes
test CHANGED
@@ -10,4 +10,6 @@
10
10
 
11
11
  !STACK 0
12
12
 
13
+ java.lang.NoClassDefFoundError: org/eclipse/ui/part/FileEditorInput
14
+
13
15
  ...

2

内容修正

2018/03/07 07:09

投稿

pikopaso
pikopaso

スコア10

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ネットで検索したエラー対処方はあらかた試してみたのですが、どうも解決できません。解決策ご存じでしょうか。。?
4
4
 
5
-
5
+ どのファイルを開いても内部エラーになります。
6
6
 
7
7
 
8
8
 
@@ -10,28 +10,4 @@
10
10
 
11
11
  !STACK 0
12
12
 
13
- java.lang.NoClassDefFoundError: org/eclipse/ui/part/FileEditorInput
14
-
15
- at net.sf.eclipsecs.ui.properties.filter.CheckFileOnOpenPartListener.getEditorFile(CheckFileOnOpenPartListener.java:234)
16
-
17
- at net.sf.eclipsecs.ui.properties.filter.CheckFileOnOpenPartListener.access$0(CheckFileOnOpenPartListener.java:209)
18
-
19
- at net.sf.eclipsecs.ui.properties.filter.CheckFileOnOpenPartListener$PartsOpenedJob.runInWorkspace(CheckFileOnOpenPartListener.java:111)
20
-
21
- at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
22
-
23
- at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
24
-
25
- Caused by: java.lang.ClassNotFoundException: org.eclipse.ui.part.FileEditorInput cannot be found by net.sf.eclipsecs.ui_6.4.0.201503042206
26
-
27
- at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:382)
28
-
29
- at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:345)
30
-
31
- at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:337)
32
-
33
- at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
34
-
35
- at java.lang.ClassLoader.loadClass(Unknown Source)
36
-
37
- ... 5 more
13
+ ...

1

表示方法

2018/03/07 07:08

投稿

pikopaso
pikopaso

スコア10

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  ネットで検索したエラー対処方はあらかた試してみたのですが、どうも解決できません。解決策ご存じでしょうか。。?
4
4
 
5
- -----------------------------------------------------------
5
+
6
+
7
+
6
8
 
7
9
  !MESSAGE "ファイルをチェック中..." 中に内部エラーが発生しました。
8
10