Skip to main content

All Questions

Tagged with
0 votes
1 answer
83 views

javac reports "package does not exist" even though classpath is set

I have a file Test.java (stripped down for debugging): import com.github.tkutche1.jgrade.Grade; I try compiling it with this command line and get an error: # javac -cp lib/com/github/tkutche1/jgrade/...
Ellen Spertus's user avatar
0 votes
0 answers
762 views

Javap Command Error in Java On Command Prompt

Why javap command is not running in command prompt and its showing javap is not recognised as internal or external command except javap all other command is running well.
sakshi mishra's user avatar