导入javax.vecmath [英] Import javax.vecmath

查看:359
本文介绍了导入javax.vecmath的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在我的Java程序中使用 javax.vecmath ,但不幸的是它说:


导入javax.vecmath无法解析


我应该在项目中自己添加jar吗?在哪里可以找到该jar文件?我在Ubuntu / Eclipse Galileo。



谢谢。

解决方案

在Ubuntu你可以 apt-get install libvecmath-java 。在其他系统上,Petar Minchev建议,或在Google上搜索java vecmath, https: //vecmath.dev.java.net/ ,然后转到他们的下载页面


I would like to use javax.vecmath in my Java program but unfortunately it says:

The import javax.vecmath cannot be resolved

Should I add the jar by myself in the project? Where can I find that jar file? I'm on Ubuntu/Eclipse Galileo.

Thanks.

解决方案

On Ubuntu you can apt-get install libvecmath-java. On other systems do what Petar Minchev suggests, or search on Google for something like "java vecmath", which turns up https://vecmath.dev.java.net/, and then go to their downloads page.

这篇关于导入javax.vecmath的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆