[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: rcp-application - empty views on linux
|
- From: Paul Webster <pwebster@xxxxxxxxxx>
- Date: Fri, 28 Oct 2005 09:25:41 -0400
- Newsgroups: eclipse.platform.rcp
- Organization: EclipseCorner
- User-agent: Mozilla Thunderbird 1.0.7-1.4.1 (X11/20050929)
Joachim Schreibmaier wrote:
can anybody give me a configuration on a linux distribution where the RCP is
starting without errors:
I have a standard Fedora Core 4 installation with:
-
http://download.eclipse.org/eclipse/downloads/drops/R-3.1.1-200509290840/download.php?dropFile=eclipse-SDK-3.1.1-linux-gtk.tar.gz
- jdk-1_5_0_05-linux-i586-rpm.bin
I created the view RCP app, created a launch config with the minimal
plugins, then created a product config based on the launch config. I
exported it from the Export Wizard link from the product config editor.
But I'm running on sun jdk 1.4.2_09.
Product exported without errors:
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.1"?>
<product name="MyView" id="com.example.rcp.view.product"
application="com.example.rcp.view.application" useFeatures="false">
<configIni use="default"/>
<plugins>
<plugin id="com.example.rcp.view"/>
<plugin id="org.eclipse.core.commands"/>
<plugin id="org.eclipse.core.expressions"/>
<plugin id="org.eclipse.core.runtime"/>
<plugin id="org.eclipse.help"/>
<plugin id="org.eclipse.jface"/>
<plugin id="org.eclipse.osgi"/>
<plugin id="org.eclipse.swt"/>
<plugin id="org.eclipse.swt.gtk.linux.x86"/>
<plugin id="org.eclipse.ui"/>
<plugin id="org.eclipse.ui.workbench"/>
</plugins>
</product>