Skip to main content

All Questions

Tagged with
1 vote
1 answer
171 views

Java - Command Line on Linux: I don't have any output after I run the code

I am a beginner user of command-line. I use Eclipse for my optimization problem with cplex.jar on my computer. Since my computer is not enough for big problems, I try to use the school Linux server. I ...
Cans's user avatar
  • 21
1 vote
1 answer
707 views

Java Package Not Found: Compiling with CPlex from command line

I'm trying to compile a java project which uses CPlex from the command line. The command I'm currently trying is javac -cp "opt/ibm/ILOG/CPLEX_Studio_Community128/cplex/lib/cplex.jar" *.java I get ...
ellen's user avatar
  • 704