ofmipd-smtp-resources?

2000-08-11 Thread Christian Kruggel

Hi there!

I try to write a little Java-SMTP-Client but fail to authenticate to an
server that identifies itself as "ofmipd.local".
My search for documents that deal with this kind of server failed, I
just found one poor hint, that it's NOT a SMTP-Server.
Any Java-Mail-Client-Wizzard out there who can give me a hint for
further investigation?

Chris


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




mouse trails ??

2000-08-11 Thread paulmoody



Hi,
    I have a problem where my mouse leaves 
dirty trails when moving whilst the left button is held down. Its like the 
screen is failing to repaint properly under the mouse. This happens for all java 
applets running under 1.2.2 and 1.3. The same applet runs fine in IE5 ( no mouse 
trails ). I changed / reloaded the JRE for 1.2.2 and 1.3. Tried also different 
screen resolutions and color depths but effects persist. The OS is Win98. This 
did not happen for NT or LInux on the same box.
 
Thanks for any input and regards.
 
Paul.


Re: ofmipd-smtp-resources?

2000-08-11 Thread Oliver Koell

At 15:30 11.08.00 +0200, Chris wrote:
>I try to write a little Java-SMTP-Client but fail to authenticate to an
>server that identifies itself as "ofmipd.local".
>My search for documents that deal with this kind of server failed, I
>just found one poor hint, that it's NOT a SMTP-Server.
>Any Java-Mail-Client-Wizzard out there who can give me a hint for
>further investigation?


Hi,

why don't you use the javax.mail package instead of writing your own 
SMTP-Client?

this of course won't help if the servlet is NOT a SMTP server :-)

/Oliver


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: mouse trails ??

2000-08-11 Thread Martin Schröder

On 2000-08-12 00:34:29 +1000, paulmoody wrote:
> persist. The OS is Win98. This did not happen for NT or
> LInux on the same box.

You already identified your problem: Win98.
 
> Thanks for any input and regards.

This mailing list is about Java <-> _Linux_.

HTH. HAND.
Martin

P.S.: No HTML, please.
-- 
  Martin Schröder, [EMAIL PROTECTED]
ArtCom GmbH, Grazer Straße 8, D-28359 Bremen
   Voice +49 421 20419-44 / Fax +49 421 20419-10


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: mouse trails ??

2000-08-11 Thread Joi Ellis

Martin Schröder wrote:
> 
> On 2000-08-12 00:34:29 +1000, paulmoody wrote:
> > persist. The OS is Win98. This did not happen for NT or
> > LInux on the same box.
> 
> You already identified your problem: Win98.

Well, ya, but still...

> 
> > Thanks for any input and regards.
> 
> This mailing list is about Java <-> _Linux_.
> 
> HTH. HAND.
> Martin

Sun's Bug Parade identifies a number of issues with the DirectDraw 
support required for the Java 2 JVM on windows platforms.

Java 2 assumes a decent implementation of DirectDraw in the windows
video drivers, an assumption which unfortunately is not met by
many cards.  You have a few things to try:

1) Disable animated cursors in your mouse control panel.  These
are known to cause problems.

2) Update the video drivers for your hardware.  Check the manufacturer
to see if they have any known bugs for their current versions.  You may
need to actually downgrade if an older driver is lacking a new bug in the
latest driver, for instance.

3) See the README file provided with your JVM, and/or the Sun Bug Parade.
There is a -D parameter you put on your java command that will disabled
DirectDraw calls from the JVM.  It's something like -Djava2d.noddraw=1
I forget the exact format, since I don't do windows.  I just see this
complaint a LOT on the borland.public.jbuilder groups... Look around
for direct draw bugs.




--
Joi EllisSoftware Engineer
Aravox Technologies  [EMAIL PROTECTED], [EMAIL PROTECTED]

No matter what we think of Linux versus FreeBSD, etc., the one thing I
really like about Linux is that it has Microsoft worried.  Anything
that kicks a monopoly in the pants has got to be good for something.
   - Chris Johnson


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Is Java Thread working on Linux?

2000-08-11 Thread Joi Ellis

hao huang wrote:
> 
> I am new on Linux. Someone told me that the Thread on Linux is not really
> work for all current JVM. Is this true?
> I got Red Hat 6.2 and Kaffe's VM. Thanks for help!
> 
> Hao Huang
> Avienda Technologies
> Tel: 404-262-4358
> Email: [EMAIL PROTECTED]

As I understand it, green threads are working everywhere, but native
threads are not.

If threads didn't work, java itself wouldn't work, because the JVM 
itself is threaded.

--
Joi EllisSoftware Engineer
Aravox Technologies  [EMAIL PROTECTED], [EMAIL PROTECTED]

No matter what we think of Linux versus FreeBSD, etc., the one thing I
really like about Linux is that it has Microsoft worried.  Anything
that kicks a monopoly in the pants has got to be good for something.
   - Chris Johnson


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]