This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Thread.sleep, System.currentTimeMillis() on MPC823
- To: java at gcc dot gnu dot org
- Subject: Thread.sleep, System.currentTimeMillis() on MPC823
- From: sascha dot jaeckle at ntb dot ch (Jaeckle Sascha)
- Date: Mon, 05 Nov 2001 21:36:18 +0100
Hi.
I'm trying to use Thread.sleep(1000) in my Java-Programm. It didn't work
so I tried with System.currentTimeMillis() to wait some time. Both sleep
an currentTimeMillis do not work on my MPC823 with the following actual gcj:
Configured with: /LinuxPPC/usr/src/CDK/src/gcc-cvs/configure
--target=powerpc-linux --prefix=/LinuxPPC/CDK --disable-multilib
--with-headers=/LinuxPPC/CDK/include --with-libs=/LinuxPPC/CDK/lib
--enable-threads --enable-shared --enable-languages=c,c++,java
--with-cpu=860 --nfp --disable-nls
Thread model: posix
gcc version 3.1 20011101 (experimental)
Thanks for a hint.
Sascha