导入Microba(外包装)
Importing Microba (External Package)
我正在尝试使用此代码,以便可以轻松添加日期选择器。然而,我能找到的唯一指南要求我导入一个不在 ZIP 中的 jar 文件。
我假设还有另一种方法可以通过 Eclipse 中的构建路径来使用此代码,但我无法在任何地方阅读如何成功导入它。
Link 至 Microba:https://github.com/tdbear/microba
Link 转到教程:http://javaandoracle.blogspot.co.uk/2013/12/java-date-chooser-panel-tutorial-using.html
如有任何帮助,我们将不胜感激!
肯
从 here, not GitHub, that's step 1 of the tutorial. That ZIP contains the jar you're looking for. Then add it to your project in Eclipse as described here 获取 ZIP。
我正在尝试使用此代码,以便可以轻松添加日期选择器。然而,我能找到的唯一指南要求我导入一个不在 ZIP 中的 jar 文件。
我假设还有另一种方法可以通过 Eclipse 中的构建路径来使用此代码,但我无法在任何地方阅读如何成功导入它。
Link 至 Microba:https://github.com/tdbear/microba
Link 转到教程:http://javaandoracle.blogspot.co.uk/2013/12/java-date-chooser-panel-tutorial-using.html
如有任何帮助,我们将不胜感激! 肯
从 here, not GitHub, that's step 1 of the tutorial. That ZIP contains the jar you're looking for. Then add it to your project in Eclipse as described here 获取 ZIP。