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
> 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
> 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'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(JComponent.java:130)
> at com.sun.java
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
> 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
> 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
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
> 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
10 matches
Mail list logo