09-23-2016, 11:13 AM
I'm using Vuze Console UI.
What are the standard "<interface>" arguments we can use?
Tried "common", "swt", etc... no result.
No luck too in the wiki.
Code:
help
> -----
Available console commands (use help <command> for more details):
[] xml [#] hack [a] add [] create [c] check [q] queue
[r] remove [tar] torrent_archive [s] start [h] stop [] host
[] publish [] forcestart [tl] tlog [l] log [m] move
[rs] runstate [] share [+] set [sh] show [u] ui [] logout
[] quit [?] help [] alias [] prio [] plugin [pair] pairing
[ar] archive [subs] subscriptions [tag] tag
> -----
Code:
help ui
ui <interface> u Start additional user interface.
What are the standard "<interface>" arguments we can use?
Tried "common", "swt", etc... no result.
No luck too in the wiki.
Code:
ui common
Exception occurred when executing command: 'ui'
java.lang.Error: Could not find class: org.gudy.azureus2.ui.common.UI
at org.gudy.azureus2.ui.common.UserInterfaceFactory.getUI(UserInterfaceFactory.java:35)
at org.gudy.azureus2.ui.common.UIConst.startUI(UIConst.java:80)
at org.gudy.azureus2.ui.console.ConsoleInput$CommandUI.execute(ConsoleInput.java:564)
at org.gudy.azureus2.ui.console.ConsoleInput.invokeCommand(ConsoleInput.java:586)
at org.gudy.azureus2.ui.console.ConsoleInput.run(ConsoleInput.java:664)