• 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

classpath and missing com.zerog.lax package, part of SDK?

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to run a program that uses ZeroG's InstallAnywhere. I keep getting a
"Can't launch executable (Java class com/zerog/lax/LAX could not be found)"
I have JRE1.3.0_02 installed. Looking at the Sun's page http://industry.java.sun.com/solutions/products/by_product/0,2348,all-1355-99,00.html
it seems to say that the classes for InstallAnywhere are part of the Java 2 SDK. However after looking in the lib directory at rt.jar, i18n.jar, jaws.jar none of these contain any com.zerog packages.
Would anyone know where these classes can be found and what should be in the classpath to run things from InstallAnywhere
Thanks
Mark
 
Ranch Hand
Posts: 214
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm guessing that
You have been given a <filename>.exe and some jar files, and a associated <filename>.lax file.
there should be a lax.jar in that set of jar files.
Check the <filename>.lax file to see what it sets the classpath to (it's just a normal text file containing properties for the executable).
The lax.jar file is normally supplied as part of the InstallAnywhere installation
 
Mark Ziebell
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks,
The program in question was XSLEditor from IBM AlphaWorks http://www.alphaworks.ibm.com/tech/xsleditor
It only comes as one .exe file
However after reading your post I went to another machine and tried there and it installed :-(
Can't see anything greatly different about the config on this second machine. So somewhere in the .exe it must have the classes but why I conflicts with something on the original machine (and works fine on the second) is a mystery.
Cheers
Mark
 
We cannot change unless we survive, but we will not survive unless we change. Evolving tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic