Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse プロジェクトから実行可能な JAR を構築しています。それを実行可能な JAR としてエクスポートしているときに、Eclipse から起動構成を提供するように求められます。
私の質問は、次のようないくつかの引数を与える場合です
java -jar test.jar import.txt export.txt" この jar の実行中に
エクスポート中に指定された起動設定からの引数を上書きしますか。
This is my code and it works:
Value[] params2 = {val}; Class<?> clazz = Class.forName("package." + className); Method[] thisMethod = cla