File tree Expand file tree Collapse file tree
src/main/java/com/xwintop/xJavaFxTool/controller Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99import com .xwintop .xJavaFxTool .services .index .PluginManageService ;
1010import com .xwintop .xJavaFxTool .services .index .SystemSettingService ;
1111import com .xwintop .xJavaFxTool .utils .Config ;
12+ import com .xwintop .xJavaFxTool .utils .XJavaFxSystemUtil ;
1213import com .xwintop .xJavaFxTool .view .IndexView ;
1314import com .xwintop .xcore .util .ConfigureUtil ;
1415import com .xwintop .xcore .util .HttpClientUtil ;
@@ -272,6 +273,7 @@ private void pluginManageAction() throws Exception {
272273 PluginManageController pluginManageController = fXMLLoader .getController ();
273274 pluginManageController .setOnPluginDownloaded (jarFile -> {
274275 try {
276+ XJavaFxSystemUtil .addJarClass (jarFile );
275277 this .addToolMenu (jarFile );
276278 } catch (Exception e ) {
277279 log .error ("加载工具出错:" , e );
You can’t perform that action at this time.
0 commit comments