我是Java新手(基本上是LAMP開發人員)。我有這個JAVA API來解析.pst
文件並顯示所有收件箱消息。如何在沒有IDE的情況下在項目中添加/引用.jar文件
我試着執行一個給定的.class
文件,但它拋出異常。我需要添加/引用由API提供的一些.jar
文件。
我還沒有用於Java的任何IDE。 Wikihow說
When your Java project requires JAR libraries to function, you have to configure your project to include the libraries in its build path. Fortunately, Eclipse makes this process simple and easy to remember. The build used here is Eclipse Java - Ganymede 3.4.0.
那麼,我需要做什麼配置?或者,獲得Eclipse IDE會更好嗎?我只有一個.class
文件被執行。 How to add external jar libraries to an android project from the command line
How do I include external JARs in my own Project JAR
Java,不是JAVA。 – 2011-01-19 07:52:09
你應該真的得到Eclipse或Netbeans來幫助你編程。 Java中的IDE與PHP中的IDE相比真的很糟糕! – Alfred 2011-01-19 07:54:05