Search:

Type: Posts; User: Norm

Search: Search took 0.20 seconds.

  1. Re: I need assistance ASAP with command "-classpath"

    Change to the directory that contains the bin directory and enter:
    java -classpath ./bin com.test.Main myinputfile.txt myoutputfile.txt sort

    That directory should contain the myinputfile.txt file.
  2. Re: I need assistance ASAP with command "-classpath"

    With the command line:
    java -classpath ./bin com.test.Main myinputfile.txt myoutputfile.txt sort
    The bin directory needs to be in the current directory
    and the com directory needs to be in the bin...
Results 1 to 2 of 2