Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个项目 PROJECT1(包含 MANIFEST 的主类),它使用在另一个项目 PROJECT2 中定义的类。当我通过将 PROJECT1 导出到 JAR 中然后运行它来创建 JAR 时,似乎 PROJECT2 中定义的类不包括在内。我怎样才能解决这个问题?我在 Eclipse IDE 中工作。
在您右键单击“导出..”和“Jar 文件”后打开的对话框中,您可以选择要包含哪些依赖项。继续“下一步”,在某些时候,您将被要求指定一个清单,然后有一个“选择主类”。
I would like to place the Facelets template file for JSF in a JAR file.
I tried to reference it by EL as
<ui:composition template="#{resource['templates:template_pe_layout.xh