We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestRunner-java encounters the below error when running Java tests. This feature is therefore disabled.
D:\Users\mzatt\Projects\Git - FuckBench\examples\compiled>fb_run_tests -e -f -l -v Running tests in D:\Users\mzatt\Projects\Git - FuckBench\test... HelloWorld.java: D:\Users\mzatt\Projects\Git - FuckBench>javac -source 1.8 -target 1.8 -bootclasspath "D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\lib\classes.jar" -classpath ".;" "D:\Users\mzatt\Projects\Git - FuckBench\test\java\HelloWorld".java D:\Users\mzatt\Projects\Git - FuckBench>java -classpath ".;;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\redistr\lib\bcel-5.1.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\redistr\lib\commons-cli-1.0.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\lib\jtools.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\lib\classes.jar" js.tinyvm.TinyVM --writeorder LE --classpath ".;;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\redistr\lib\bcel-5.1.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\redistr\lib\commons-cli-1.0.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\lib\jtools.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\lib\classes.jar" -o java_code.h "HelloWorld" Class HelloWorld (file HelloWorld.class) not found in CLASSPATH .;;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\redistr\lib\bcel-5.1.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\redistr\lib\commons-cli-1.0.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\lib\jtools.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\lib\classes.jar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TestRunner-java encounters the below error when running Java tests. This feature is therefore disabled.
The text was updated successfully, but these errors were encountered: