- This topic has 1 reply, 2 voices, and was last updated 20 years, 8 months ago by
Riyad Kalla.
-
AuthorPosts
-
DavidMemberHi,
I have a big problem with MyEclipse. It does not compile my source file to my WEB-INF/classes directory ( it does not compile anything in fact ).
I check everywhere that I could but I can’t find out why it is not working. I saw in the .metadata directory that there is a .log file. I would like to know how to have all the debug output of MyEclipse (instead of only error level loggin). This would allow me ( at least I hope ) to figure out what it does and why it does not work.
Thing I checked : In Project Properties -> Java Build Path -> Source
— The source folder is there (ie OnlineStore/src )
— The Default output folder is there ( /OnlineStore/WebRoot/WEB-INF/classes )
— Allow Output folder for source folder is UnCheckedWhen I do a Project -> Build all it does not do nothing, (i.e no pop up, nothing ) and no Exception is logged to the .log file.
I really need help.
thanks
– System Setup ——————————-
Operating System and version: Window XP SP1
Eclipse version: 3.0.0
Eclipse build id: 20040406251208
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
MyEclipse version: 3.8.1
Eclipse JDK version: 1.4
Application Server JDK version: 1.4
Are there any exceptions in the Eclipse log file? nope– Message Body ——————————-
Riyad KallaMemberIf you open up the navigator view and navigate to the classes dir is it empty? Do you ahve write permissions to this dir? (open up Windows explorer and go drop a random file into that dir, did it write correctly?).
If you create a new plain Java project with a /src and /bin JAR, can you compile classes there?
If you open up your .project file, do the settings all look sane? Do you have any errors in your problem view? Is your classpath setup correctly?
-
AuthorPosts