문제

When create Java classes in either Code/Java or by creating folder insider WebContent\WEB-INF then the generated class files get stored inside WebContent\WEB-INF\classes folder. At least that's what the Java Build Path for my database properties tells me.

enter image description here

But I am unable to find this folder in my Domino Designer. I checked in Domino Designer and Java perspective under Package Explorer window. It does show up when I click on the "Browse..." button in above picture.

How can I see generated class files for my Java code in Domino Designer?

도움이 되었습니까?

해결책

You can't see them in the Package Explorer. Instead go to the Project Explorer. In the submenu (three horizontal lines above one another) select Customize View... And remove the tick from Java Output Folders resources. You'll then see the class files.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top