Using MigLayout imported from .jar

前端 未结 2 1722
一生所求
一生所求 2021-01-23 15:05

I\'m usually working in Eclipse. In my program, I\'m using this miglayout-4.0-swing.jar file from this source: link.
Somehere in the .jar file is class with MigLayout.

2条回答
  •  星月不相逢
    2021-01-23 15:44

    Command line java command don't know where to look for the miglayout jar file. You should run in from command line like

    java -cp path_to_miglayout_jar myMain

提交回复
热议问题