Is there any configuration in sublime so solve that ???
i am using sublime with java
my problem is :- in java to compile a java file that suppose to declare a new package we use javac -d . JavafFile.java
what i mean is say that i want to compile a java file that contains package com.deitel.jhtp.ch08; it suppose to do javac -d . JavaFile.java suppose to create so this command should create theses com.deitel.jhtp.ch08 as directories and put the JavaFile.class inside ch08 folder
while trying to compile JavaFile.java it gives me javac: invalid flag: Usage: Usage: javac
and i think this error because sublime use the normal compile which is javac JavaFile.java