Okay.. so here is a solution: 1) check versions of java and javac: # javac -version javac 1.6.0_0 # java -version java version "1.6.0_0" OpenJDK Runtime Environment (IcedTea6 1.6) (fedora-29.b16.fc11-i386) OpenJDK Server VM (build 14.0-b16, mixed mode)
2) if you didnt get this result, change it with alternatives # alternatives --config java # alternatives --config javac or, if the right version didnt show up, install the right java version after that it compiles really nice and quick for me. Kai On 16 Okt., 19:35, [email protected] wrote: > Comment #5 on issue 48 by kai.werthwein: Build > Errorshttp://code.google.com/p/wave-protocol/issues/detail?id=48 > > i am stuck at the same problem... i hope we can find a solution together. > > Greetings, > > Kai Werthwein > > -- > You received this message because you are listed in the owner > or CC fields of this issue, or because you starred this issue. > You may adjust your issue notification preferences > at:http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en -~----------~----~----~----~------~----~------~--~---
