November 3, 2011 - 12:09pm
#1
Simeon
Offline
Last seen: 10 years 1 month ago
Joined: 2006-09-25 15:15
Java app Ebola (ebook downloader)
I am working on Ebola, a (german) downloader for free ebooks.
It need Java to work as it launches Cextra to download ebooks from Zeno.
Ebola launches Cextra as
java -jar cextra.jar ...
so my question is this:
Does anyone know how I could tell Ebola to look for Java in CommonFiles?
You could try JAVA_HOME. Or you could include it in the path.
Sometimes, the impossible can become possible, if you're awesome!
I will try JAVA_HOME. I cant really include it in a path as one app launches the other. Or did I get you wrong?
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
You can define the path in PAL just like an env var. Redefine PATH to include the CommonFiles\Java directory before the rest of the PATH. It'll get passed on when one app calls the other.
Sometimes, the impossible can become possible, if you're awesome!