runceel / plantumlpreview

MIT License
15 stars 6 forks source link

command 'extension.previewPlantUML' not found #21

Closed Heboy closed 7 years ago

Heboy commented 7 years ago

Could you help me to check my ~/.bash_profile file?

export JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home" export PLANTUML_JAR="/usr/local/Cellar/plantuml/8048/libexec/plantuml.jar"

runceel commented 7 years ago

@Heboy Could you remove double quote from path?

Heboy commented 7 years ago

I restart my mac and it going well, thank you

my ~/.bash.profile is below, it`s correct for me and hope to help others

export JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home"

export PLANTUML_JAR="/usr/local/Cellar/plantuml/8048/libexec/plantuml.jar"

export GRAPHVIZ_DOT="/usr/local/bin/dot"

source ~/.bashrc
runceel commented 7 years ago

Thank you!