• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to run Jxam?

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I download Jxam, but I don't know which file sould I run to start. Could you please tell me?
 
Ranch Hand
Posts: 290
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is Jxam?
By the way you'll want to change your name to adhere to the rules. You have to have a first and lastname. Them the breaks for participating here...
Joe
 
Ranch Hand
Posts: 439
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok what you do is this. Open your command prompt. JXam provides a class called Jxam. in dos prompt go to the directory where Jxam is located and there type this in java Jxam
 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
if you have the path for the JVM (javac and java)then from the folder where u have unzipped Jxam.class files you can write
for ex
C:\JavaTest\java Jxam
if you have unzipped it in JavaTest folder as Jexam is also a
Java program.
Thank you
Steven
 
Stephen Joseph
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Otherwise u can also unzip the Jexam directly in the bin package itself and write
C:\jdk1.3\bin\java Jxam
at command prompt
Thank you
Steven
reply
    Bookmark Topic Watch Topic
  • New Topic