View Single Post
Old 09-27-2020, 04:54 AM   #104
senhal
Connoisseur
senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.senhal knows what's going on.
 
senhal's Avatar
 
Posts: 82
Karma: 25684
Join Date: Sep 2014
Device: Kindle NT
Quote:
Originally Posted by Doitsu View Post
I'm sorry there was a typo in the json entry.
The comma needs to be at the end of the line:

Change:


"java_path": "C:\\Portable\\Java64\\bin\\java.exe,"


To:

"java_path": "C:\\Portable\\Java64\\bin\\java.exe",
Great, thanks, it works...
According to you, copying portable java inside Calibre folders, is it possible to refer to a java.exe folder without writing the full path?
Something like this
Code:
  "java_path": "\\Java64\\bin\\java.exe",
copying Java64 folder in the same path oh the .json file (or something like this)
Code:
..\Calibre Portable\Calibre Settings\plugins

Last edited by senhal; 09-27-2020 at 06:57 AM.
senhal is offline   Reply With Quote