resess / Slicer4J

Slicer4J is an accurate, low-overhead dynamic slicer for Java programs.
MIT License
39 stars 17 forks source link

Could not find or load main class SliceMe, MavenReportException: Error while generating Javadoc. #26

Closed Ghadalamer closed 1 year ago

Ghadalamer commented 1 year ago

i'm trying to execute the SliceMe example but i'm facing some issues. i made sure that the files structure is as instructed, but when i run the python command i get these errors:

image

when i ran mvn -Dmaven.test.skip=true clean install to the Slicer4J i got this error:

javadocErrors

even though it has built successfully, it might be the cause but i couldn't figure how to fix it. java version 1.8, python 3. any help?

khaled-e-a commented 1 year ago

The problem seems to be due to the path of Slicer4J which contains non-English letters and spaces (which later shows as ???..). Please re-install the tool in a path that doesn't have these issues and try again.

Ghadalamer commented 1 year ago

it worked! may Allah bless you, thank you for the quick response!