I have the following problem
java -jar selenium-server-standalone-2.53.0.jar -role hub<
Following this gist: https://gist.github.com/neuro-sys/41e368839a9b20dafb34
Editing the binary to put a // in front of the offending line worked for me, but not the string replace thing.
-> Follow the part about using hdex
Search for platform:
and replace with //atform:
by replacing the letters pl with // (2F2F in hex)