- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- How to import additional packages into the applica...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2015 10:52 AM
04-05-2015 10:52 AM
How to import additional packages into the application
Hello All,
Does any body know how to import other computational packages into the application. I need to do some matrix manipulation and optimization inside my application. In particular I need to import jama (for matrix manipulation) and gurobi (for optimization).
I tried different things but I was not able to do so and I am getting "packgae does not exist" error.
BTW, I am using 2.4.5 version of the controller and openflow 1.0.
Can anybody help me regarding this.
Thnaks
Best
Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2015 12:16 AM - edited 04-07-2015 12:37 AM
04-07-2015 12:16 AM - edited 04-07-2015 12:37 AM
Re: How to import additional packages into the application
Hi Mehdi,
I'm not very skilled at Java programming, but I was wondering whether this would be what you are after?:
From your Eclipse workspace, right click your project on the left pane -> Properties -> Java Build Path -> Add Jars -> add your jars here.
For more detail and additional methods you can look here. Let me know if this is of help.
[EDIT
It looks like Gurobi is a commercial product and it might not follow standard recipes. There is a quick start guide available here
]
Best regards,
Wouter
HP SDN CoE team
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2015 04:51 PM
04-08-2015 04:51 PM
Re: How to import additional packages into the application
Hi Wouter
Thank you very much for your help. I appreciate it.
Best
Mehdi