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
i first downloaded hprof-parser, ran "mvn clean compile install" successfully
and then i downloaded heapviz, ran "mvn compile"
and then I get this error
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project analyzer: Compilation failure [ERROR] /data/isuser/tools/heapviz/src/main/java/edu/tufts/eaftan/heapviz/analzyer/Parse.java:[114,20] incompatible types: java.io.DataInputStream cannot be converted to java.io.File
is there a different version of HprofParser that has the method parse(DataInputStream) ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i first downloaded hprof-parser, ran "mvn clean compile install" successfully
and then i downloaded heapviz, ran "mvn compile"
and then I get this error
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project analyzer: Compilation failure
[ERROR] /data/isuser/tools/heapviz/src/main/java/edu/tufts/eaftan/heapviz/analzyer/Parse.java:[114,20] incompatible types: java.io.DataInputStream cannot be converted to java.io.File
is there a different version of HprofParser that has the method parse(DataInputStream) ?
The text was updated successfully, but these errors were encountered: