nadirabid / wave-protocol

Automatically exported from code.google.com/p/wave-protocol
0 stars 0 forks source link

DEBIAN Cannot run program "protoc": java.io.IOException #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I followed the "guide" at http://code.google.com/p/wave-
protocol/wiki/Installation ( The post that is comment by Ilir.Halili, Jul 
31, 2009)

Imperox:/wave-protocol# ant -f build-proto.xml
Buildfile: build-proto.xml

compile:

BUILD FAILED
/wave-protocol/build-proto.xml:8: Execute failed: java.io.IOException: 
Cannot run program "protoc": java.io.IOException: error=2, No such file or 
directory

Total time: 3 seconds
Imperox:/wave-protocol# 

Original issue reported on code.google.com by jeroenli...@gmail.com on 10 Oct 2009 at 9:34

GoogleCodeExporter commented 9 years ago
It is not necessary to compile the protocol buffer definitions, there are
pre-compiled sources included in the mercurial repository.

(If it is needed, which is *highly* unlikely unless development is being done 
on the
.proto files, the protocol buffer compiler is needed from
http://code.google.com/p/protobuf/). 

Original comment by btkalman@gmail.com on 10 Oct 2009 at 11:53

GoogleCodeExporter commented 9 years ago
Allright, thank you for the information. I will skip this part.

Now the following problem:

Imperox:/wave-protocol# ./run-server.sh 
Failed to load Main-Class manifest attribute from dist/fedone-server-0.2.jar

Imperox:/wave-protocol# java -jar fedone-0.2.jar
Failed to load Main-Class manifest attribute from fedone-0.2.jar

I think i have to set JAVA_HOME, but i cant find the right path...

Original comment by jeroenli...@gmail.com on 11 Oct 2009 at 9:01