cambecc / grib2json

converts GRIB2 files to JSON
MIT License
356 stars 154 forks source link

[Error] - bin/java: not found #9

Closed kylemclaren closed 9 years ago

kylemclaren commented 10 years ago

I hate to open this issue because I know it has something to do with JAVA_HOME that I cannot figure out.

Trying to install on Ubuntu 14.04.

mvn build was successful

Out put of echo $JAVA_HOME is /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java

Really hope you can point me in the right direction.

cambecc commented 9 years ago

Repo isn't dead. This issue is more of a machine configuration problem than a bug with grib2json.

kylemclaren commented 9 years ago

@cambecc yes, sorry I actually removed that comment and closed the issue, I managed to figure it out but not without a lot of hacking and digging.

My only issue now is trying to figure out how to drill down to specific lat/long or grid point. Any insight there? Not documented...

cambecc commented 9 years ago

No probs! Unfortunately, grib2json does not support grid slicing.

jeremiak commented 5 years ago

@kylemclaren Any chance you remember what you did to solve the issue? I'm having the same problem, and though I realize it isn't a specific grib2json issue I'd appreciate any help.

kylemclaren commented 5 years ago

@jeremiak 4 years ago so... zero chance I remember 😛

But if you try using Docker with the official Maven image you should not have any trouble: docker pull maven