| Quote: |
|
Eclipse was not fresh install, MyEclipse over-write of MyEclipse 4.0 M3, via windows installer |
| Quote: |
|
Is this something peculiar to my installation, or a known issue ? |
| Code: |
|
<?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="name" type="xs:token"/> </xs:schema> |
| Code: |
|
*** System properties: OS=Linux OS version=2.6.11.4-21.7-smp Java version=1.4.2_10 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 4.1.0 GA Build id: 20060122-4.1-GA *** Eclipse details: Eclipse SDK Version: 3.1.2 Build id: M20060118-1600 Eclipse Platform Version: 3.1.2 Build id: M20060118-1600 Eclipse RCP Version: 3.1.2 Build id: M20060118-1600 Eclipse Java Development Tools Version: 3.1.2 Build id: M20060118-1600 Eclipse Plug-in Development Environment Version: 3.1.2 Build id: M20060118-1600 Eclipse Project SDK Version: 3.1.2 Build id: M20060118-1600 Eclipse startup command=-os linux -ws gtk -arch x86 -launcher /home/sanjeev/eclipse3.1.2/eclipse/./eclipse -name Eclipse -showsplash 600 -exitdata 62d70011 -vm /usr/lib/jvm/java/bin/java |
| Quote: |
|
o Support for XSL and DTD design |
| Quote: |
|
o User-extensible XML DTD/Schema catalog |
| Quote: |
|
o Code completion and syntax highlighting for DTD-based or XSD-based documents |
| Code: |
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> </xsd:schema> |
| Quote: |
|
o Formatting and real time validation 'as you type' |
| Quote: |
|
o Integrated outline view with insert/delete/move node capabilities |
| Quote: |
|
o Integrated editable properties view |
| Quote: |
|
o Graphical editing for XSD files |
| Quote: |
|
o Create example XML document for any XSD file |
| Code: |
|
java.lang.UnsupportedClassVersionError: com/sun/tools/javac/Main (Unsupported major.minor version 49.0) |