0 (100%) ] isYield=false isNoop=false
$ java -classpath . ThreadTest thread1
Thread2 416112 ms [peer counter=983972467 (98%) ] isYield=false isNoop=false
Thread1 420883 ms [peer counter=10 (100%) ] isYield=false isNoop=false
On Fri, Feb 07, 2003 at 09:52:10AM +0900, [EMAIL PROTECTED] wrote
I'm attaching the ThreadTest file which I forgot to include in
my benchmark message.
Alexander
public class ThreadTest extends Thread {
public static final long MAX_COUNT = 10;
public final char id;
public long counter = 0;
public ThreadTest peer = null;
public boolean isYield
Actually, thread priorities work fine in Linux. The main difference has
to do with threads of the SAME priority level. In Windows, Java performs
time-slicing, that is, threads of the same priority share the CPU by
taking turns. In Linux, that is not the case. A thread that does not
relinquish contr
Myriam,
Why do you have to enable multicast on the loopback? Are you running the
system disconnected from the network? Normally, that should be the only
reason to configure it that way. Beware that you may be masking some
other real problem, and when you try to run services on additional
machines,
Myriam,
Jini works on Linux. You have to make sure that you have multicast
enabled on your eth0 interface (or eth1, ...) and that that you
have a multicast route.
As root execute the following (replace eth0 with an alternative
interface if applicable):
# ifconfig eth0 multicast
# route add -net
David,
JDK1.4 includes the JSSE libraries, whereas 1.3 does not. Hence showing
that it works in 1.4 does not prove it will work in 1.3. Probably,
someone made a separate installation on your IBM 1.2, some time in
the past.
Download the JSSE implementation from "http://java.sun.com/products/jsse/"
Dear All,
I am trying to integrate C code(Mpeg4 decoder) to some Java code on ARM Linux using JNI. I have a jvm running on the ARM Linux.
While running the application I get an error:
Test Case Four - Play a captured video sequence Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/l
wner "main" (0x1bdf8) 1 entry
Thread queue lock: owner "main" (0x1bdf8) 1 entry
Monitor registry : owner "main" (0x1bdf8) 1 entry
so what should be the problem? i am not able to find what's happening ?really i need help.
Hari v <[EMAIL PROTECTED]> wrote:
>>Have you got a utility called "locale" on your system. What does it>>output when you run it?
No. There is no locale utility on my system. I have enabled the locale support in Busybox config.h. >>Also, you might try changing the locale with an environment variable. For>>example:>>export LC_ALL=C
1 entry
Monitor registry : owner "main" (0x1bdf8) 1 entry
so what should be the problem? really i need help.
Hari
Hari v <[EMAIL PROTECTED]> wrote:
hi,
i was able find it in handhelds.org. i kept it in correct path.
when run simple awt application in rxvt terminal
i am get
hi,
i was able find it in handhelds.org. i kept it in correct path.
when run simple awt application in rxvt terminal
i am getting a messages as :
-
"current locale is not supported in X11, locale is set to CX locale modifiersare not supported , using default"
...
Registered Monitor dump:
hi,
i need a arm binary for libstdc++-libc6.2-2.so.3 for running java awt on ARM-Linux. where to find? it comes under what package?
Basically libfontmanager.so uses this library.
best regards
HarishDo You Yahoo!?
Yahoo! Autos - Get free new car price quotes
Jul 17, 2002 at 05:40:06AM -0700, Hari v wrote:> > hi,> > i have ARM920T/linux 2.4.18 running.> > does anybody successfully running java over ARM9/Linux?> > i downloaded java runtime environment (j2re-1.3.1-RC1-linux-arm.tar.bz2) from> > balckdown ftp site. i
h-2.04#
please i need help regarding this? what could be wrong as far as my knowledge goes PATH is set
Nathan Meyers <[EMAIL PROTECTED]> wrote:
On Wed, Jul 17, 2002 at 05:40:06AM -0700, Hari v wrote:> > hi,> > i have ARM920T/linux 2.4.18 running.> > does anybody succ
hi,
i have ARM920T/linux 2.4.18 running.
does anybody successfully running java over ARM9/Linux?
i downloaded java runtime environment (j2re-1.3.1-RC1-linux-arm.tar.bz2) from
balckdown ftp site. i installed it on ARM.
now i am able to run simple java applications.
i have busybox support on ARM-Lin
hi
really thanks for your help. Its working!!!. i changed the "head -1" to head -n 1 in .java_wrapper file.
Now i am able run hello world!!!
I hope the problem is solved!!!. or is it required to apply patch to busybox.
once again thanks
cheers
Hari
[EMAIL PROTECTED] wrot
h provide 'tail -f', but this cuts out -c, -q, -s, and -v. #define BB_FEATURE_FANCY_TAIL Enable support for loop devices in mount#define BB_FEATURE_MOUNT_LOOP Enable support for a real /etc/mtab file instead of /proc/mounts#define BB_FEATURE_MTAB_SUPPORT Enable support for mount
hi,
i have ARM920T/linux 2.4.18 running.
does anybody successfully running java over ARM9/Linux?
i downloaded java runtime environment (j2re-1.3.1-RC1-linux-arm.tar.bz2) from
balckdown ftp site. i installed it on ARM. java is not running.
i have binutils-2.9.5.0.22
gcc-2.95.2
glibc-2.1.2
when i ru
If you have root access, the easiest solution is to add a link in
the /usr/lib/mozilla/plugins directory:
ln -s /usr/local/java/sun-jdk1.3.1_01/jre/plugin/i386/ns600/libjavaplugin_oji.so
/usr/lib/mozilla/plugins/
[ obviously you need to change the location of your JRE installation ]
Alexander
You must be running RedHat 7.1 with Sun JDK 1.3.0.
There are two known problems with this configuration:
1. Need a link (ln -s /bin/cut /usr/bin/cut); which you solved by actually
moving the executable (not a good idea)
2. Need "export LD_ASSUME_KERNEL=2.2.5" before executing java
I would s
Sounds like you have a memory leak in your program. Yes, it is possible
to have memory leaks even in Java programs. All you have to do is to
add objects to a collection type (map, set, list, etc) and then forget
to remove them, or null all references to the collection.
There are several software
Has anyone tried the latest JDKs (Blackdown/Sun/IBM) with RedHat 7.2?
In previous RedHat upgrades I had discovered incompatibilities with
the Java JDKs. In one case I had to downgrade (painful!).
Thanks,
Alexander
--
To UNSUB
/contributor I thought I could be forgiven
this commercial posting. The relation of the book to Linux is that
whenever applicable, we have included Linux-specific information
(e.g. Multicast setup) and tested applications with Linux JDKs ]
Alexander V. Konstantinou
[E
In the C world you need to set the SO_REUSEADDR option on
the datagram (UDP) socket.
The setReuseAddress() has been added to JDK 1.4 for this purpose.
I'm not sure how you can go about this in JDK1.2.
Alexander
On Sun, Sep 23, 2001 at 09:56:25PM -0700, Dustin Lang wrote:
>
> Hi,
>
> I checked
Homayoun,
Such an approach would only make decompilation only marginally more
difficult. Reverse engineers would just have to first decompile your
class loader and then modify that code to save the decrypted class
files in another JAR.
In general there is no solution to protecting code without
> PocketLinux and Kaffe are free (GPL) software, however non-GPL licenses
> of the PocketLinux Kaffee JVM are available for a fee. Several PDA
Is that legal? I thought once you GPLed code you cannot offer it under
a different license since it is likely to contain third-party contributions?
Ale
Kevin,
I just remembered that I run into the same problem when using Sun JDK1.2.2_006.
Switching to JDK 1.3 fixed the problem. Apperently 1.2.2_006 was not
closing the underlying Linux sockets correctly.
Alexander
--
To UNSUB
> 1. I'm assuming you are "NULL"ing the used sockets, so they get garbage
> collected?
You should not rely on garbage collection for scarce resources such
as file and socket handles. Make sure you invoke socket.close() when
you're done.
Since you're working with threads, it is possible th
Thanks to Cythia and Calvin for pointing me to the solution. To summarize
(for the list):
In order to get a stock or upgrade RedHat 7.1 (i386) system to run
Sun JDK 1.3.0_02 the following two changes must be made:
1. Create a symbolic link from /bin/cut to /usr/bin/cut
ln -s /bin/cut /
grep glibc
compat-glibc-6.2-2.1.3.2
glibc-2.2.2-10
glibc-common-2.2.2-10
glibc-devel-2.2.2-10
glibc-profile-2.2.2-10
Thanks,
Alexander V. Konstantinou
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
This is for the people of gujrat & all of us who
> want to help.
> There is a site called www.causeanaffect.org which
> is paid for by corporate sponsors. Every click on its
> "Save a life" button will result in donation of food
> packets for the victims. It will not cost anything
> to the people
While compiling and running java programs again and again, suddenly an error
occurs. The error last time was
error in loading shared libraries:
/(jdkpath)/jre/lib/i386/green_threads/libhp.so:
Symbol memcpy@pipe, version gLIBC_2.0 not defined in file libc.so.6 with
link time reference.
b
Hi,
I installed a Blackdown Java 1.1.8 on my pc and tried to start an
application!
I got following error message:
"Unable to initialize threads - cannot find class java/lang/Thread"
Does anyone know why I get this message?
IBM Java 1.1.8 does not show up that error message - so I wonder if it
can some one explain to me what is wrong here /
i try to attache a Jtable in a frame and i get event erroros
i am including a typescript with the error reports
for you to see
--
Billy Kantartzis
3rd year computer science,
Isaac Rebow House Flat 3,
University of Essex,
co4 3sq
Colchester,
Ess
i am to link an application that i have made to a user interface
the application works fine ok on prompt
but when i link the results to an JTable i get event despaching
errors
does some one have any idea
(i am including a demo tesst programme )
you have to change the servers ana passwor fields
T
Hi,
does anyone know where I can find a good description of the
"non-standard" options -X ?
I am especially interested in further information concerning:
-Xrunhprof[:help]|[:=, ...] perform heap, cpu, or monitor
profiling
-Xdebug enable remote debugging
-Xfuture
What happens by
i have down loaded the jmf from blackdown.
when i try to play a file i get
problematic thread an error has occured . stack overflow
any one knows what is wrong ?
best regards
--
Billy Kantartzis
3rd year computer science,
Isaac Rebow House Flat 3,
University of Essex,
co4 3sq
Colchester,
Ess
Hi all ,
i am a student and new in java and muktimedia and i would like
to use jmf in my applications.
I have a problem setting up the jmf for linux can some onw point to
me the following
how do i set the jmf registry ?
i tryed doing this from the regisrty editor it has found my device
or it s
i am making an proect as a student and i would like to use jmf to play
somw multimedia files throught my applications. I am using a rh7 linux
box. i have tryed the demo applets and they are displaying the video bat
the sound is not playing. When i tryed to play some wav files i got
some rather s
As far as I know, you cannot find out the address on a single machine.
If you have connections between two machines, you can use the socket
getInetAddress.
Alexander
On Tue, Dec 05, 2000 at 01:44:12PM -0500, Francisco Gongora wrote:
> Hello:
> I have this situation: in my local network I have se
I had a lot of problems with the RedHat 6.2 distribution of gnome.
Those problems kept me working with AfterStep. After having enough
with the known Java2/X11 window manager problems I decided to get
gnome/sawfish working on my machine.
I've now switched to the helix code gnome distribution for
If you're running Java applications on a Linux machine and would like
to see more detailed process information, you may download a small
bourne shell script I've written for that purpose.
More information at the URL:
http://www.cs.columbia.edu/~akonstan/javaps
Alexander V. Ko
One possible solution is to create a file containing the PID of the process.
On Linux, the right place to store that would be /var/run/myprogram.pid
Make sure to use the Java remove on exit feature when creating the file
so that you don't have left over files. You should also use the
atomic creat
Since this is a servlet, I presume it is running on a server. It is very
likely that X11 is not running on the server. Even if it is, any decently
configured HTTP server will not execute servlets as a regular user, but
some special user like nobody. In that case, even if the AWT system
knew the
The Linux kernel people have long refused to accept modules written
in C++; imagine their chagrin when they find out that modules are
being written in Java !
That being said, it will be interesting to have a FAQ on how to do
this once you adventurous souls have figured everything out.
Alexander
I'm gussing that you're opening files in your application and forgetting
to close them using InputStream.close(). It could also happen if you
open network connections and forget to close them. The other alternative
is that you're writting a massing DB or Network server, in which case
you need to
> I'm trying to download the latest Blackdown port at this point.
For those interested :
Blackdown JDK 1.2.2 FCS runs on RH 7.0. I did not conduct extensive
tests, but the SwingSet example runs fine.
I've downgraded to RH 6.2 for the time being.
Alexander
---
I just upgraded my laptop from RedHat 6.2 to RedHat 7.0 and found out that :
- The Sun JDK 1.2.2-006 seg faults
- The IBM JDK 1.3 issues a "java not found in ..."
I'm trying to download the latest Blackdown port at this point.
This is a warning to those thinking of upgrading development station
Starting with JDK 1.3 you can add shutdown hooks to your application
in response to a TERM signal (don't think it will work for KILL).
Alexander
On Tue, Aug 29, 2000 at 12:56:14AM -0300, Nicol?s Lichtmaier wrote:
> > Has anyone found a nice way of trapping unix signals, or of shutting
> > do
I've noticed that the latest JDKs tend to crash the X font server
(xfs) occasionally. Check to see if xfs is running, and if not,
start it.
Alexander
On Tue, Aug 15, 2000 at 12:05:39AM -0400, Dima Ulberg wrote:
> Hi,
>
> I am trying to run TogetherJ on the Linux SMP (Abit BP6, 2x500
> Cele
You must set up your network interface (e.g. eth0) for multicast and add
a route to that interface (replace INTERFACE with eth0 for example) :
ifconfig INTERFACE multicast
route add -net 224.0.0.0 netmask 240.0.0.0 dev INTERFACE
On Wed, Jun 07, 2000 at 09:56:13PM -0400, David Blankley wrote:
> H
Zack,
Here is how I start my JVMs (Sun JDK 1.2.2) :
export LD_LIBRARY_PATH=$JAVA_HOME/lib/i386:$LD_LIBRARY_PATH
JDB_FLAGS="-Xdebug -Xnoagent
-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n"
$JAVA_HOME/bin/java -Djava.compiler= $JDB_FLAGS mypackage.MyClass
Then start jdb :
jdb -a
On Wed, 5 Apr 2000, Billy V. Kantartzis wrote:
> i am trying to use the ready type of linked list and i found that there is
> a bug in the add.(index, object) method.
> i am trying to read the index after each addition is performed and the
> value i get is always 0.
> when
i am trying to use the ready type of linked list and i found that there is
a bug in the add.(index, object) method.
i am trying to read the index after each addition is performed and the
value i get is always 0.
when i am trying to extract data from the list thow the index is working
as expecte
Hello,
I have downloaded jdk-1.2.2 and java3d-1.1.3 and installed. I am viewing
java3d demos using appletviews, but unable to view in nestscape. Please
let me know, what I have to do?
Thanks in advance
svrao
--
---
Dr. S. V. Rao
Sounds like you're exporting an RMI URL with //localhost (127.0.0.1) from
one machine. If you're constructing the RMI URL by invoking the InetAddress
getLocalHost() method, that may be returning the loop-back interface
address. I thought this problem was solved with the latest JDK, but
you can w
http://www.ibm.com/developer/linux/
http://linuxtoday.com/stories/15272.html
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Wrong mailing list. Send to [EMAIL PROTECTED]
Alexnder
On Thu, Dec 09, 1999 at 03:23:00AM -0200, Rodrigo Gidra wrote:
> Is there a way to pass a Complex Object from java to legacy code using jni?
--
To UNSUBSCRIBE, email to [
If you read the JVM threading specification, it explicitely states that
threads of the same priority are *NOT* guaranteed to be time-sliced.
This is the most common cause of incompatibilities, as software that
works on MS WinNT (has time-slicing), breaks on other operating systems
without time-sli
VISUALAGE FOR JAVA TECHNICAL PREVIEW FOR LINUX
==
http://www.software.ibm.com/ad/r/99enews6/linux/
You asked for it... you got it! In response to your overwhelming
enthusiasm for VisualAge for Java and your petition for a Linux
ed
Mailed in todays "NewsScan Daily" (now all we have to hope for is that they
make the right choice and choose Linux as the embedded OS :-)
[ ... content removed ...]
CAR COMPANIES ADOPT JAVA FOR MULTIMEDIA PLATFORM
The Automotive Multimedia Interface Consortium (AMIC) has agreed to use Sun
Micro
It is a known problem with 32-bit displays (and some 24-bit ones which
result in a seg fault). Start X11 in 16-bit mode.
Alexander
On Sat, Mar 27, 1999 at 12:59:00AM +0100, Osvaldo Pinali Doederlein wrote:
> Hi,
>
> I definitely can't get JDK 1.2 to run GUI apps here. Console runs fine, but
>
problem occurs
> displaying to a Linux box from a Solaris machine, then it seems that it is a
> Sun bug, but the crashing under 24bpp mode sounds more like a Linux problem.
> What do you think?
>
> -Dave
>
>
> "Alexander V. Konstantinou" wrote:
>
> > It is a
It is a 32bit depth problem. You will notice the same problem if you
display from a Solaris machine to your Linux X-server. I also get a
seg fault when in 24bit deph.
Solutions ? I had to switch to 16bit depth.
Alexander
-
Hi all,
I want to know whether there is a port available or some one is working on
porting JDK (Java Linux) to Strong ARM platform (Netwinder?).
TIA
Siva
---
Sivakumar V
I have submitted a bug report concerning an error running the SwingSet demo
on a RedHat 5.2 machine running XFree + AcceleratedX in 32-bit mode.
After posting, I tried restarting in 16-bit mode and the demo executed.
http://www.blackdown.org/cgi-bin/jdk/incoming?id=481;page=21;user=guest
Unfortu
Hello, JDK porting team!
First of all let me say THANK YOU for all you doing for Linux users.
Just one question: Is KOI8 bug still present in JDK 1.2?
I mean that Cyrillic KOI8 chars do not get encoded into unicode in all
JDKs excluding FreeBSD port.
It caused incorrect behavior of JAVA applicati
Note that there is a 1.1.7B also available for Windows now. It may be
that the sources reflect this new version.
Alexander
On Fri, Feb 05, 1999 at 09:46:14AM +, [EMAIL PROTECTED] wrote:
[... snip ...]
> Would this affect the performance of the forthcoming Java Sound API and
> Java Media Framework API. Or am I barking (mad) up the wrong tree?
The Java Sound API depends on native code to provide some of the sound
you can read a file with an applet by instanciating a URL of type
"file://" , but you can not write into the file.
On Thu, 4 Nov 1999, Bernardo Paz Betancourt wrote:
> Applets can NOT open or write files, for security
> I had the same problem trying to acces to my data base in oracle by an appl
Hello!
Please take a look at Samovar awards December page:
http://www.ecsl.cs.sunysb.edu/~andrew/awards/December.html
that tell some funny stories about tech industry.
Good luck!
Andrew
Apparently there will be changes in the license soon :
http://www.zdnet.com/pcweek/stories/news/0,4153,375508,00.html
Alexander
On Sun, Dec 06, 1998 at 11:34:54PM -0800, Matt Welsh wrote:
>
> JDK 1.2 is out, and the license (http://java.sun.com/products/jdk/1.2/LICENSE)
> contains the
Check out the new Java Media Framework 1.1 beta release from Sun & IBM.
It contains a pure Java implementation along with WinNT and Solaris
performance packs. The pure Java implementation supports several media types,
including popular Win formats such as WAV, MOV ...
http://java.sun.com
Download is damn slow.
Andrew
Original Message
Subject: Final Release of NetBeans Developer 2.0 available now
Date: Mon, 2 Nov 1998 14:30:48 -0600
From: NetBeans <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Dear NetBeans user,
It's available ! The much anticipated final release
The similar, but not the same article at:
http://www.infoworld.com/cgi-bin/displayStory.pl?98112.ecsunjava2.htm
Comments, please?
> Hi everyone,
>
> I just read the following news about Sun's plans about Java for Linux:
> http://biz.yahoo.com/bw/981102/sun_micros_3.html
> I guess you would be in
Hi All!
Java received the "Samovar award" ( http://www.ecsl.cs.sunysb.edu/~andrew/awards/ ).
This is humor page, don't take all this 100% serious, just take fun :)
--
Andrew
Oh, i see, thanks - now it works.
Andrew
Hi!
I have continous problems trying to call "invoke" in
java.lang.reflect.Method class. I spend several hours and have the
impression that it is not implemented. I use
redhat-5.1 and
jdk-1.1.6sn-1.1glibc package
1) Did somebody ever happens to run "invoke"?
2) What is the most stable and/or
> I'm looking for JDK1.2 for Linux as I need CORBA support. I was
> wondering what the timeline is for the release and whether I can help
> with the porting. Thanks
Probably you don't need JDK1.2 for playing with CORBA.
There are few CORBA2 compatible ORBs writen completely in java who
Hi,
I have had problem with Jikes. It has made me crazy core dumps whenever
I ran it.
May be it is becourse I haven't libstdc++.so.2.8, only
libstdc++.so.2.7.2. Isn't it?
My library libstdc++.so.2.7.2 is owned by libg++-2.7.2.8-6 RPM package.
So I have installed libg++-2.8
> After seeing many of these messages roll by day after day I was thinking
> that perhaps we should create a mailing list faq of some sort that is
> sent to people when they first subscribe answering these basic questions?
>
> It's not that they are stupid questions, I think they are not well doc
[EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote on Wed, Sep 23, 1998 at 09:29:19AM -
0400:
> Are you saying that if my application has 5 threads running, and
> one of them blocks on a blocking method (i.e., BufferedReader.readLine()
> on a client socket) then the 4 other threads are blocking (not run
> Hi, i'm using RH 4.2 and i installed jdk1.1.6 for linux.
> The installation was susccesfully.
> I wrote a litle code(Hello Wold) but when i run javac Hello, it gives me a
> message like that one:
>
> No Library path set.
> Failed to locate native function:
> java/lang/System.currentTimeMill
Hi All
Does anybody use ibm's Jikes compiler? It realy runs quikly on win32
but as soon I run it under Linux core dumps was occured :-(
I have tried it for glib as good as for libc5 -- same result. As for
me compiler looks workable: it normal dumps helps for calling without
parame
>I'm usign Swing 1.0.2 and Communicator 4.05, and when I load any applet
> that uses some Swing class, I have the next message:
>
> java.lang.NoSuchMethodError: java.awt.Component: method enableEvent(J)V
> not found
> at com.sun.java.swing.JComponent(JCom
> I looked in the Jdk home directory and there was a file
> "java",but it is not executable!? The only files there that are
> executable are *java-wrapper,*java-rmi.cgi,and *jre.
Have you tried this:
su root
chmod +x java
??
But you wrote that you have a RedHat. In this case mos
> I would like to add an image (jpg) to a JPanel, but I cannot figure out
> how to do it. How would I do this.
import com.sun.java.swing.*;
import java.awt.*;
ImageIcon oMyImage = new ImageIcon("some.jpg");
JPanel oPan = new JPanel(new BorderLayout());
oPan.add(new JLabel( oMyImage ), "Ce
Hi,
Anybody knows anything about free CORBA2 ORB uder linux,
or some idl2java precompiler for linux?
>Hello all!
>
>Where can I find a widely used benchmark program?
>
>There are currently quite many JVM:s available for
>Linux, and it would be nice to be able to compare
>them.
More probably you have already knew about this VM_SPEC tool:
http://java.sun.com/features/1998/08/spec.html
I
Take a look at jikes (the IBM research java compiler). It has an option
to create makefile dependencies. In any case, it is so fast, that I compile
every time with -depend and still finish much faster than javac + Makefile.
http://www.alphaworks.ibm.com -> Jikes (linux)
Alexander
Michael D.
Now, I don't like spreading rumors but I was reading Sun's press release for
Jini (http://java.sun.com/features/1998/07/jini.html) and found the following
paragraph :
"... The initial public release of Jini technology will specify two simple
components. The first is a software-only architecture
Hi!
Bug report:
class ResultSet, method
public Timestamp getTimestamp
time is converted improperly: must change
s = s.substring(0,18) + nm;
to
s = s.substring(0,19) + nm;
after this seconds are not corrupted.
--
Andrew
begin: vcard
fn: Andrew V. Shuvalov
92 matches
Mail list logo