Hi Kashmir,
I hear your name a lot in all the 485 threads. I have a question running the 485 macro.
I am not a well known java person. But i have a hands on exp in java.
Here are the steps i did.
1) I hava downloaded the kashmir3.zip on to the root
directory (c:\).
2) I downloaded the jdk1.1.8 version at the c:\.
3) I set the path to c:\jdk1.1.8\bin;
4) I have added the kashmir.zip to classpath. for example like this set classpath=%classpath%;c:\kashmir.zip;
5) finally i run the command as follows;
c:\ java -jar kashmir3.zip src0303555...
I am getting the following error.
C:\>java -jar kashmir3.zip src0303555....
-jar: illegal argument
usage: java [-options] class
where options include:
-help print out this message
-version print out the build version
-v -verbose turn on verbose mode
-debug enable remote JAVA debugging
-noasyncgc don't allow asynchronous garbage collection
-verbosegc print a message when garbage collection occurs
-noclassgc disable class garbage collection
-ss<number> set the maximum native stack size for any thread
-oss<number> set the maximum Java stack size for any thread
-ms<number> set the initial Java heap size
-mx<number> set the maximum Java heap size
-classpath <directories separated by semicolons>
list directories in which to look for classes
-prof[:<file>] output profiling data to .\java.prof or .\<file>
-verify verify all classes when read in
-verifyremote verify classes read in over the network [default]
-noverify do not verify any class
-nojit disable JIT compiler
Can anybody help me out step by step please!!!!!!.
I hear your name a lot in all the 485 threads. I have a question running the 485 macro.
I am not a well known java person. But i have a hands on exp in java.
Here are the steps i did.
1) I hava downloaded the kashmir3.zip on to the root
directory (c:\).
2) I downloaded the jdk1.1.8 version at the c:\.
3) I set the path to c:\jdk1.1.8\bin;
4) I have added the kashmir.zip to classpath. for example like this set classpath=%classpath%;c:\kashmir.zip;
5) finally i run the command as follows;
c:\ java -jar kashmir3.zip src0303555...
I am getting the following error.
C:\>java -jar kashmir3.zip src0303555....
-jar: illegal argument
usage: java [-options] class
where options include:
-help print out this message
-version print out the build version
-v -verbose turn on verbose mode
-debug enable remote JAVA debugging
-noasyncgc don't allow asynchronous garbage collection
-verbosegc print a message when garbage collection occurs
-noclassgc disable class garbage collection
-ss<number> set the maximum native stack size for any thread
-oss<number> set the maximum Java stack size for any thread
-ms<number> set the initial Java heap size
-mx<number> set the maximum Java heap size
-classpath <directories separated by semicolons>
list directories in which to look for classes
-prof[:<file>] output profiling data to .\java.prof or .\<file>
-verify verify all classes when read in
-verifyremote verify classes read in over the network [default]
-noverify do not verify any class
-nojit disable JIT compiler
Can anybody help me out step by step please!!!!!!.