I had a lot of trouble getting this to workAssumed it was because I have the Steam version, but all the files you should be using seemed to be in the right place.After like an hour I found some typos in my command lineJust thought I'd post another working example:"C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xmx256m -DTW.install.path="I:\Games\Steam\steamapps\common\the witcher enhanced edition" -DTW.language=3 -jar TWEditor.jarThere's an example on an earlier page that I copied from, they had a double dash "--" instead of a single dash (for the -jar), and that was breaking it. Also placing a trailing slash at the end of the install path stops it from loading, and no error is displayed.