Bug 13885 - Slight incompatibility w/Suns JRE
Summary: Slight incompatibility w/Suns JRE
Status: RESOLVED WONTFIX
Alias: None
Product: gcc
Classification: Unclassified
Component: java (show other bugs)
Version: 3.4.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-27 13:32 UTC by oyvind.harboe
Modified: 2016-09-30 22:48 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
Source file (739 bytes, text/plain)
2004-01-27 13:33 UTC, oyvind.harboe
Details
Source file (119 bytes, text/plain)
2004-01-27 13:33 UTC, oyvind.harboe
Details
This is gnumail.jar compiled from GNU Classpath CVS (101.56 KB, application/octet-stream)
2004-01-28 08:47 UTC, oyvind.harboe
Details
These are the .jar files required (296.26 KB, application/octet-stream)
2004-01-28 17:50 UTC, oyvind.harboe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description oyvind.harboe 2004-01-27 13:32:18 UTC
I'm compiling w/Mohans latest build.

gcj -g -o TestUTF8.exe activation.jar javax-security.jar jsse.jar inetlib.jar 
gnumail.jar TestUTF8.java --main=TestUTF8 Dummy.java


e:\eclipse\workspace\testmail>testutf8
java.io.IOException: The handle is invalid.

   at __ZN3gnu4mail4util18Base64OutputStream5closeEv 
(C:\eclipse\workspace\testm
ail\gnu\mail\util\Base64OutputStream.java:144)
   at __ZN8TestUTF84mainEP6JArrayIPN4java4lang6StringEE 
(C:\eclipse\workspace\te
stmail\TestUTF8.java:80)
   at _main (c:\Temp\cc4Qdaaa.i:11)
Comment 1 oyvind.harboe 2004-01-27 13:33:20 UTC
Created attachment 5594 [details]
Source file
Comment 2 oyvind.harboe 2004-01-27 13:33:53 UTC
Created attachment 5595 [details]
Source file
Comment 3 oyvind.harboe 2004-01-27 13:34:38 UTC
When I run it from Suns JRE, I do not get the exception.


Øyvind
Comment 4 Andrew Pinski 2004-01-28 06:09:41 UTC
Can you attach or point to where someone could find activation.jar javax-security.jar jsse.jar 
inetlib.jar gnumail.jar?
Comment 5 oyvind.harboe 2004-01-28 07:45:09 UTC
>Can you attach or point to where someone could find activation.jar 
>javax-security.jar jsse.jar inetlib.jar gnumail.jar?

They are in GNU Classpath/Classpathx CVS.

Arrgggh.... I can't find gnumail.jar + smtp.jar.

I always thought it strange that GNU Classpath/Classpathx doesn't make 
the .jar's more readily available.

http://savannah.gnu.org/cgi-bin/viewcvs/classpathx/mail/lib/
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/inetlib/lib/
ftp://alpha.gnu.org/gnu/classpath/

Øyvind
Comment 6 oyvind.harboe 2004-01-28 08:47:44 UTC
Created attachment 5598 [details]
This is gnumail.jar compiled from GNU Classpath CVS
Comment 7 oyvind.harboe 2004-01-28 17:50:26 UTC
Created attachment 5600 [details]
These are the .jar files required

I recommend getting them from GNU Classpath/Classpathx, but here they are.
Comment 8 Andrew Pinski 2016-09-30 22:48:57 UTC
Closing as won't fix as the Java front-end has been removed from the trunk.