You are here

Java app Ebola (ebook downloader)

4 posts / 0 new
Last post
Simeon
Simeon's picture
Offline
Last seen: 10 years 1 month ago
DeveloperTranslator
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?

John T. Haller
John T. Haller's picture
Offline
Last seen: 2 hours 39 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
JAVA_HOME?

You could try JAVA_HOME. Or you could include it in the path.

Sometimes, the impossible can become possible, if you're awesome!

Simeon
Simeon's picture
Offline
Last seen: 10 years 1 month ago
DeveloperTranslator
Joined: 2006-09-25 15:15
Thanks

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

John T. Haller
John T. Haller's picture
Offline
Last seen: 2 hours 39 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Sure You Can

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!

Log in or register to post comments