MyEclipse “Unknown tag warning for jsf tag libraries”
1. Unknown tag warning for jsf tag libraries.

- Using the -clean command line argument when starting up Eclipse can help a lot of strange problems disappear … more
eclipse.exe -clean or, right click the MyEclipse shortcut, Property --> Shortcut Start in: "C:\Users\Sohail\AppData\Local\Genuitec\MyEclipse 7.0\myeclipse.exe" -clean
- If above strategy does not work, create a brand new Web Project using MyEclipse IDE, add JSF capability then add Facelets capabality.
- Create a .xhtml page and add ui composition tag. This should solve it.
2. My Eclipse is too damn slow.
- Create project in local drive and do compile and run instead of running of network drive.
- You can go to Windows > Preferences > General > Capabilities > Advanced and disable the capabilities that you are not using. That would enhance the performance of the IDE.
3. How do I know what version of java MyEclipse IDE is using.
- MyEclipse –> Install Summary …
- MyEclipse –> Examples On-Demand … (pretty cool)
4. How to see warning and error details?
- Windows –>Show View –> Problems
5. No grammar constraints (DTD or XMl schema) detected for the document.
- Window > Preferences > MyEclipse > Files and Editors > XML and select “Indicate when no grammar is specified” = Ignore.
6. java.lang.UnsupportedClassVersionError: Bad version number in .class file
- Downloaded Eclipse 7.1 and started getting above error even though I have successfully completed unit testing for all methods. MyEclipse IDE 7.1 by default runs on java 1.5. I needed to run my project on java 1.6.
*** Date: Friday, April 3, 2009 7:56:14 PM CDT ** System properties: OS=WindowsXP OS version=5.1.0 Java version=1.5.0_11
I have changed the default JDK Compliance level to 1.6 by going as follows:
Windows –> Preferences –> Java –> Compiler
I have also added Maven JDK to 1.6, Windows –> Preferences –> MyEclipseEnterprise Workbench –> Maven4MyEclipse –> Maven.
But I have forgot this following step:
Right click on the project –> Properties –> Java Build Path then click Order and Export tab and click JRE System Library [jre-6] checkbox.
Suggestion: Close and start the IDE after make any configuration changes also help to clean cache data. In order to run the project you need to add a server and JDK (not jre) home. Windows –> Preferences –> Servers –> Glassfish 2.x –> JDK
7.
No comments yet.
Leave a comment
-
Archives
- November 2009 (1)
- July 2009 (1)
- June 2009 (5)
- May 2009 (2)
- April 2009 (4)
- March 2009 (2)
- January 2009 (3)
- December 2008 (1)
- November 2008 (2)
- October 2008 (1)
- September 2008 (3)
- August 2008 (2)
-
Categories
-
RSS
Entries RSS
Comments RSS