Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Java API

  Asked By: Bonni    Date: Apr 28    Category: Java    Views: 806
  

I am new to the Java language and recently downloaded an API called
JExcel which will help you create MS Excel files. In the tutorial it
gives you an example on how to compile the downloaded file, but I'm
having a little trouble with it. The directions say to:

From the command line issue the following sequence of commands
(modifying file separators and classpath separators as required for
the target operating system):

javac -d out -classpath out:../src ../src/jxl/demo/*.java
jar cmf jxl.mf ../jxl.jar -C out common jxl

-can anyone explain to me what the directives are after the compiler
is called in order for me to change it?

Share: 

 

No Answers Found. Be the First, To Post Answer.

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




Tagged: