I’m getting the following issues when trying to compile my .java file. Here is the cmd line that I’m using. I think it has something to do with “.” any ideas?
javac -g -classpath "C:\Python27\";"C:\Program Files\Kapow Mashup Server 6.4\lib\thirdparty";"C:\Program Files\Kapow Mashup Server 6.4\lib\jdbc";"C:\Program Files\Kapow Mashup Server 6.4\API\robosuite-java-api\lib";"C:\Program Files\Kapow Mashup Server 6.4\lib";"C:\Program Files\Java\jdk1.7.0_02\bin" Basicrobot.java
Error I’m getting – Invalid Flag Javac: Files\Kapow
Thanks!
I think the problem is the backslash after
C:\Python27, which means the quotation character following it is escaped.You can simply omit the backslash: