• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

I need help in Setting of Kawa

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi every body,
I install Kawa 5.0 and set the directory OPTIONS
I can compile the file and when I going to Run the file I do not get the resulte but it give me this message
C:\jdk1.3.0_02\bin\java.exe
Working Directory - C:\JFiles\
Class Path - .;c:\KawaEnt5.0\kawaclasses.zip;c:\jdk1.3.0_02\lib\tools.jar;c:\jdk1.3.0_02\jre\lib\rt.jar;c:\jdk1.3.0_02\jre\lib\i18n.jar
Usage: java [-options] class [args...]
(to execute a class)
or java -jar [-options] jarfile [args...]
(to execute a jar file)
where options include:
-cp -classpath <directories and zip/jar files separated by ;>
set search path for application classes and resources
-D<name>=<value>
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-showversion print product version and continue
-? -help print this help message
-X print help on non-standard options
Process Exit...
if any one knows this one please help me
thanks
Bashir
reply
    Bookmark Topic Watch Topic
  • New Topic