eclipse使用时jar不在libraries

jar是在项目工程的目录下

点击工程右键

这样jar包边收到librarles中

时间: 2024-10-14 05:22:10

eclipse使用时jar不在libraries的相关文章

Eclipse build error 解决方法The library '*.jar' contains native libraries that will not run on the dev

[2013-08-29 16:56:58 - jarsotest] The library 'wnp.jar' contains native libraries that will not run on the device. [2013-08-29 16:56:58 - jarsotest] The following libraries were found: [2013-08-29 16:56:58 - jarsotest]  - bin/classes/jni/wnptest/wnpj

Maven使用时的错误

Maven使用时的错误 maven使用时出现了很多错误,记录一下. 一.下载错误 基本插件下载异常 Could not calculate build plan: Plugin org.apache.maven.plugins:maven-jar-plugin:2.4 or one of its dependencies could not be resolved: Failure to transfer org.apache.maven.plugins:maven-jar-plugin:jar

eclipse中导入jar包

我们在用Eclipse开发程序的时候,经常想要用到第三方的jar包.这时候我们就需要在相应的工程下面导入这个jar包.以下配图说明导入jar包的步骤. 1.右击工程的根目录,点击Properties进入Properties.或者选中工程根目录,按Alt-Enter即可. 2.在Properties页面中选中Java Build Path,选中Libraries标签,点击Add External JARs. 3.找到需要添加的jar包,确定即可. eclipse中导入jar包,布布扣,bubuko

【JAVA】使用Eclipse依赖生成jar包时,避免最外层同时生成资源文件的配置。

使用Eclipse依赖生成jar包时,如果做配置,生成的jar包文件会全部生成在外面,这并不是我们需要的,下面我们一起来修改下配置,使生成的jar包符合我们的需求吧. 1.如果不做任何配置生成的jar包如下. 这样最原始的生成方式并不是我们想要的,我们想要的是test.properties和ums.properties文件同时放到message文件夹里面,下面修改一下Eclipse配置. 2.修改Eclipse配置,使test.properties和ums.properties文件同时放到mes

终极解决报错:SocialSDK_QQZone_2.jar contains native libraries that

添加友盟的分享功能出现了这个错误 1.错误 The library SocialSDK_QQZone_2.jar contains native libraries that will not run on the device 2.解决办法 此问题和Eclipse环境有关,按照如下步骤操作即可 Eclipse->windows->Perferences->Android->build , 取消 Force error when external jars contain nati

友盟分享到QQ空间 JAR问题The library 'SocialSDK_QQZone_2.jar' contains native libraries that will not run on t

The library 'SocialSDK_QQZone_2.jar' contains native libraries that will not run on the device. The following libraries were found: - assets/libwbsafeedit.so 点击Run As 获取签名打包的时候就报错,解决办法: 在Eclipse中点击Windows---Preference,在Android项下面的Build项目下:去掉第二个和第三个勾选

The library '*.jar' contains native libraries that will not run on the device

我们更新了QQ sdk的新包,而QQ的新包加了一个so文件,该文件eclipse的默认检查比较严格. Eclipse->windows->Perferences , 取消 Force error when external jars contain native libraries. 取消 Skip packaging and dexing until export and lunch. (Speece **) The library '*.jar' contains native libra

Android 友盟SDK 终极解决报错:SocialSDK_QQZone_2.jar contains native libraries that

转自:http://bbs.umeng.com/thread-6552-1-2.html 报错信息:The library `SocialSDK_QQZone_2.jar` contains native libraries that will not run on the device. 解决方案: 此问题和Eclipse环境有关,按照如下步骤操作即可Eclipse->windows->Perferences (不一定这个,自己对着图找), 取消 Force error when exter

Idea像eclipse一样把jar给导入到lib下面

Idea像eclipse一样把jar给导入到lib下面,操作如下: 首先建好war项目,创建lib包,Libraries下面没有jar包,如下图 然后把需要添加的jar复制到lib下,见下图. 接着使用快捷键Ctrl+Shift+Alt+s, 进入弹出框,选择jar包添加,见下图. 添加完后,写个测试类,见下图. 虽说添加的jar没有出现在3的位置,但是经过测试类,确定了jar已经成功导入了. 删除jar包,也类似eclipse,先要在Project Structure下去掉jar包,见下图.