我一直在使用windows中的Eclipse编写代码。我刚开始在Mac中使用Eclipse。当我试图在我的程序的构建路径中添加swt时,我发现了这两个罐子。这两个罐子有什么区别?
发布于 2014-08-11 02:39:14
SWT是建立在本机代码之上的,一个是接口定义,另一个是Mac实现。我在运行Linux,我有,
# linux specific
org.eclipse.swt.gtk.linux.x86_64_3.103.0.v20140605-2012.jar和
# cross platform Java interfaces
org.eclipse.swt_3.103.0.v20140605-2008.jar和
# linux specific source implementing cross platform Java interfaces and
# compilable into the first jar
org.eclipse.swt.gtk.linux.x86_64.source_3.103.0.v20140605-2012.jarhttps://stackoverflow.com/questions/25235119
复制相似问题