How to add command line arguments
jeveassets.jar
Preferences
in the popup menuShortcut
tabTarget
string (outside the quotes) “C:\jEveAssets\jeveassets.jar” -portable
java -jar jeveassets.jar -portable
Command line arguments meant for users of jEveAssets
-portable
» Run jEveAssets portable. Saving everything in the jEveAssets
directory
-lazysave
» Only save to disk on update and exit. This can be useful if you are syncing the data to cloud (google drive, dropbox, etc.). Note: This may cause you to lose data if jEveAssets exit unexpectedly
-backgroundupdate
» Update everything (all profiles, all accounts, everything with the cache expired) with a simple GUI and exit
java -Djava.awt.headless=true -jar jeveassets.jar -backgroundupdate
» No GUI
Command line arguments meant for developers of jEveAssets
Use these at your own risk!
-debug
» Turn on debugging, enabling a lot of extra logging and stuff
-noupdate
» Disable all updates
-update
» Ignore update times
Using -update
may get you banned from ESI
It won't give you access to any new data
You will just get a cached result and a lot of bad karma…