
Ubuntu日本語フォーラム
ログインしていません。
linuxは初めて1ヶ月の初心者です。
現在、Ubuntu 15.10 linux において、eclipse(VER3.8.1)のpleiadesによる日本語化を行っています。
実行すると、赤色の進入禁止マークが出て、正常に実行しません。
1.-Xverify:none, javaagent:/~~~~~記入しました
#-showsplash, #org.eclisse.platfolm削除しました。
redmeを見て、configurationを削除しようと思い、
sudo rm ~/usr/lib/eclipse/configurationとコマンドを入れましたが、アクセスできません。
そのようなヂレクトリやファイルはありませんと受け付けてくれません。
2.eclipseを起動するのに、端末でeclipse-clean と入力しましたが、コマンドが見つかりませんと出ました。
sudo gedit /etc/eclipse.iniの、どこに最初?に記入するのですか?
アドバイスをお願いいたします。
オフライン
The black stop mark is shown , after 0.2sec eclipse sprash picture is realized when the eclipse is executed.
An error report has occurred,in the diagnostic window.
check the cofiguration log file
/home/ohhara/.eclipse/org.eclipse.platform_4.7.0_185596441_linux_gtk_x86_64/configuration/1502250820689.log.
bundles.info are below as example
About 10 lines within 1000 lines are shown , false are added in each line !!!!!
org.objectweb.asm.tree_5.0.1.v201404251740.jar,4,false
org.sat4j.core,2.3.5.v201308161310,plugins/org.sat4j.core_2.3.5.v201308161310.jar,4,false
org.sat4j.pb,2.3.5.v201404071733,plugins/org.sat4j.pb_2.3.5.v201404071733.jar,4,false
org.slf4j.api,1.7.2.v20121108-1250,plugins/org.slf4j.api_1.7.2.v20121108-1250.jar,4,false
org.slf4j.impl.log4j12,1.7.2.v20131105-2200,plugins/org.slf4j.impl.log4j12_1.7.2.v20131105-2200.jar,4,false
org.sonatype.m2e.mavenarchiver,0.17.2.201606141937-signed-20160830073346,plugins/org.sonatype.m2e.mavenarchiver_0.17.2.201606141937-signed-20160830073346.jar,4,false
org.tukaani.xz,1.5.0.v20170111-1717,plugins/org.tukaani.xz_1.5.0.v20170111-1717.jar,4,false
org.uddi4j,2.0.5.v200805270300,plugins/org.uddi4j_2.0.5.v200805270300.jar,4,false
org.w3c.css.sac,1.3.1.v200903091627,plugins/org.w3c.css.sac_1.3.1.v200903091627.jar,4,false
org.w3c.dom.events,3.0.0.draft20060413_v201105210656,plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar,4,false
org.w3c.dom.smil,1.0.1.v200903091627,plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar,4,false
Please teach me how to mend or correct the configuration !!!!
オフライン
0
確認する点
eclipse.ini
に
-javaagent:plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar
と記述していますが、plugins は絶対パスにしてください
絶対パスにして起動できない場合は Eclipse のワークスペースディレクトリ内の .metadata ディレクトリ内の .plugins というディレクトリをリネームかいったんどこかへ退避して
eclipse -clean
で起動してみてください
オフライン