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
Reported by andrejpan on 2014-02-28 15:17 UTC Hey,
for a subject on my faculty I need to install JFlex and I found this problem when I downloaded and tried to run it.
~/jflex-1.5.0/bin » ./jflex -h Error: Unable to access jarfile ./../lib/JFlex.jar
~/jflex-1.5.0/bin » ls ../lib/ java-cup-11a.jar jflex-1.5.0.jar jflex-mode.el jflex.vim
Inside ~/jflex-1.5.0/bin/jflex(and also jflex.bat) you're calling: $JAVA -Xmx128m -jar $JFLEX_HOME/lib/JFlex.jar $@
I hope you can fix this problem quickly.
Regards, Andrej
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reported by andrejpan on 2014-02-28 15:17 UTC
Hey,
for a subject on my faculty I need to install JFlex and I found this problem when I downloaded and tried to run it.
~/jflex-1.5.0/bin » ./jflex -h
Error: Unable to access jarfile ./../lib/JFlex.jar
~/jflex-1.5.0/bin » ls ../lib/
java-cup-11a.jar jflex-1.5.0.jar jflex-mode.el jflex.vim
Inside ~/jflex-1.5.0/bin/jflex(and also jflex.bat) you're calling:$JFLEX_HOME/lib/JFlex.jar $ @
$JAVA -Xmx128m -jar
I hope you can fix this problem quickly.
Regards, Andrej
The text was updated successfully, but these errors were encountered: