inlustra Posted March 31, 2016 Share Posted March 31, 2016 Can it be done? Running the downloadable jar with java -jar OSBot 2.4.43.jar Causes the jar to spawn a separate process. How can I run the actual client? Thanks. Quote Link to comment Share on other sites More sharing options...
Sib Posted March 31, 2016 Share Posted March 31, 2016 Rename the file to osbot.jar - Then: java -jar osbot.jar Quote Link to comment Share on other sites More sharing options...
Lemons Posted March 31, 2016 Share Posted March 31, 2016 This is related: http://osbot.org/forum/topic/94935-arguments-to-start-bot/ Short answer: At the moment you can't (or noone knows how really). Quote Link to comment Share on other sites More sharing options...
FrostBug Posted March 31, 2016 Share Posted March 31, 2016 java -jar "OSBot 2.4.43.jar" Quote Link to comment Share on other sites More sharing options...
Lemons Posted March 31, 2016 Share Posted March 31, 2016 java -jar "OSBot 2.4.43.jar" That still causes it to spawn a new java instance, running the filter_*.jar file. Quote Link to comment Share on other sites More sharing options...
inlustra Posted March 31, 2016 Author Share Posted March 31, 2016 Rename the file to osbot.jar - Then: java -jar osbot.jar java -jar "OSBot 2.4.43.jar" I'm confused, did you guys read the question? :P or am I genuinely stupid, because at the moment, the process still gets spawned... This is related: http://osbot.org/forum/topic/94935-arguments-to-start-bot/ Short answer: At the moment you can't (or noone knows how really). Thanks, seems stupid, makes it impossible to attach JRebel to my classes :'( Quote Link to comment Share on other sites More sharing options...
FrostBug Posted March 31, 2016 Share Posted March 31, 2016 (edited) I'm confused, did you guys read the question? or am I genuinely stupid, because at the moment, the process still gets spawned... Thanks, seems stupid, makes it impossible to attach JRebel to my classes :'( Not sure what you mean, then. This is how it has always worked? Edited March 31, 2016 by FrostBug Quote Link to comment Share on other sites More sharing options...
inlustra Posted March 31, 2016 Author Share Posted March 31, 2016 Not sure what you mean, then. This is how it has always worked? Whaaaaaat...? Brand new, just downloaded: U:\Downloads>java -jar "OSBot 2.4.43.jar" U:\Downloads> <----- this happens just after I click login. (The original process is stopped.) Quote Link to comment Share on other sites More sharing options...
FrostBug Posted April 1, 2016 Share Posted April 1, 2016 Whaaaaaat...? Brand new, just downloaded: U:\Downloads>java -jar "OSBot 2.4.43.jar" U:\Downloads> <----- this happens just after I click login. (The original process is stopped.) Are you enabling Debug mode in the boot options? Doing so is required Quote Link to comment Share on other sites More sharing options...
inlustra Posted April 1, 2016 Author Share Posted April 1, 2016 Ah ok! Thanks, that actually enables console output. Now, the second issue - I still can't add my own arguments to the OSBot client! :'( Quote Link to comment Share on other sites More sharing options...