Eclipse Indigo を使用して新しいソフトウェアをインストールしようとすると、
ログファイルには次のように記載されています。
実行中のプロファイル インスタンスが見つかりませんでした。eclipse.p2.data.area および eclipse.p2.profile プロパティが、このアプリケーションの config.ini ファイルで正しく設定されていない可能性があります。
関係なく、ここにあります
org.eclipse.update.reconcile=false
eclipse.p2.profile=epp.package.jee
osgi.instance.area.default=@user.home/Documents/workspace
osgi.framework=file\:plugins/org.eclipse.osgi_3.7.2.v20120110-1415.jar
equinox.use.ds=true
eclipse.buildId=M20120208-0800
osgi.bundles=reference\:file\:org.eclipse.equinox.simpleconfigurator_1.0.200.v20110815-1438.jar@1\:start
org.eclipse.equinox.simpleconfigurator.configUrl=file\:org.eclipse.equinox.simpleconfigurator/bundles.info
eclipse.product=org.eclipse.platform.ide
osgi.splashPath=platform\:/base/plugins/org.eclipse.platform
osgi.framework.extensions=reference\:file\:javax.transaction_1.1.1.v201105210645.jar
eclipse.application=org.eclipse.ui.ide.workbench
eclipse.p2.data.area=@config.dir/../p2
osgi.bundles.defaultStartLevel=4
私は何が欠けていますか?
eclipse.p2.data.area が定義されているようです
eclipse.p2.data.area=@config.dir/../p2
eclipse.p2.profile が定義されているようです
eclipse.p2.profile=epp.package.jee
これは真新しいインストールです。上記のいずれに対しても手動での変更は行われていません。このエラーが発生する理由を教えてください。