You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run graph.Graph.main() and verify that a cleanly formatted Java window
displaying a graph appears.
When I run ./run graph.Graph I get:
WARNING: Lexer[6(12)]: Unrecognized character '.'(46) -- ignored
ERROR: Parser[6(16)]: Syntax error
Exception: at [6(16)]: Syntax error
att.grappa.GraphParserException: at [6(16)]: Syntax error
at att.grappa.Parser.report_error(Parser.java:372)
at java_cup.runtime.lr_parser.syntax_error(lr_parser.java:395)
at java_cup.runtime.lr_parser.parse(lr_parser.java:594)
at graph.gviz.DotViewer.showWindow(DotViewer.java:71)
at graph.gviz.DotViewer.showWindow(DotViewer.java:64)
at graph.Graph.launchViewer(Graph.java:624)
at graph.Graph.launchViewer(Graph.java:605)
at graph.Graph.main(Graph.java:1268)
I have graphviz version 2.38.0 installed. dot and neato are in my PATH.
The text was updated successfully, but these errors were encountered:
INSTALL.txt
When I run
./run graph.Graph
I get:I have graphviz version 2.38.0 installed. dot and neato are in my PATH.
The text was updated successfully, but these errors were encountered: