• 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

Error: Could not find or load main class at one call and no error at another call in the same script

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working on an implementation of ESA, I changed one of the java files, compiled it using the command



and pasted the .class file to the corresponding directory(esalib.jar/clldsystem/esa) in the .jar file. Also i changed the name the original corresponding .class file.

Next, i have a python script which uses a command



but on running the python script, the command runs fine when used as:



But gives an Error: Could not find or load main class when used as:


in the same script. I am reading the variables word1 and word2 from a file. Why would it work fine at one place and give an error at other? I have checked using print statements that i am reading from the file correctly, so that must not be an issue. Thanks

Here are the details of what happened:

......and so on for every iteration
 
Bartender
Posts: 5167
11
Netbeans IDE Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello nish sharma and welcome to the Ranch! Please BeForthrightWhenCrossPostingToOtherSites.
http://stackoverflow.com/questions/17131072/error-could-not-find-or-load-main-class-at-one-call-and-no-error-at-another-cal
http://www.java-forums.org/advanced-java/77980-error-could-not-find-load-main-class-one-call-no-error-another-call.html
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic