Daestrum Expert Licensed User Longtime User Sunday at 4:09 PM #1 If I want to call CodeBundler from outside the IDE what args does it want?
aeric Expert Licensed User Longtime User Sunday at 7:45 PM #2 <jdk-path>\bin\java -jar "C:\Program Files\B4J\CodeBundle.jar" ide_state.json where ide_state.json is created by the IDE (Export State/ Ctrl+R) and stored inside Objects folder. CodeBundle.jar is called at the same time. Last edited: Sunday at 7:54 PM Upvote 0
<jdk-path>\bin\java -jar "C:\Program Files\B4J\CodeBundle.jar" ide_state.json where ide_state.json is created by the IDE (Export State/ Ctrl+R) and stored inside Objects folder. CodeBundle.jar is called at the same time.
Daestrum Expert Licensed User Longtime User Sunday at 8:25 PM #3 Sorted now, cant use the IDE part as its for external tool use, the IDE never gets opened. Fixed now and agent can fire it off itself. Upvote 0
Sorted now, cant use the IDE part as its for external tool use, the IDE never gets opened. Fixed now and agent can fire it off itself.