-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Albert edited this page Feb 12, 2021
·
1 revision
If src/test/java folder is missing then "Add CyBench Nature" works partialy.
Quick workaround:
- manualy create folder structure src/test/java,
- refresh Eclipse project,
- restart Eclipse
- right click mouse button on the Eclipse project and select "Add CyBench Nature" again.
If Maven project contains modules and benchmark uses classes from another module then benchmark execution could fail with class not found error.
Quick workaround:
- select module project in the project explorer and open properties
- select "Java Build Path" in side navigation menu
- open "Libraries" tab
- to the project classpath add either used module
jar
file or used moduletarget/classes
folder (see picture below).
(c) 2021-2022 CyBench. All rights reserved.