Software Defined Networking
1842261 Members
3115 Online
110188 Solutions
New Discussion

How to import additional packages into the application

 
mmehdi
Occasional Advisor

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

2 REPLIES 2
Joetel
Frequent Advisor

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

 

mmehdi
Occasional Advisor

Re: How to import additional packages into the application

Hi Wouter

 

Thank you very much for your help. I appreciate it.

 

Best

Mehdi