Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

java -deprecation

  Asked By: Navin    Date: Aug 22    Category: Java    Views: 409
  

why ?

C:\>set CLASSPATH=c:\Java\SMS\XmlWriter.jar;%CLASSPATH%set

C:\>set CLASSPATH=c:\Java\SMS\xplookandfeel.jar;%CLASSPATH%set

C:\>set CLASSPATH=c:\Java\SMS;%CLASSPATH%

C:\>java -deprecation *.java
Unrecognized option: -deprecation
Could not create the Java virtual machine.

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Murad Bashara     Answered On: Aug 22

-deprecation is a command line option  to javac, not java.
javac is the compiler that compiles java  source into classes, java is
the virtual  machine that can run the generated classes.

btw. if you're in school or are following a computer related course,
which one and where are you attending, just curious.

Also, do people know the concept of thank you?

 
Answer #2    Answered By: Juan Reynolds     Answered On: Aug 22

i dont know wht r u trying to achieve!
but one thing i would like to clarify is that..
when u r compiling a java  source code file the syntax to be used is javac
filename.java
when u r running the class file generated by compiling it, u have to use
java classname with no extension.
pls be elaborate as to wht u r trying to do.

 
Didn't find what you were looking for? Find more on java -deprecation Or get search suggestion and latest updates.




Tagged: