Skip to content

Commit

Permalink
Remove lib prefix when loading jdeeco-omnetpp library
Browse files Browse the repository at this point in the history
  • Loading branch information
vladamatena committed Jan 28, 2015
1 parent 304718c commit 7aff297
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public OMNetSimulation(NetworkProvider networkProvider) {
this.networkProvider = this;
networkAddressesToHosts = new HashMap<String, OMNetSimulationHost>();
}
System.loadLibrary("libjdeeco-omnetpp");
System.loadLibrary("jdeeco-omnetpp");
}

public OMNetSimulation() {
Expand Down

0 comments on commit 7aff297

Please sign in to comment.