-3

I'm trying a machine learning routing algorithm for DTN networks. I'm using weka and the ONE simulator. I'm running across this error when I'm trying to run my implementation.

sebenalern
  • 2,515
  • 3
  • 26
  • 36

1 Answers1

0

Had weka.jar classpath issue. Used the following command to run the application.

java -Xmx512M -cp .;lib/ECLA.jar;lib/DTNConsoleConnection.jar;lib/weka.jar core.DTNSim %*
Kara
  • 6,115
  • 16
  • 50
  • 57