Skip to content

Fix wrong command line usage help#1061

Open
Marcono1234 wants to merge 1 commit into
CodeIntelligenceTesting:mainfrom
Marcono1234:patch-1
Open

Fix wrong command line usage help#1061
Marcono1234 wants to merge 1 commit into
CodeIntelligenceTesting:mainfrom
Marcono1234:patch-1

Conversation

@Marcono1234

@Marcono1234 Marcono1234 commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

-cp takes paths separated by the 'path separator' (':' or ';'), but File.separatorChar is '/' respectively '\'.

For example, for me on Windows running java -jar ./jazzer_standalone.jar --help currently erroneously shows:

Usage:

  java -cp jazzer.jar[\classpath_entries] com.code_intelligence.jazzer.Jazzer --target_class=<target class> [args...]

  java -cp jazzer.jar[\classpath_entries] com.code_intelligence.jazzer.Jazzer --autofuzz=<method reference> [args...]

(note the -cp jazzer.jar[\classpath_entries])

`-cp` takes paths separated by the 'path separator' (':' or ';'), but `File.separatorChar` is '/' respectively '\'.
@Marcono1234

Marcono1234 commented Jul 18, 2026

Copy link
Copy Markdown
Contributor Author

CI is failing with:

The job was not started because your account is locked due to a billing issue.

I assume "you" refers to CodeIntelligenceTesting here, not me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant