ruzxa回答ポイント なしウォッチ

java -jar lib/js-symbolic-executor.jar filename entryFunction numTests [args]の各オプションの意味と[args]について教えて下さい。


(args)というのはよくmain(string args[])などとあるコマンドより何かしらを引数として受け付けるアレの事でしょうか?
この場合引数として何を受け付けるのか、どこをどのように調べたらよいご教授下さい。

===(原文)Running js-symbolic-executor===
You can run the JUnit tests for js-symbolic-executor by invoking
ant test
Currently, there are not many tests, and one of them fails.
You may get UnsatisfiedLinkError exceptions when trying to run the tests. This
is likely because the shared object files that CVC3 created when it was built
are not found by the linker. Ant is able to tell the JVM where to find one of
these files (libcvc3jni.so), but not the other. Two ways to fix this are:

1. Make a link to cvc3/lib/libcvc3.so (or some variant thereof, depending on
your link error) somewhere the linker looks by default, such as /usr/lib


2. Set LD_LIBRARY_PATH to point to cvc3/lib:
LD_LIBRARY_PATH=../cvc3/lib ant test

You can also invoke the symbolic executor directly using the compiled jar file:
java -jar lib/js-symbolic-executor.jar filename entryFunction numTests [args]
This has the same caveats about link error as running ant test.
Run the jar with no arguments for a bit more explanation.

ログインして回答する

ベストアンサー

その他の回答

この質問へのコメント

コメントはありません

この質問への反応(ブックマークコメント)

質問の情報

登録日時
2014-11-19 14:35:55
終了日時
2014-11-19 17:00:54
回答条件
1人5回まで

この質問のカテゴリ

この質問に含まれるキーワード

JVM13JUnit10Java1731引数408ant18JAR83FIX42js788オプション1258ERROR176

人気の質問

メニュー

PC版