Closed GoogleCodeExporter closed 9 years ago
The WRS requires Java 1.6 or above. What version are you using?
Original comment by JamesRPu...@gmail.com
on 2 Aug 2009 at 7:26
run javac -version. If it reports < 1.6, you'll need to find a version of Java
1.6 for your platform. See, for
instance,
http://www.linuxquestions.org/questions/debian-26/java-1.6-for-debian-525660/#po
st2949240
for an example.
Original comment by anthonybaxter@gmail.com
on 2 Aug 2009 at 8:04
[root@bsrv:/usr/lib/jvm/java-6-sun/bin]# ./java -version
java version "1.6.0_12"
Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
Java HotSpot(TM) Client VM (build 11.2-b01, mixed mode, sharing)
Original comment by zdevel
on 2 Aug 2009 at 8:37
Got it runnin' on ejabberd. Thx! Problem that jre pointed to openjdk... Now
fixed.
Original comment by zdevel
on 2 Aug 2009 at 8:52
interesting, what distro are you using?
Original comment by JamesRPu...@gmail.com
on 2 Aug 2009 at 8:56
Debian Lenny. Also, should wave.domain.com will be visible in discovery?
Internal
client works fine.
Original comment by zdevel
on 2 Aug 2009 at 8:59
Have you got your dns setup correctly?
Original comment by JamesRPu...@gmail.com
on 2 Aug 2009 at 9:09
Yes. I forgot setup name in ejabberd component. Now it's available and all
works.
Original comment by zdevel
on 2 Aug 2009 at 9:38
By the way, debian needs not java6-jre, but java6-jdk (javac not available in
jre)
Original comment by zdevel
on 2 Aug 2009 at 9:39
My problem:
...
[javac] Note:
/home/fang/sources/google_wave/src/org/waveprotocol/wave/examples/fedone/federat
ion/xmpp/XmppUtil.java
uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 100 errors
BUILD FAILED
/home/fang/sources/google_wave/build.xml:68: Compile failed; see the compiler
error
output for details.
OS: Ubuntu 9.04
Original comment by dimon90s...@gmail.com
on 8 Aug 2009 at 3:34
Attachments:
@dimon90ster
How did you get the sources?
Original comment by JamesRPu...@gmail.com
on 8 Aug 2009 at 3:56
yeah... my source is corrupt. Thanks.
Original comment by dimon90s...@gmail.com
on 8 Aug 2009 at 4:36
Closing.
Original comment by btkalman@gmail.com
on 27 Aug 2009 at 8:28
Original issue reported on code.google.com by
zdevel
on 2 Aug 2009 at 7:10