Hi
Does anyone build an Java application that can transfer data to Microsoft
Office 97 applications? Or is there such a programming component that allows Java
applications to talk to MS Office?
Ong Boon Wee
--
To UNS
Juergen Kreileder wrote:
> On ms windows `right button released' is the popup trigger but on
> Xwindows it's 'right button pressed'!
> You have to test for isPopupTrigger both in mousePressed and
> mouseReleased.
>
> Juergen
Thanks Juergen, and other respondants. Now you mention this, I
Michael Emmel writes:
> There has been a request on the Java Lobby www.javalobby.org
> To reform the java lobby into a grass roots campaign to allow
> Java developers to take a lager role in the determination of
> java's future.
IMO the time and energy is better spent in supporting clean
ro
Daniel W. Dulitz x108 writes:
> JNI performs endian conversion, if necessary, automatically.
> If you have a native method that wants a byte[], and it gloms together
> four contiguous elements and treats them as an integer according to
> the processor's hardware endianness, then your native i
Juergen Kreileder writes:
> Bernd> SIGSEGV 11* segmentation violation
> Bernd> stackbase=B2E8, stackpointer=BFFFEF40
> With a few changes to the linking step your example works for me, I'll
> send you my changes later.
Well? I'm itching to verify this.
I have a class that inherits JFrame, and should call a few native
methods. The problem is basically that javah seems to find only the
basic classes( /usr/local/java/lib/classes.zip ). The compilation to
bytecodes work excellent, but when running javah, I get
"NotfoundException with detail /javax/s
Bernd Kreimeier wrote:
> Michael Emmel writes:
> > There has been a request on the Java Lobby www.javalobby.org
> > To reform the java lobby into a grass roots campaign to allow
> > Java developers to take a lager role in the determination of
> > java's future.
>
> IMO the time and energy is
Bernd Kreimeier writes:
> OpenGL Red Book, p65-78, "Vertex Arrays"
> glColorPointer( GLint size, GLenum type, GLsizei stride,
> const GLvoid* pointer );
> used as
>glColorPointer( 4, GL_UNSIGNED_BYTE, 0, data );
>
> In Java, using byte[4] is simply way too expensive. The
> Col
How is the JDK 1.2 port going? When will the final version be released?
Thanks
Al
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
I don't think this support works for classes store in a Jar file, does
it ?
--Paolo
> "JM" == Jani Mikkonen <[EMAIL PROTECTED]> writes:
JM> Linux kernel has support of "Misc executables" and Java
JM> executables. With both of these options you can execute class
JM> files strain
Hi,
I've mailed this list before about problems with the number pad on linux
jdk117v_1a. I just tried it on the jdk117_v2_x86-glibc2.0 prerelease
version from wisp.net and it still exists. Basically it's bug id #365 in
the jitterbug database.
The num pad works on jdk116_v5 to some extent (the En
I know that Kaffe is primarily a PersonalJava implementation, which is
why it breaks several progs. Is it being extended now?
On Sat, 8 May 1999, Bernd Kreimeier wrote:
> Michael Emmel writes:
> > There has been a request on the Java Lobby www.javalobby.org
> > To reform the java lobby into
12 matches
Mail list logo