Daestrum Expert Licensed User Longtime User May 24, 2026 #1 If I want to call CodeBundler from outside the IDE what args does it want?
aeric Expert Licensed User Longtime User May 24, 2026 #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: May 24, 2026 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 May 24, 2026 #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.