- This topic has 4 replies, 2 voices, and was last updated 19 years, 11 months ago by mikeottinger.
-
AuthorPosts
-
mikeottingerMemberHello, myEclipse doesn’t seem to recognize the classes folder in my WEB-INF directory, even when no filters are set in the package explorer. I see the lib folder and everything else. The classes folder is present in my OS file system, is this a bug or am I missing something? Thanks!
Riyad KallaMemberMike this question depends entirely on your setup, what kind of project this is, what the layout is, what you have your webroot set as, etc…. can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
mikeottingerMemberSorry for the lack of info, here’s my setup. I’m working on a j2ee Web Project under Eclipse version 3.0 build id 200406251208 with myeclipse version 3.8.2. I’ve seen my problem both on my laptop Win XP and my office workstation WIN2k. MyEclipse was installed over a previous version of eclipse that had the lomboz plugin installed. When I installed MyEclipse I removed the plugin folders for lomboz. I’m using jdk1.4 both for eclipse and for my tomcat 5.0 app server. The classes folder under WEB-INF doesn’t appear even when the web project is brand new. I haven’t seen anything in the .log file that would point to this issue.
Riyad KallaMemberAhh, mike the classes folder (as is every output folder) is hidden by default in the package explorer view, if you open the navigator view you should be able to see the folder is there. You can adjust the package view to show the output folder (I think) its an Eclipse setting.
mikeottingerMemberPerfect, that was it. I didn’t even realize it was in the package view, myeclipse defaults to that view versus the navigator view which I normally use. Thank you for your help!
-
AuthorPosts