source « eclipse « Java Enterprise Q&A





1. WARNING: Setting property 'source' to 'org.eclipse.jst.jee.server:appname' did not find a matching property    stackoverflow.com

hi guys when trying to run my app with eclipse/linux on apache tomcat on my local host the application runs fine but, i got the following warning

WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:appname' ...

2. How to attach source to a Web App Libraries in eclipse?    stackoverflow.com

Is there a way to attach source to a web app library in eclipse 3.5/3.6? What I have tried:

  1. Till eclipse 3.3, I could attach source to jars inside the web app library, ...

3. Run Java source from Linux on local Eclipse IDE    stackoverflow.com

I have some java source that gets build on a Linux machine using ant. I want to be able to create eclipse projects for this source so I can debug ...