The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


View by: Most Recent | Topic | Community | Webloggers | James Gosling   
Monthly Archives:    

Blogs by topic Java Desktop and user ss141213

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • Grid • GUI 
• IDE • Instant Messaging • J2EE • J2ME • J2SE 
• JavaOne • Jini • JSP • JSR • JXTA 
• LDAP • Linux • Mobility • NetBeans • Open Source 
• OpenSolaris • P2P • Patterns • Performance • Porting 
• Programming • Research • Security • Servlets • Struts 
• Swing • Testing • Tools • Virtual Machine • Web Applications 
• Web Design • Web Development Tools • Web Services and XML 


J2SE

Did you know javap ignores Class-Path manifest attribute where as javac honors it? I didn't.
on Oct 14, 2009 | Permalink | Discuss
If you are creating a jar and you see it having an empty manifest, then blame it on the poor documentation of the API.
on Oct 13, 2009 | Permalink | Discuss
What do you expect Class.getAnnotations() do when it can't load one of the annotation types present in the class? Read on...
on Oct 8, 2009 | Permalink | Discuss