English 中文(简体)
如何将除jar或zi立案外的档案添加到ec片中的任何项目?
原标题:how to add other than jar or zip files to any projects buildpath in eclipse?
  • 时间:2010-05-25 08:52:06
  •  标签:
  • java
  • eclipse

我想知道,除了jar或zi立案外,如何将档案补充到 any中的任何项目?

问题回答

选定项目——和; 不动产——和; Java 修建道路——和; 在“Source” 表格中,扩大你的项目,双重点击“Included”,并增加你自己的档案,如*xxx文档。

您仅能添加到现有来源文件夹中,或为建筑工程添加一只专用文件(文件夹中的门图;Build Path<>m> >Use as Source Folder<>/em>)。

你还可以以同样的方式增加单一档案(档案和大体的Context Menu;Build Path >Add to Building Path)。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...