Home » Archived » Visual Editor (VE) » Strange Errors with Swing on VE 1.0.1
Strange Errors with Swing on VE 1.0.1 [message #60734] |
Sat, 25 September 2004 03:42  |
Eclipse User |
|
|
|
Originally posted by: ram_No.Spam_fieldlinx.com
Hi!
I have been working on this almost the whole of this afternoon.
I have created a new Swing Panel and added a few elements (labels,
buttons, text fields) and when I close the editor and try to reopen the
file, the visual editor does not show the Panel or its elements. This is
very strange behavior.
On Creating a new visual class with Panel and other fields, the window
does not open the Panel by default, I have to tweak the setSize field to
make it open. When I add buttons and other elements to the container
save them and close the editor and start it back again, Panel does not
show up, no matter what I try to do.
I have tried the same with SWT - Application, and it seems to be working
well.
I did try out few things like deleting the
<workspace>\.metadata\plugins\ org.eclipse.ve.java.core\JetObjects but
that did not help.
I had Eclipse V 3.0 installed earlier which was later updated to V 3.0.1
with that I have also installed the Visual Editor & other Required
versions of GEF 3.0.1, EMF 2.01.
I am not sure whether to call it a bug or not, or some issue with my
configuration, any pointers would be much appreciated.
Ram.
<SNIP from error Log>
!SESSION Sep 25, 2004 18:02:56.898
---------------------------------------------
eclipse.buildId=I200406251208
java.version=1.4.2_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
!ENTRY org.eclipse.ve.java.core 4 0 Sep 25, 2004 18:52:43.442
!MESSAGE Can not determine equivalency
!ENTRY org.eclipse.ve.java.core 4 0 Sep 25, 2004 18:52:43.522
!MESSAGE Exception thrown.
!STACK 0
java.lang.ClassCastException
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.createJavaInstances(JavaSourceTranslator.java:705)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.buildCompositionModel(JavaSourceTranslator.java:774)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.decodeDocument(JavaSourceTranslator.java:881)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.loadModel(JavaSourceTranslator.java:656)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1444)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
</SNIP>
|
|
|
Re: Strange Errors with Swing on VE 1.0.1 [message #60838 is a reply to message #60734] |
Sat, 25 September 2004 17:00   |
Eclipse User |
|
|
|
Originally posted by: rene.aldershof.freeler.nl
Ram,
I just installed VE as well. I notice the same behaviour. Create a new
visual class, add some Swing components to a Panel, do save all, quit VE,
re-open, and the result is an empty Panel. Coding is allright, but no
graphical presentation of what has been added in a previous session.
Greetings,
Rene
Ram Vijapurapu wrote:
> I have created a new Swing Panel and added a few elements (labels,
> buttons, text fields) and when I close the editor and try to reopen the
> file, the visual editor does not show the Panel or its elements. This is
> very strange behavior.
|
|
|
Re: Strange Errors with Swing on VE 1.0.1 [message #61425 is a reply to message #60838] |
Mon, 27 September 2004 07:08   |
Eclipse User |
|
|
|
Hi Rene,
> I just installed VE as well. I notice the same behaviour. Create a new
> visual class, add some Swing components to a Panel, do save all, quit VE,
> re-open, and the result is an empty Panel. Coding is allright, but no
> graphical presentation of what has been added in a previous session.
Can you please provide the source listing of the .java file you're
trying to re-open ? Does it extend Object and contain a Panel, extend
Panel. Is it a JPanel or an AWT Panel you have dropped the Swing
components onto ?
Is there anything in the .log file and what platform are you running on
? What JRE are you using ?
Best regards,
Joe Winchester
|
|
|
Re: Strange Errors with Swing on VE 1.0.1 [message #61567 is a reply to message #60734] |
Mon, 27 September 2004 10:59   |
Eclipse User |
|
|
|
> I had Eclipse V 3.0 installed earlier which was later updated to V 3.0.1
> with that I have also installed the Visual Editor & other Required
> versions of GEF 3.0.1, EMF 2.01.
After updating did you start Eclipse with the -clean option to update the
configuration?
Regards...
Peter Walker
Ram Vijapurapu wrote:
> Hi!
>
> I have been working on this almost the whole of this afternoon.
>
> I have created a new Swing Panel and added a few elements (labels,
> buttons, text fields) and when I close the editor and try to reopen the
> file, the visual editor does not show the Panel or its elements. This is
> very strange behavior.
>
> On Creating a new visual class with Panel and other fields, the window
> does not open the Panel by default, I have to tweak the setSize field to
> make it open. When I add buttons and other elements to the container
> save them and close the editor and start it back again, Panel does not
> show up, no matter what I try to do.
>
> I have tried the same with SWT - Application, and it seems to be working
> well.
>
> I did try out few things like deleting the
> <workspace>\.metadata\plugins\ org.eclipse.ve.java.core\JetObjects but
> that did not help.
>
> I had Eclipse V 3.0 installed earlier which was later updated to V 3.0.1
> with that I have also installed the Visual Editor & other Required
> versions of GEF 3.0.1, EMF 2.01.
>
> I am not sure whether to call it a bug or not, or some issue with my
> configuration, any pointers would be much appreciated.
>
> Ram.
>
> <SNIP from error Log>
>
> !SESSION Sep 25, 2004 18:02:56.898
> ---------------------------------------------
> eclipse.buildId=I200406251208
> java.version=1.4.2_03
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>
> !ENTRY org.eclipse.ve.java.core 4 0 Sep 25, 2004 18:52:43.442
> !MESSAGE Can not determine equivalency
>
> !ENTRY org.eclipse.ve.java.core 4 0 Sep 25, 2004 18:52:43.522
> !MESSAGE Exception thrown.
> !STACK 0
> java.lang.ClassCastException
> at
> org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.createJavaInstances(JavaSourceTranslator.java:705)
>
> at
> org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.buildCompositionModel(JavaSourceTranslator.java:774)
>
> at
> org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.decodeDocument(JavaSourceTranslator.java:881)
>
> at
> org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.loadModel(JavaSourceTranslator.java:656)
>
> at
> org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1444)
>
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
> </SNIP>
|
|
|
Re: Strange Errors with Swing on VE 1.0.1 [message #61591 is a reply to message #61567] |
Mon, 27 September 2004 11:43   |
Eclipse User |
|
|
|
Originally posted by: ram_No.Spam_fieldlinx.com
Peter Walker wrote:
> > I had Eclipse V 3.0 installed earlier which was later updated to V 3.0.1
> > with that I have also installed the Visual Editor & other Required
> > versions of GEF 3.0.1, EMF 2.01.
> After updating did you start Eclipse with the -clean option to update
> the configuration?
>
I did try to run eclipse with -clean option but with no luck.
Ram.
> Regards...
> Peter Walker
>
> Ram Vijapurapu wrote:
>
>> Hi!
>>
>> I have been working on this almost the whole of this afternoon.
>>
>> I have created a new Swing Panel and added a few elements (labels,
>> buttons, text fields) and when I close the editor and try to reopen
>> the file, the visual editor does not show the Panel or its elements.
>> This is very strange behavior.
>>
>> On Creating a new visual class with Panel and other fields, the window
>> does not open the Panel by default, I have to tweak the setSize field
>> to make it open. When I add buttons and other elements to the
>> container save them and close the editor and start it back again,
>> Panel does not show up, no matter what I try to do.
>>
>> I have tried the same with SWT - Application, and it seems to be
>> working well.
>>
>> I did try out few things like deleting the
>> <workspace>\.metadata\plugins\ org.eclipse.ve.java.core\JetObjects but
>> that did not help.
>>
>> I had Eclipse V 3.0 installed earlier which was later updated to V
>> 3.0.1 with that I have also installed the Visual Editor & other
>> Required versions of GEF 3.0.1, EMF 2.01.
>>
>> I am not sure whether to call it a bug or not, or some issue with my
>> configuration, any pointers would be much appreciated.
>>
>> Ram.
>>
>> <SNIP from error Log>
>>
>> !SESSION Sep 25, 2004 18:02:56.898
>> ---------------------------------------------
>> eclipse.buildId=I200406251208
>> java.version=1.4.2_03
>> java.vendor=Sun Microsystems Inc.
>> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>>
>> !ENTRY org.eclipse.ve.java.core 4 0 Sep 25, 2004 18:52:43.442
>> !MESSAGE Can not determine equivalency
>>
>> !ENTRY org.eclipse.ve.java.core 4 0 Sep 25, 2004 18:52:43.522
>> !MESSAGE Exception thrown.
>> !STACK 0
>> java.lang.ClassCastException
>> at
>> org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.createJavaInstances(JavaSourceTranslator.java:705)
>>
>> at
>> org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.buildCompositionModel(JavaSourceTranslator.java:774)
>>
>> at
>> org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.decodeDocument(JavaSourceTranslator.java:881)
>>
>> at
>> org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.loadModel(JavaSourceTranslator.java:656)
>>
>> at
>> org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1444)
>>
>> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
>> </SNIP>
|
|
|
Re: Strange Errors with Swing on VE 1.0.1 [message #61614 is a reply to message #61425] |
Mon, 27 September 2004 11:57   |
Eclipse User |
|
|
|
Originally posted by: ram_No.Spam_fieldlinx.com
This is a multi-part message in MIME format.
--------------040404020009090004050904
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Joe Winchester wrote:
> Hi Rene,
>
>> I just installed VE as well. I notice the same behaviour. Create a new
>> visual class, add some Swing components to a Panel, do save all, quit VE,
>> re-open, and the result is an empty Panel. Coding is allright, but no
>> graphical presentation of what has been added in a previous session.
>
>
> Can you please provide the source listing of the .java file you're
> trying to re-open ? Does it extend Object and contain a Panel, extend
> Panel. Is it a JPanel or an AWT Panel you have dropped the Swing
> components onto ?
>
I generated this file and now it does not open up in the VIsual Editor.
It extends to JPanel.
> Is there anything in the .log file and what platform are you running on
> ? What JRE are you using ?
>
These are the latest entries into the error log
<SNIP>
!SESSION Sep 28, 2004 03:46:23.490
---------------------------------------------
eclipse.buildId=I200406251208
java.version=1.4.2_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
!ENTRY org.eclipse.ve.java.core 4 0 Sep 28, 2004 03:46:23.490
!MESSAGE Exception thrown.
!STACK 0
java.lang.ClassCastException
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.createJavaInstances(JavaSourceTranslator.java:705)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.buildCompositionModel(JavaSourceTranslator.java:774)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.decodeDocument(JavaSourceTranslator.java:881)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.loadModel(JavaSourceTranslator.java:656)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1444)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
!ENTRY org.eclipse.ve.java.core 4 0 Sep 28, 2004 03:50:04.688
!MESSAGE Exception thrown.
!STACK 0
java.lang.ClassCastException
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.createJavaInstances(JavaSourceTranslator.java:705)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.buildCompositionModel(JavaSourceTranslator.java:774)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.decodeDocument(JavaSourceTranslator.java:881)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.loadModel(JavaSourceTranslator.java:656)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1444)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
</SNIP>
I am using 1.4.2_03
Regards,
Ram
> Best regards,
>
> Joe Winchester
--------------040404020009090004050904
Content-Type: text/plain;
name="NewSwingTest.java"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="NewSwingTest.java"
/*
* Created on Sep 28, 2004
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package sunlatteMID;
import javax.swing.JPanel;
import javax.swing.JTextField;
import javax.swing.JLabel;
import javax.swing.JButton;
/**
* @author Raghuram Vijapurapu
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
public class NewSwingTest extends JPanel {
private JTextField jTextField = null;
private JLabel jLabel = null;
private JButton jButton = null;
private JLabel jLabel1 = null;
private JTextField jTextField1 = null;
/**
* This is the default constructor
*/
public NewSwingTest() {
super();
initialize();
}
/**
* This method initializes this
*
* @return void
*/
private void initialize() {
jLabel1 = new JLabel();
jLabel = new JLabel();
this.setLayout(null);
this.setSize(663, 290);
jLabel.setBounds(174, 13, 138, 30);
jLabel.setText("First Name");
jLabel1.setBounds(172, 62, 138, 31);
jLabel1.setText("Last Name");
this.add(getJTextField(), null);
this.add(jLabel, null);
this.add(getJButton(), null);
this.add(jLabel1, null);
this.add(getJTextField1(), null);
}
/**
* This method initializes jTextField
*
* @return javax.swing.JTextField
*/
private JTextField getJTextField() {
if (jTextField == null) {
jTextField = new JTextField();
jTextField.setBounds(345, 11, 144, 29);
}
return jTextField;
}
/**
* This method initializes jButton
*
* @return javax.swing.JButton
*/
private JButton getJButton() {
if (jButton == null) {
jButton = new JButton();
jButton.setBounds(523, 205, 72, 31);
jButton.setText("OK");
}
return jButton;
}
/**
* This method initializes jTextField1
*
* @return javax.swing.JTextField
*/
private JTextField getJTextField1() {
if (jTextField1 == null) {
jTextField1 = new JTextField();
jTextField1.setBounds(345, 64, 145, 29);
}
return jTextField1;
}
}
--------------040404020009090004050904--
|
|
|
Re: Strange Errors with Swing on VE 1.0.1 [message #62179 is a reply to message #61614] |
Tue, 28 September 2004 05:26   |
Eclipse User |
|
|
|
Hi Ram,
>>> I just installed VE as well. I notice the same behaviour. Create a new
>>> visual class, add some Swing components to a Panel, do save all, quit
>>> VE,
>>> re-open, and the result is an empty Panel. Coding is allright, but no
>>> graphical presentation of what has been added in a previous session.
Thanks very much for the source listing. It opened fine for me, however
the line that is throwing the class cast is where it's casting to an
XMIResource.
What version of EMF are you using ? Did you get all the builds from
the VE website just following its links ?
I presume that the fact the panel has components isn't the problem for
you. If you just subclassed JPanel and changed it background color does
this also fail ?
Best regards,
Joe
|
|
| | | |
Re: Strange Errors with Swing on VE 1.0.1 [message #63926 is a reply to message #61425] |
Sun, 03 October 2004 08:28   |
Eclipse User |
|
|
|
Originally posted by: rene.aldershof.freeler.nl
Hi Joe,
Joe Winchester wrote:
> Can you please provide the source listing of the .java file you're
> trying to re-open ? Does it extend Object and contain a Panel, extend
> Panel. Is it a JPanel or an AWT Panel you have dropped the Swing
> components onto ?
> Is there anything in the .log file and what platform are you running on
> ? What JRE are you using ?
Platform WIN98 SE. Eclipse VE installed bij means of the update manager.
Here is the source code, error log and exported preferences:
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JLabel;
import java.awt.FlowLayout;
import javax.swing.JTextField;
/*
* Created on 3-okt-2004
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
/**
* @author Fam. Aldershof
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
public class Vetest extends JFrame {
private javax.swing.JPanel jContentPane = null;
private JPanel jPanel = null; //
@jve:decl-index=0:visual-constraint="88,30"
private JLabel jLabel = null;
private JTextField jTextField = null;
/**
* This is the default constructor
*/
public Vetest() {
super();
initialize();
}
/**
* This method initializes this
*
* @return void
*/
private void initialize() {
this.setSize(300,200);
this.setContentPane(getJContentPane());
this.setTitle("JFrame");
}
/**
* This method initializes jContentPane
*
* @return javax.swing.JPanel
*/
private javax.swing.JPanel getJContentPane() {
if(jContentPane == null) {
jContentPane = new javax.swing.JPanel();
jContentPane.setLayout(new java.awt.BorderLayout());
}
return jContentPane;
}
/**
* This method initializes jPanel
*
* @return javax.swing.JPanel
*/
private JPanel getJPanel() {
if (jPanel == null) {
jPanel = new JPanel();
jLabel = new JLabel();
FlowLayout flowLayout2 = new FlowLayout();
jPanel.setLayout(flowLayout2);
jPanel.setSize(345, 73);
jLabel.setText("Naam");
flowLayout2.setAlignment(java.awt.FlowLayout.LEFT);
jPanel.add(jLabel, null);
jPanel.add(getJTextField(), null);
}
return jPanel;
}
/**
* This method initializes jTextField
*
* @return javax.swing.JTextField
*/
private JTextField getJTextField() {
if (jTextField == null) {
jTextField = new JTextField();
jTextField.setText("Hello World");
}
return jTextField;
}
}
Error log:
!SESSION okt 03, 2004 14:21:03.300
---------------------------------------------
eclipse.buildId=unknown
java.version=1.4.2_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=nl_NL
!ENTRY org.eclipse.ve.java.core 4 0 okt 03, 2004 14:21:03.300
!MESSAGE Exception thrown.
!STACK 0
java.lang.ClassCastException
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.createJavaInstances(JavaSourceTranslator.java:705)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.buildCompositionModel(JavaSourceTranslator.java:774)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.decodeDocument(JavaSourceTranslator.java:881)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.loadModel(JavaSourceTranslator.java:656)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1444)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
Exported preferences:
#Sun Oct 03 14:32:56 CEST 2004
@org.eclipse.debug.ui=3.0.1
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.library.editor|org.eclipse.pde.core.requiredPlugi ns= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.core.runtime_3.0.1/runtimesrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.core.runtime_3.0.1/runtime.j ar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/osgisrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/osgi.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/coresrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/core.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/resolversrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/resolver.jar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/defaultAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/eclipseAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/consolesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/console.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.core.resources_3.0.1/resourcessrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.core.resources_3.0.1/resourc es.jar "/>\r\n<classpathentry
exported\="true" kind\="src" path\="/library.edit"/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.ecore.xmi_2.0.1/runtime/ecore.xmisrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.0.1/runtime/ ecore.xmi.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.ecore_2.0.1/runtime/ecoresrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.ecore_2.0.1/runtime/ecor e.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.common_2.0.1/runtime/commonsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.common_2.0.1/runtime/com mon.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.edit.ui_2.0.1/runtime/edit.uisrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.edit.ui_2.0.1/runtime/ed it.ui.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.ui.views_3.0.0/viewssrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.ui.views_3.0.0/views.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.ui.workbench_3.0.1/workbenchsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.ui.workbench_3.0.1/workbench .jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.edit_2.0.1/runtime/editsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.edit_2.0.1/runtime/edit. jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.common.ui_2.0.1/runtime/common.uisrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.common.ui_2.0.1/runtime/ common.ui.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.ui_3.0.1/uisrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.ui_3.0.1/ui.jar"/>\r\n <classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source.win32.win32. x86_3.0.1/src/org.eclipse.swt.win32_3.0.1/ws/win32/swtsrc.zi p "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.swt.win32_3.0.1/ws/win32/swt .jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.jface_3.0.0/jfacesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.jface_3.0.0/jface.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.ui.ide_3.0.1/idesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.ui.ide_3.0.1/ide.jar "/>\r\n</classpath>\r\n
/instance/org.eclipse.jdt.junit/org.eclipse.jdt.junit.active _filters=org.eclipse.jdt.internal.junit.runner.*,org.eclipse .jdt.internal.junit.ui.*,junit.framework.TestCase,junit.fram ework.TestResult,junit.framework.TestSuite,junit.framework.A ssert,java.lang.reflect.Method.invoke,junit.framework.TestRe sult$1
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_ templates= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<templates/>
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launchin g.PREF_VM_XML= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<vmSettings
defaultVM\=" 57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType 13,1095621815860 "
defaultVMConnector\="">\r\n<vmType
id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType ">\r\n<vm
id\="1095621815860" name\="SUN J2SDK 1.4.2" path\="C\:\\j2sdk1.4.2_04"
javadocURL\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n</vmType>\r\n</vmSettings>\r\n
@org.eclipse.pde.core=3.0.1
/instance/org.eclipse.ve.java.core/VISUAL_CLASS_WIZARD_SELEC TED_ELEMENT_KEY=org.eclipse.ve.jfc.swing.cat-Frame-javax.swi ng.JFrame
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.code_te mplates_migrated=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.library.edit|org.eclipse.pde.core.requiredPlugins = <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.core.runtime_3.0.1/runtimesrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.core.runtime_3.0.1/runtime.j ar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/osgisrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/osgi.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/coresrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/core.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/resolversrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/resolver.jar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/defaultAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/eclipseAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/consolesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/console.jar "/>\r\n<classpathentry
exported\="true" kind\="src" path\="/library"/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.edit_2.0.1/runtime/editsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.edit_2.0.1/runtime/edit. jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.common_2.0.1/runtime/commonsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.common_2.0.1/runtime/com mon.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.ecore_2.0.1/runtime/ecoresrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.ecore_2.0.1/runtime/ecor e.jar "/>\r\n</classpath>\r\n
@org.eclipse.jdt.ui=3.0.1
@org.eclipse.core.resources=3.0.1
/instance/org.eclipse.ui/showIntro=false
/instance/org.eclipse.help.ui/browser.y=0
/instance/org.eclipse.help.ui/browser.x=0
/instance/org.eclipse.help.ui/browser.maximized=false
/instance/org.eclipse.help.ui/browser.w=1024
/instance/org.eclipse.pde.core/platform_path=d\:\\eclipse
/instance/org.eclipse.jdt.ui/tabWidthPropagated=true
@org.eclipse.team.cvs.ui=3.0.1
/instance/org.eclipse.ant.ui/useAnnotationsPrefPage=true
@org.eclipse.ui.workbench=3.0.1
@org.eclipse.ve.java.core=1.0.1
file_export_version=3.0
@org.eclipse.jdt.launching=3.0.1
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.HelloAwt|org.eclipse.jdt.launching.JRE_CONTAINER= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/rt.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/sunrsasign.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/jsse.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/jce.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/charsets.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/dnsns.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/ldapsec.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/sunjce_provider.jar"/ >\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/localedata.jar"/>\r\n </classpath>\r\n
/instance/org.eclipse.help.ui/browser.h=740
/instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Co urier
New|10|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|Courier New;
/instance/org.eclipse.team.ui/org.eclipse.team.ui.first_time =false
/instance/org.eclipse.ve.java.core/PALETTE_WIDTH=80
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.Jdbc=C\:/JdbcMysql/mysql-connector-java-3.0.8-stab le/mysql-connector-java-3.0.8-stable-bin.jar
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.SWTExample|org.eclipse.jdt.launching.JRE_CONTAINE R= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/rt.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/sunrsasign.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/jsse.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/jce.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/charsets.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/dnsns.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/ldapsec.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/sunjce_provider.jar"/ >\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/localedata.jar"/>\r\n </classpath>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.myEMF|org.eclipse.pde.core.requiredPlugins= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.core.runtime_3.0.1/runtimesrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.core.runtime_3.0.1/runtime.j ar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/osgisrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/osgi.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/coresrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/core.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/resolversrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/resolver.jar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/defaultAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/eclipseAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/consolesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/console.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.ecore_2.0.1/runtime/ecoresrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.ecore_2.0.1/runtime/ecor e.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.common_2.0.1/runtime/commonsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.common_2.0.1/runtime/com mon.jar "/>\r\n</classpath>\r\n
\!/instance=
@org.eclipse.jdt.junit=3.0.1
/instance/org.eclipse.core.resources/description.autobuildin g=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComp lete.visibilityCheck=enabled
/instance/org.eclipse.ve.java.core/PALETTE_STATE=4
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.ECLIPSE_CORE_RESOURCES=/d\:/eclipse/plugins/org.ec lipse.core.resources_3.0.1/resources.jar
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.Hello|org.eclipse.jdt.launching.JRE_CONTAINER= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/rt.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/sunrsasign.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/jsse.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/jce.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/charsets.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/dnsns.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/ldapsec.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/sunjce_provider.jar"/ >\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/localedata.jar"/>\r\n </classpath>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.ECLIPSE_CORE_RUNTIME=/d\:/eclipse/plugins/org.ecli pse.core.runtime_3.0.1/runtime.jar
/instance/org.eclipse.team.cvs.ui/pref_first_startup=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.library|org.eclipse.pde.core.requiredPlugins= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.core.runtime_3.0.1/runtimesrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.core.runtime_3.0.1/runtime.j ar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/osgisrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/osgi.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/coresrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/core.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/resolversrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/resolver.jar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/defaultAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/eclipseAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/consolesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/console.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.ecore_2.0.1/runtime/ecoresrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.ecore_2.0.1/runtime/ecor e.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.common_2.0.1/runtime/commonsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.common_2.0.1/runtime/com mon.jar "/>\r\n</classpath>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.myEMF.edit|org.eclipse.pde.core.requiredPlugins= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.core.runtime_3.0.1/runtimesrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.core.runtime_3.0.1/runtime.j ar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/osgisrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/osgi.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/coresrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/core.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/resolversrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/resolver.jar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/defaultAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/eclipseAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/consolesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/console.jar "/>\r\n<classpathentry
exported\="true" kind\="src" path\="/myEMF"/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.edit_2.0.1/runtime/editsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.edit_2.0.1/runtime/edit. jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.common_2.0.1/runtime/commonsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.common_2.0.1/runtime/com mon.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.ecore_2.0.1/runtime/ecoresrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.ecore_2.0.1/runtime/ecor e.jar "/>\r\n</classpath>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.myEMF.editor|org.eclipse.pde.core.requiredPlugins = <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.core.runtime_3.0.1/runtimesrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.core.runtime_3.0.1/runtime.j ar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/osgisrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/osgi.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/coresrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/core.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/resolversrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/resolver.jar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/defaultAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/eclipseAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/consolesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/console.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.core.resources_3.0.1/resourcessrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.core.resources_3.0.1/resourc es.jar "/>\r\n<classpathentry
exported\="true" kind\="src" path\="/myEMF.edit"/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.ecore.xmi_2.0.1/runtime/ecore.xmisrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.0.1/runtime/ ecore.xmi.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.ecore_2.0.1/runtime/ecoresrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.ecore_2.0.1/runtime/ecor e.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.common_2.0.1/runtime/commonsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.common_2.0.1/runtime/com mon.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.edit.ui_2.0.1/runtime/edit.uisrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.edit.ui_2.0.1/runtime/ed it.ui.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.ui.views_3.0.0/viewssrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.ui.views_3.0.0/views.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.ui.workbench_3.0.1/workbenchsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.ui.workbench_3.0.1/workbench .jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.edit_2.0.1/runtime/editsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.edit_2.0.1/runtime/edit. jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.common.ui_2.0.1/runtime/common.uisrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.common.ui_2.0.1/runtime/ common.ui.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.ui_3.0.1/uisrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.ui_3.0.1/ui.jar"/>\r\n <classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source.win32.win32. x86_3.0.1/src/org.eclipse.swt.win32_3.0.1/ws/win32/swtsrc.zi p "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.swt.win32_3.0.1/ws/win32/swt .jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.jface_3.0.0/jfacesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.jface_3.0.0/jface.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.ui.ide_3.0.1/idesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.ui.ide_3.0.1/ide.jar "/>\r\n</classpath>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.JUNIT_HOME=d\:/eclipse/plugins/org.junit_3.8.1
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.TTV|org.eclipse.jdt.launching.JRE_CONTAINER= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/rt.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/sunrsasign.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/jsse.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/jce.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/charsets.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/dnsns.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/ldapsec.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/sunjce_provider.jar"/ >\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/localedata.jar"/>\r\n </classpath>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.JRE_LIB=C\:/J2SDK1.4.2_04/JRE/lib/rt.jar
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterpro files.version=6
/instance/org.eclipse.ui.workbench/ENABLED_DECORATORS=org.ec lipse.jdt.ui.override.decorator\:true,org.eclipse.pde.ui.bin aryProjectDecorator\:false,org.eclipse.team.cvs.ui.decorator \:true,org.eclipse.ui.LinkedResourceDecorator\:true,org.jbos s.ide.eclipse.deployer.ui.decorators.DeployedDecorator\:true ,
@org.eclipse.jdt.core=3.0.1
/instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.templat es_migrated=true
/instance/org.eclipse.jdt.ui/useQuickDiffPrefPage=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.EMF_COMMON=/d\:/eclipse/plugins/org.eclipse.emf.co mmon_2.0.1/runtime/common.jar
@org.eclipse.update.core=3.0.1
/instance/org.eclipse.ant.ui/useQuickDiffPrefPage=true
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocat ions= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<javadoclocation>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/sunjce_provider.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/ext/sunjce_provider.jar "
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/jce.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/localedata.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/ldapsec.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/rt.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/charsets.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/ext/localedata.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/sunrsasign.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/jsse.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/jsse.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/dnsns.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/charsets.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/sunrsasign.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/ext/dnsns.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/ext/ldapsec.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/rt.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/jce.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n</javadoclocation>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.JRE_SRCROOT=
@org.eclipse.jdt.debug.ui=3.0.1
/instance/org.eclipse.update.core/org.eclipse.update.core.hi storySize=3
/instance/org.eclipse.jdt.debug.ui/org.eclipse.debug.ui.Vari ableView.org.eclipse.jdt.debug.ui.show_null_entries=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.EMF_ECORE=/d\:/eclipse/plugins/org.eclipse.emf.eco re_2.0.1/runtime/ecore.jar
@org.eclipse.team.ui=3.0.1
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.builder. resourceCopyExclusionFilter=*.launch
@org.eclipse.ant.ui=3.0.1
/instance/org.eclipse.jdt.ui/Refactoring.ErrorPage.severityT hreshold=2
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.JRE_SRC=C\:/J2SDK1.4.2_04/src.zip
@org.eclipse.help.ui=3.0.0
/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.views_to _not_open=org.eclipse.debug.ui.DebugView,
/instance/org.eclipse.jdt.ui/fontPropagated=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.ECLIPSE_HOME=d\:/eclipse
@org.eclipse.ui=3.0.1
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_ code_templates= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<templates/>
Greetings
Rene
|
|
|
Re: Strange Errors with Swing on VE 1.0.1 [message #63949 is a reply to message #63926] |
Sun, 03 October 2004 08:38  |
Eclipse User |
|
|
|
Originally posted by: rene.aldershof.freeler.nl
Rene Aldershof wrote:
> Hi Joe,
I uninstalled the EMF examples by means of the "Manage Configuration" as
told by bugzilla 71473 and the problem has been ressolved.
Thanks to you all.
Greetings
Rene
|
|
|
Re: Strange Errors with Swing on VE 1.0.1 [message #599321 is a reply to message #60734] |
Sat, 25 September 2004 17:00  |
Eclipse User |
|
|
|
Originally posted by: rene.aldershof.freeler.nl
Ram,
I just installed VE as well. I notice the same behaviour. Create a new
visual class, add some Swing components to a Panel, do save all, quit VE,
re-open, and the result is an empty Panel. Coding is allright, but no
graphical presentation of what has been added in a previous session.
Greetings,
Rene
Ram Vijapurapu wrote:
> I have created a new Swing Panel and added a few elements (labels,
> buttons, text fields) and when I close the editor and try to reopen the
> file, the visual editor does not show the Panel or its elements. This is
> very strange behavior.
|
|
|
Re: Strange Errors with Swing on VE 1.0.1 [message #599607 is a reply to message #60838] |
Mon, 27 September 2004 07:08  |
Eclipse User |
|
|
|
Hi Rene,
> I just installed VE as well. I notice the same behaviour. Create a new
> visual class, add some Swing components to a Panel, do save all, quit VE,
> re-open, and the result is an empty Panel. Coding is allright, but no
> graphical presentation of what has been added in a previous session.
Can you please provide the source listing of the .java file you're
trying to re-open ? Does it extend Object and contain a Panel, extend
Panel. Is it a JPanel or an AWT Panel you have dropped the Swing
components onto ?
Is there anything in the .log file and what platform are you running on
? What JRE are you using ?
Best regards,
Joe Winchester
|
|
|
Re: Strange Errors with Swing on VE 1.0.1 [message #599655 is a reply to message #60734] |
Mon, 27 September 2004 10:59  |
Eclipse User |
|
|
|
> I had Eclipse V 3.0 installed earlier which was later updated to V 3.0.1
> with that I have also installed the Visual Editor & other Required
> versions of GEF 3.0.1, EMF 2.01.
After updating did you start Eclipse with the -clean option to update the
configuration?
Regards...
Peter Walker
Ram Vijapurapu wrote:
> Hi!
>
> I have been working on this almost the whole of this afternoon.
>
> I have created a new Swing Panel and added a few elements (labels,
> buttons, text fields) and when I close the editor and try to reopen the
> file, the visual editor does not show the Panel or its elements. This is
> very strange behavior.
>
> On Creating a new visual class with Panel and other fields, the window
> does not open the Panel by default, I have to tweak the setSize field to
> make it open. When I add buttons and other elements to the container
> save them and close the editor and start it back again, Panel does not
> show up, no matter what I try to do.
>
> I have tried the same with SWT - Application, and it seems to be working
> well.
>
> I did try out few things like deleting the
> <workspace>\.metadata\plugins\ org.eclipse.ve.java.core\JetObjects but
> that did not help.
>
> I had Eclipse V 3.0 installed earlier which was later updated to V 3.0.1
> with that I have also installed the Visual Editor & other Required
> versions of GEF 3.0.1, EMF 2.01.
>
> I am not sure whether to call it a bug or not, or some issue with my
> configuration, any pointers would be much appreciated.
>
> Ram.
>
> <SNIP from error Log>
>
> !SESSION Sep 25, 2004 18:02:56.898
> ---------------------------------------------
> eclipse.buildId=I200406251208
> java.version=1.4.2_03
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>
> !ENTRY org.eclipse.ve.java.core 4 0 Sep 25, 2004 18:52:43.442
> !MESSAGE Can not determine equivalency
>
> !ENTRY org.eclipse.ve.java.core 4 0 Sep 25, 2004 18:52:43.522
> !MESSAGE Exception thrown.
> !STACK 0
> java.lang.ClassCastException
> at
> org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.createJavaInstances(JavaSourceTranslator.java:705)
>
> at
> org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.buildCompositionModel(JavaSourceTranslator.java:774)
>
> at
> org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.decodeDocument(JavaSourceTranslator.java:881)
>
> at
> org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.loadModel(JavaSourceTranslator.java:656)
>
> at
> org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1444)
>
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
> </SNIP>
|
|
|
Re: Strange Errors with Swing on VE 1.0.1 [message #599665 is a reply to message #61567] |
Mon, 27 September 2004 11:43  |
Eclipse User |
|
|
|
Peter Walker wrote:
> > I had Eclipse V 3.0 installed earlier which was later updated to V 3.0.1
> > with that I have also installed the Visual Editor & other Required
> > versions of GEF 3.0.1, EMF 2.01.
> After updating did you start Eclipse with the -clean option to update
> the configuration?
>
I did try to run eclipse with -clean option but with no luck.
Ram.
> Regards...
> Peter Walker
>
> Ram Vijapurapu wrote:
>
>> Hi!
>>
>> I have been working on this almost the whole of this afternoon.
>>
>> I have created a new Swing Panel and added a few elements (labels,
>> buttons, text fields) and when I close the editor and try to reopen
>> the file, the visual editor does not show the Panel or its elements.
>> This is very strange behavior.
>>
>> On Creating a new visual class with Panel and other fields, the window
>> does not open the Panel by default, I have to tweak the setSize field
>> to make it open. When I add buttons and other elements to the
>> container save them and close the editor and start it back again,
>> Panel does not show up, no matter what I try to do.
>>
>> I have tried the same with SWT - Application, and it seems to be
>> working well.
>>
>> I did try out few things like deleting the
>> <workspace>\.metadata\plugins\ org.eclipse.ve.java.core\JetObjects but
>> that did not help.
>>
>> I had Eclipse V 3.0 installed earlier which was later updated to V
>> 3.0.1 with that I have also installed the Visual Editor & other
>> Required versions of GEF 3.0.1, EMF 2.01.
>>
>> I am not sure whether to call it a bug or not, or some issue with my
>> configuration, any pointers would be much appreciated.
>>
>> Ram.
>>
>> <SNIP from error Log>
>>
>> !SESSION Sep 25, 2004 18:02:56.898
>> ---------------------------------------------
>> eclipse.buildId=I200406251208
>> java.version=1.4.2_03
>> java.vendor=Sun Microsystems Inc.
>> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>>
>> !ENTRY org.eclipse.ve.java.core 4 0 Sep 25, 2004 18:52:43.442
>> !MESSAGE Can not determine equivalency
>>
>> !ENTRY org.eclipse.ve.java.core 4 0 Sep 25, 2004 18:52:43.522
>> !MESSAGE Exception thrown.
>> !STACK 0
>> java.lang.ClassCastException
>> at
>> org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.createJavaInstances(JavaSourceTranslator.java:705)
>>
>> at
>> org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.buildCompositionModel(JavaSourceTranslator.java:774)
>>
>> at
>> org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.decodeDocument(JavaSourceTranslator.java:881)
>>
>> at
>> org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.loadModel(JavaSourceTranslator.java:656)
>>
>> at
>> org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1444)
>>
>> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
>> </SNIP>
|
|
|
Re: Strange Errors with Swing on VE 1.0.1 [message #599673 is a reply to message #61425] |
Mon, 27 September 2004 11:57  |
Eclipse User |
|
|
|
This is a multi-part message in MIME format.
--------------040404020009090004050904
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Joe Winchester wrote:
> Hi Rene,
>
>> I just installed VE as well. I notice the same behaviour. Create a new
>> visual class, add some Swing components to a Panel, do save all, quit VE,
>> re-open, and the result is an empty Panel. Coding is allright, but no
>> graphical presentation of what has been added in a previous session.
>
>
> Can you please provide the source listing of the .java file you're
> trying to re-open ? Does it extend Object and contain a Panel, extend
> Panel. Is it a JPanel or an AWT Panel you have dropped the Swing
> components onto ?
>
I generated this file and now it does not open up in the VIsual Editor.
It extends to JPanel.
> Is there anything in the .log file and what platform are you running on
> ? What JRE are you using ?
>
These are the latest entries into the error log
<SNIP>
!SESSION Sep 28, 2004 03:46:23.490
---------------------------------------------
eclipse.buildId=I200406251208
java.version=1.4.2_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
!ENTRY org.eclipse.ve.java.core 4 0 Sep 28, 2004 03:46:23.490
!MESSAGE Exception thrown.
!STACK 0
java.lang.ClassCastException
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.createJavaInstances(JavaSourceTranslator.java:705)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.buildCompositionModel(JavaSourceTranslator.java:774)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.decodeDocument(JavaSourceTranslator.java:881)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.loadModel(JavaSourceTranslator.java:656)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1444)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
!ENTRY org.eclipse.ve.java.core 4 0 Sep 28, 2004 03:50:04.688
!MESSAGE Exception thrown.
!STACK 0
java.lang.ClassCastException
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.createJavaInstances(JavaSourceTranslator.java:705)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.buildCompositionModel(JavaSourceTranslator.java:774)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.decodeDocument(JavaSourceTranslator.java:881)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.loadModel(JavaSourceTranslator.java:656)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1444)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
</SNIP>
I am using 1.4.2_03
Regards,
Ram
> Best regards,
>
> Joe Winchester
--------------040404020009090004050904
Content-Type: text/plain;
name="NewSwingTest.java"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="NewSwingTest.java"
/*
* Created on Sep 28, 2004
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package sunlatteMID;
import javax.swing.JPanel;
import javax.swing.JTextField;
import javax.swing.JLabel;
import javax.swing.JButton;
/**
* @author Raghuram Vijapurapu
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
public class NewSwingTest extends JPanel {
private JTextField jTextField = null;
private JLabel jLabel = null;
private JButton jButton = null;
private JLabel jLabel1 = null;
private JTextField jTextField1 = null;
/**
* This is the default constructor
*/
public NewSwingTest() {
super();
initialize();
}
/**
* This method initializes this
*
* @return void
*/
private void initialize() {
jLabel1 = new JLabel();
jLabel = new JLabel();
this.setLayout(null);
this.setSize(663, 290);
jLabel.setBounds(174, 13, 138, 30);
jLabel.setText("First Name");
jLabel1.setBounds(172, 62, 138, 31);
jLabel1.setText("Last Name");
this.add(getJTextField(), null);
this.add(jLabel, null);
this.add(getJButton(), null);
this.add(jLabel1, null);
this.add(getJTextField1(), null);
}
/**
* This method initializes jTextField
*
* @return javax.swing.JTextField
*/
private JTextField getJTextField() {
if (jTextField == null) {
jTextField = new JTextField();
jTextField.setBounds(345, 11, 144, 29);
}
return jTextField;
}
/**
* This method initializes jButton
*
* @return javax.swing.JButton
*/
private JButton getJButton() {
if (jButton == null) {
jButton = new JButton();
jButton.setBounds(523, 205, 72, 31);
jButton.setText("OK");
}
return jButton;
}
/**
* This method initializes jTextField1
*
* @return javax.swing.JTextField
*/
private JTextField getJTextField1() {
if (jTextField1 == null) {
jTextField1 = new JTextField();
jTextField1.setBounds(345, 64, 145, 29);
}
return jTextField1;
}
}
--------------040404020009090004050904--
|
|
|
Re: Strange Errors with Swing on VE 1.0.1 [message #599855 is a reply to message #61614] |
Tue, 28 September 2004 05:26  |
Eclipse User |
|
|
|
Hi Ram,
>>> I just installed VE as well. I notice the same behaviour. Create a new
>>> visual class, add some Swing components to a Panel, do save all, quit
>>> VE,
>>> re-open, and the result is an empty Panel. Coding is allright, but no
>>> graphical presentation of what has been added in a previous session.
Thanks very much for the source listing. It opened fine for me, however
the line that is throwing the class cast is where it's casting to an
XMIResource.
What version of EMF are you using ? Did you get all the builds from
the VE website just following its links ?
I presume that the fact the panel has components isn't the problem for
you. If you just subclassed JPanel and changed it background color does
this also fail ?
Best regards,
Joe
|
|
| |
Re: Strange Errors with Swing on VE 1.0.1 [message #599873 is a reply to message #62202] |
Tue, 28 September 2004 07:25  |
Eclipse User |
|
|
|
Joe Winchester wrote:
> Hi Ram,
>
> Rich found out that the problem is because you have the EMF examples.
> Can you pleased unload the EMF examples which conflict with the VE.
> There is a bugzilla 71473 to fix this.
>
Thanks Joe,
That sorted it out!
You guys are awesome.
Ram.
> Best regards,
>
> Joe Winchester
|
|
| |
Re: Strange Errors with Swing on VE 1.0.1 [message #600460 is a reply to message #61425] |
Sun, 03 October 2004 08:28  |
Eclipse User |
|
|
|
Originally posted by: rene.aldershof.freeler.nl
Hi Joe,
Joe Winchester wrote:
> Can you please provide the source listing of the .java file you're
> trying to re-open ? Does it extend Object and contain a Panel, extend
> Panel. Is it a JPanel or an AWT Panel you have dropped the Swing
> components onto ?
> Is there anything in the .log file and what platform are you running on
> ? What JRE are you using ?
Platform WIN98 SE. Eclipse VE installed bij means of the update manager.
Here is the source code, error log and exported preferences:
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JLabel;
import java.awt.FlowLayout;
import javax.swing.JTextField;
/*
* Created on 3-okt-2004
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
/**
* @author Fam. Aldershof
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
public class Vetest extends JFrame {
private javax.swing.JPanel jContentPane = null;
private JPanel jPanel = null; //
@jve:decl-index=0:visual-constraint="88,30"
private JLabel jLabel = null;
private JTextField jTextField = null;
/**
* This is the default constructor
*/
public Vetest() {
super();
initialize();
}
/**
* This method initializes this
*
* @return void
*/
private void initialize() {
this.setSize(300,200);
this.setContentPane(getJContentPane());
this.setTitle("JFrame");
}
/**
* This method initializes jContentPane
*
* @return javax.swing.JPanel
*/
private javax.swing.JPanel getJContentPane() {
if(jContentPane == null) {
jContentPane = new javax.swing.JPanel();
jContentPane.setLayout(new java.awt.BorderLayout());
}
return jContentPane;
}
/**
* This method initializes jPanel
*
* @return javax.swing.JPanel
*/
private JPanel getJPanel() {
if (jPanel == null) {
jPanel = new JPanel();
jLabel = new JLabel();
FlowLayout flowLayout2 = new FlowLayout();
jPanel.setLayout(flowLayout2);
jPanel.setSize(345, 73);
jLabel.setText("Naam");
flowLayout2.setAlignment(java.awt.FlowLayout.LEFT);
jPanel.add(jLabel, null);
jPanel.add(getJTextField(), null);
}
return jPanel;
}
/**
* This method initializes jTextField
*
* @return javax.swing.JTextField
*/
private JTextField getJTextField() {
if (jTextField == null) {
jTextField = new JTextField();
jTextField.setText("Hello World");
}
return jTextField;
}
}
Error log:
!SESSION okt 03, 2004 14:21:03.300
---------------------------------------------
eclipse.buildId=unknown
java.version=1.4.2_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=nl_NL
!ENTRY org.eclipse.ve.java.core 4 0 okt 03, 2004 14:21:03.300
!MESSAGE Exception thrown.
!STACK 0
java.lang.ClassCastException
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.createJavaInstances(JavaSourceTranslator.java:705)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.buildCompositionModel(JavaSourceTranslator.java:774)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.decodeDocument(JavaSourceTranslator.java:881)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.loadModel(JavaSourceTranslator.java:656)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1444)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
Exported preferences:
#Sun Oct 03 14:32:56 CEST 2004
@org.eclipse.debug.ui=3.0.1
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.library.editor|org.eclipse.pde.core.requiredPlugi ns= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.core.runtime_3.0.1/runtimesrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.core.runtime_3.0.1/runtime.j ar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/osgisrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/osgi.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/coresrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/core.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/resolversrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/resolver.jar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/defaultAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/eclipseAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/consolesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/console.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.core.resources_3.0.1/resourcessrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.core.resources_3.0.1/resourc es.jar "/>\r\n<classpathentry
exported\="true" kind\="src" path\="/library.edit"/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.ecore.xmi_2.0.1/runtime/ecore.xmisrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.0.1/runtime/ ecore.xmi.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.ecore_2.0.1/runtime/ecoresrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.ecore_2.0.1/runtime/ecor e.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.common_2.0.1/runtime/commonsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.common_2.0.1/runtime/com mon.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.edit.ui_2.0.1/runtime/edit.uisrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.edit.ui_2.0.1/runtime/ed it.ui.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.ui.views_3.0.0/viewssrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.ui.views_3.0.0/views.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.ui.workbench_3.0.1/workbenchsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.ui.workbench_3.0.1/workbench .jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.edit_2.0.1/runtime/editsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.edit_2.0.1/runtime/edit. jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.common.ui_2.0.1/runtime/common.uisrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.common.ui_2.0.1/runtime/ common.ui.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.ui_3.0.1/uisrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.ui_3.0.1/ui.jar"/>\r\n <classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source.win32.win32. x86_3.0.1/src/org.eclipse.swt.win32_3.0.1/ws/win32/swtsrc.zi p "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.swt.win32_3.0.1/ws/win32/swt .jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.jface_3.0.0/jfacesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.jface_3.0.0/jface.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.ui.ide_3.0.1/idesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.ui.ide_3.0.1/ide.jar "/>\r\n</classpath>\r\n
/instance/org.eclipse.jdt.junit/org.eclipse.jdt.junit.active _filters=org.eclipse.jdt.internal.junit.runner.*,org.eclipse .jdt.internal.junit.ui.*,junit.framework.TestCase,junit.fram ework.TestResult,junit.framework.TestSuite,junit.framework.A ssert,java.lang.reflect.Method.invoke,junit.framework.TestRe sult$1
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_ templates= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<templates/>
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launchin g.PREF_VM_XML= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<vmSettings
defaultVM\=" 57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType 13,1095621815860 "
defaultVMConnector\="">\r\n<vmType
id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType ">\r\n<vm
id\="1095621815860" name\="SUN J2SDK 1.4.2" path\="C\:\\j2sdk1.4.2_04"
javadocURL\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n</vmType>\r\n</vmSettings>\r\n
@org.eclipse.pde.core=3.0.1
/instance/org.eclipse.ve.java.core/VISUAL_CLASS_WIZARD_SELEC TED_ELEMENT_KEY=org.eclipse.ve.jfc.swing.cat-Frame-javax.swi ng.JFrame
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.code_te mplates_migrated=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.library.edit|org.eclipse.pde.core.requiredPlugins = <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.core.runtime_3.0.1/runtimesrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.core.runtime_3.0.1/runtime.j ar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/osgisrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/osgi.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/coresrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/core.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/resolversrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/resolver.jar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/defaultAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/eclipseAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/consolesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/console.jar "/>\r\n<classpathentry
exported\="true" kind\="src" path\="/library"/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.edit_2.0.1/runtime/editsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.edit_2.0.1/runtime/edit. jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.common_2.0.1/runtime/commonsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.common_2.0.1/runtime/com mon.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.ecore_2.0.1/runtime/ecoresrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.ecore_2.0.1/runtime/ecor e.jar "/>\r\n</classpath>\r\n
@org.eclipse.jdt.ui=3.0.1
@org.eclipse.core.resources=3.0.1
/instance/org.eclipse.ui/showIntro=false
/instance/org.eclipse.help.ui/browser.y=0
/instance/org.eclipse.help.ui/browser.x=0
/instance/org.eclipse.help.ui/browser.maximized=false
/instance/org.eclipse.help.ui/browser.w=1024
/instance/org.eclipse.pde.core/platform_path=d\:\\eclipse
/instance/org.eclipse.jdt.ui/tabWidthPropagated=true
@org.eclipse.team.cvs.ui=3.0.1
/instance/org.eclipse.ant.ui/useAnnotationsPrefPage=true
@org.eclipse.ui.workbench=3.0.1
@org.eclipse.ve.java.core=1.0.1
file_export_version=3.0
@org.eclipse.jdt.launching=3.0.1
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.HelloAwt|org.eclipse.jdt.launching.JRE_CONTAINER= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/rt.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/sunrsasign.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/jsse.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/jce.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/charsets.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/dnsns.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/ldapsec.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/sunjce_provider.jar"/ >\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/localedata.jar"/>\r\n </classpath>\r\n
/instance/org.eclipse.help.ui/browser.h=740
/instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Co urier
New|10|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|Courier New;
/instance/org.eclipse.team.ui/org.eclipse.team.ui.first_time =false
/instance/org.eclipse.ve.java.core/PALETTE_WIDTH=80
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.Jdbc=C\:/JdbcMysql/mysql-connector-java-3.0.8-stab le/mysql-connector-java-3.0.8-stable-bin.jar
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.SWTExample|org.eclipse.jdt.launching.JRE_CONTAINE R= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/rt.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/sunrsasign.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/jsse.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/jce.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/charsets.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/dnsns.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/ldapsec.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/sunjce_provider.jar"/ >\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/localedata.jar"/>\r\n </classpath>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.myEMF|org.eclipse.pde.core.requiredPlugins= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.core.runtime_3.0.1/runtimesrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.core.runtime_3.0.1/runtime.j ar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/osgisrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/osgi.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/coresrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/core.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/resolversrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/resolver.jar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/defaultAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/eclipseAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/consolesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/console.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.ecore_2.0.1/runtime/ecoresrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.ecore_2.0.1/runtime/ecor e.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.common_2.0.1/runtime/commonsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.common_2.0.1/runtime/com mon.jar "/>\r\n</classpath>\r\n
\!/instance=
@org.eclipse.jdt.junit=3.0.1
/instance/org.eclipse.core.resources/description.autobuildin g=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComp lete.visibilityCheck=enabled
/instance/org.eclipse.ve.java.core/PALETTE_STATE=4
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.ECLIPSE_CORE_RESOURCES=/d\:/eclipse/plugins/org.ec lipse.core.resources_3.0.1/resources.jar
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.Hello|org.eclipse.jdt.launching.JRE_CONTAINER= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/rt.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/sunrsasign.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/jsse.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/jce.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/charsets.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/dnsns.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/ldapsec.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/sunjce_provider.jar"/ >\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/localedata.jar"/>\r\n </classpath>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.ECLIPSE_CORE_RUNTIME=/d\:/eclipse/plugins/org.ecli pse.core.runtime_3.0.1/runtime.jar
/instance/org.eclipse.team.cvs.ui/pref_first_startup=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.library|org.eclipse.pde.core.requiredPlugins= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.core.runtime_3.0.1/runtimesrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.core.runtime_3.0.1/runtime.j ar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/osgisrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/osgi.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/coresrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/core.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/resolversrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/resolver.jar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/defaultAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/eclipseAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/consolesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/console.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.ecore_2.0.1/runtime/ecoresrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.ecore_2.0.1/runtime/ecor e.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.common_2.0.1/runtime/commonsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.common_2.0.1/runtime/com mon.jar "/>\r\n</classpath>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.myEMF.edit|org.eclipse.pde.core.requiredPlugins= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.core.runtime_3.0.1/runtimesrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.core.runtime_3.0.1/runtime.j ar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/osgisrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/osgi.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/coresrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/core.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/resolversrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/resolver.jar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/defaultAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/eclipseAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/consolesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/console.jar "/>\r\n<classpathentry
exported\="true" kind\="src" path\="/myEMF"/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.edit_2.0.1/runtime/editsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.edit_2.0.1/runtime/edit. jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.common_2.0.1/runtime/commonsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.common_2.0.1/runtime/com mon.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.ecore_2.0.1/runtime/ecoresrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.ecore_2.0.1/runtime/ecor e.jar "/>\r\n</classpath>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.myEMF.editor|org.eclipse.pde.core.requiredPlugins = <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.core.runtime_3.0.1/runtimesrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.core.runtime_3.0.1/runtime.j ar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/osgisrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/osgi.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/coresrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/core.jar"/ >\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/resolversrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/resolver.jar "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/defaultAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/eclipseAdaptorsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.ja r "/>\r\n<classpathentry
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.osgi_3.0.1/consolesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.osgi_3.0.1/console.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.core.resources_3.0.1/resourcessrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.core.resources_3.0.1/resourc es.jar "/>\r\n<classpathentry
exported\="true" kind\="src" path\="/myEMF.edit"/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.ecore.xmi_2.0.1/runtime/ecore.xmisrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.0.1/runtime/ ecore.xmi.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.ecore_2.0.1/runtime/ecoresrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.ecore_2.0.1/runtime/ecor e.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.common_2.0.1/runtime/commonsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.common_2.0.1/runtime/com mon.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.edit.ui_2.0.1/runtime/edit.uisrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.edit.ui_2.0.1/runtime/ed it.ui.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.ui.views_3.0.0/viewssrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.ui.views_3.0.0/views.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.ui.workbench_3.0.1/workbenchsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.ui.workbench_3.0.1/workbench .jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.edit_2.0.1/runtime/editsrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.edit_2.0.1/runtime/edit. jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.emf.source_2.0.1/src/org.ecl ipse.emf.common.ui_2.0.1/runtime/common.uisrc.zip "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.emf.common.ui_2.0.1/runtime/ common.ui.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.ui_3.0.1/uisrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.ui_3.0.1/ui.jar"/>\r\n <classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source.win32.win32. x86_3.0.1/src/org.eclipse.swt.win32_3.0.1/ws/win32/swtsrc.zi p "
kind\="lib"
path\=" D\:/eclipse/plugins/org.eclipse.swt.win32_3.0.1/ws/win32/swt .jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.jface_3.0.0/jfacesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.jface_3.0.0/jface.jar "/>\r\n<classpathentry
exported\="true"
sourcepath\=" D\:/eclipse/plugins/org.eclipse.platform.source_3.0.1/src/or g.eclipse.ui.ide_3.0.1/idesrc.zip "
kind\="lib"
path\="D\:/eclipse/plugins/org.eclipse.ui.ide_3.0.1/ide.jar "/>\r\n</classpath>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.JUNIT_HOME=d\:/eclipse/plugins/org.junit_3.8.1
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hContainer.TTV|org.eclipse.jdt.launching.JRE_CONTAINER= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<classpath>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/rt.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/sunrsasign.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/jsse.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/jce.jar"/>\r\n<classpathentry
sourcepath\="C\:/J2SDK1.4.2_04/src.zip" kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/charsets.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/dnsns.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/ldapsec.jar"/>\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/sunjce_provider.jar"/ >\r\n<classpathentry
kind\="lib"
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/localedata.jar"/>\r\n </classpath>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.JRE_LIB=C\:/J2SDK1.4.2_04/JRE/lib/rt.jar
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterpro files.version=6
/instance/org.eclipse.ui.workbench/ENABLED_DECORATORS=org.ec lipse.jdt.ui.override.decorator\:true,org.eclipse.pde.ui.bin aryProjectDecorator\:false,org.eclipse.team.cvs.ui.decorator \:true,org.eclipse.ui.LinkedResourceDecorator\:true,org.jbos s.ide.eclipse.deployer.ui.decorators.DeployedDecorator\:true ,
@org.eclipse.jdt.core=3.0.1
/instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.templat es_migrated=true
/instance/org.eclipse.jdt.ui/useQuickDiffPrefPage=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.EMF_COMMON=/d\:/eclipse/plugins/org.eclipse.emf.co mmon_2.0.1/runtime/common.jar
@org.eclipse.update.core=3.0.1
/instance/org.eclipse.ant.ui/useQuickDiffPrefPage=true
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocat ions= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<javadoclocation>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/sunjce_provider.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/ext/sunjce_provider.jar "
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/jce.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/localedata.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/ldapsec.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/rt.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/charsets.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/ext/localedata.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/sunrsasign.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/jsse.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/jsse.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/ext/dnsns.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/charsets.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/sunrsasign.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/ext/dnsns.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/ext/ldapsec.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="C\:/j2sdk1.4.2_04/jre/lib/rt.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n<location_01
path\="D\:/JBuilderX/jdk1.4/jre/lib/jce.jar"
url\="http\://java.sun.com/j2se/1.4.2/docs/api"/>\r\n</javadoclocation>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.JRE_SRCROOT=
@org.eclipse.jdt.debug.ui=3.0.1
/instance/org.eclipse.update.core/org.eclipse.update.core.hi storySize=3
/instance/org.eclipse.jdt.debug.ui/org.eclipse.debug.ui.Vari ableView.org.eclipse.jdt.debug.ui.show_null_entries=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.EMF_ECORE=/d\:/eclipse/plugins/org.eclipse.emf.eco re_2.0.1/runtime/ecore.jar
@org.eclipse.team.ui=3.0.1
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.builder. resourceCopyExclusionFilter=*.launch
@org.eclipse.ant.ui=3.0.1
/instance/org.eclipse.jdt.ui/Refactoring.ErrorPage.severityT hreshold=2
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.JRE_SRC=C\:/J2SDK1.4.2_04/src.zip
@org.eclipse.help.ui=3.0.0
/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.views_to _not_open=org.eclipse.debug.ui.DebugView,
/instance/org.eclipse.jdt.ui/fontPropagated=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpat hVariable.ECLIPSE_HOME=d\:/eclipse
@org.eclipse.ui=3.0.1
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_ code_templates= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<templates/>
Greetings
Rene
|
|
|
Re: Strange Errors with Swing on VE 1.0.1 [message #600470 is a reply to message #63926] |
Sun, 03 October 2004 08:38  |
Eclipse User |
|
|
|
Originally posted by: rene.aldershof.freeler.nl
Rene Aldershof wrote:
> Hi Joe,
I uninstalled the EMF examples by means of the "Manage Configuration" as
told by bugzilla 71473 and the problem has been ressolved.
Thanks to you all.
Greetings
Rene
|
|
|
Goto Forum:
Current Time: Wed Apr 30 12:09:41 EDT 2025
Powered by FUDForum. Page generated in 0.51757 seconds
|