在 netbeans IDE 7.0 中链接 .lib 文件
我正在尝试使用 Cygwin 从 netbeans IDE 7.0 运行 CPLEX。我想包含 .lib 文件,但它只需要 .a 文件。有什么方法可以包含这些 .lib 文件
I am trying to run Cplex from netbeans IDE 7.0 with Cygwin. I want to include .lib files but it takes only .a files. Is there any way to include these .lib files
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Netbeans 中的每个库都可以通过在项目根目录上按鼠标右键来链接。然后,按“属性”选项,然后转到“库”选项。在“编译”选项卡中,转到“添加库”按钮,然后链接您需要的所有库。
我通常链接 cplex.jar 库并使用它来满足我的需要!检查系统操作系统(即 64 或 32 位)并确保您的 ILOG 的 CPLEX 版本已“确认”。
every lib in Netbeans is linked by pressing the right-button of the mouse on the root of your project. Then, press "Properties" option and then go the "Library" options. In the "Compile" tab go to the "Add Library" button and so link all the libraries you need.
I usually link the cplex.jar library and use it for my needs! Check-out for the system OS (i.e. 64 or 32 bit) and be sure that your ILOG's CPLEX release is "confirmed".