This is an old revision of the document!
−Table of Contents
Command Line Arguments
How To
How to add command line arguments
Windows
- Create a shortcut to
jeveassets.jar
- Right click the shortcut and select
Preferences
in the popup menu - Select the
Shortcut
tab - Add the command line arguments at the end of the
Target
string (outside the quotes)
Example:
“C:\jEveAssets\jeveassets.jar” -portable
Linux
java -jar jeveassets.jar -portable
Users
Command line arguments meant for users of jEveAssets
Portable
-portable
» Run jEveAssets portable. Saving everything in the jEveAssets
directory
Lazy Save
-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
Background Update
-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
Developers
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…