我目前遇到了我正在處理的一個小項目的問題。在這個項目中,我試圖從配置字符串動態創建類並將其加載到JVM中。 當我在「正常」環境(單元測試)中執行此操作時,一切正常。但是當我嘗試在OSGI環境(Apache Karaf)中創建類時,我收到一個ClassFormatError,其中包含消息「Illegal class name」Ljava/lang/String;「in class ...」。 經過簡
我需要非交互式地發出Karaf shell命令,最好是從腳本中發出。更具體地說,我需要以自動的方式告訴Karaf feature:install一組功能。 # Attempt to install a feature in a way I could script
bash> bin/karaf feature:install myFeature
# Drops me into Karaf s