• 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

Need help in installing Khalid's mock exam

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anybody help me,
I tried down loading both .zip & .jar file from that site.& followed the instruction at the command line (the path is fine)
java -jar pgjc-engine.jar
It's giving me errors
Can anybody help
Thanks
Sudha
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sudha,
I noticed the same problem. I wonder if anyone else had this problem. Can someone please guide if noticed and resolved the same ?
Sunil
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you downloaded it as a zip, and use java -jar pgjc-engine.jar you will receive a "Failed to load Main Class" error. If you use java -jar pgjc-engine.zip (or rename the file to a .jar) it will run correctly.
Lisa

Originally posted by Sudha Kris:
Can anybody help me,
I tried down loading both .zip & .jar file from that site.& followed the instruction at the command line (the path is fine)
java -jar pgjc-engine.jar
It's giving me errors
Can anybody help
Thanks
Sudha


 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
Kan u pls tell me as to frm whr did u download the test engine
 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
here's the url http://www.ii.uib.no/~khalid/pgjc/jcbook/engine.html
but make sure u read maha's comments on this.
 
Sudha Kris
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Lisa,
Sudha
reply
    Bookmark Topic Watch Topic
  • New Topic