> Aravind,
>
Yes and no problems yet.
My configuration:
[jacekl@pd0373jacekl1 SERVLETS]$ cat /etc/redhat-release
Red Hat Linux release 6.0 (Hedwig)
[jacekl@pd0373jacekl1 SERVLETS]$ uname -r
2.2.9
[jacekl@pd0373jacekl1 SERVLETS]$ java -version
java version "1.1.7B"
[jacekl@pd0373jacekl1 SERVLETS]
Just compile a new Linux kernel with Java feature inside, it works !
begin:vcard
n:Kurz;Armin
tel;fax:+49 / (0)89 / 608 14 - 376
tel;work:+49 / (0)89 / 608 14 - 0
x-mozilla-html:FALSE
url:http://www.forcecomputers.com
org:FORCE COMPUTERS GmbH;Technical Documentation
adr:;;Prof.-Messerschmitt-S
i wrote this trivial piece of C code.
compile this program and rename it to the same name as your class file.
so, if you have Foo.class
then copy this program as Foo.exe in the same directory as Foo.class
you will type:
Foo
and the class file will be run. Thus you can use this as a generic
checking to see if anyone interested
?
John D Allen
President/CEO.Leveridge & Friedman INC
> Urban Widmark writes:
Urban> On Mon, 15 Mar 1999, Kazuki Yasumatsu wrote:
>> Hi,
>>
>> You can use your favorite TrueType and Postscript Type1 fonts instead
>> of the TrueType fonts included in the JDK1.2 (jre/lib/fonts).
>>
Urban> I tried changing the fonts
This was: Unidentified subject
Sounds like a problem with class loaders. But everything is in one big
jar file. Hmmm.
Pavel Kessler wrote:
> The trace of already loaded classes (see attachement) shows,
> that this class was already loaded !
Pleez use a subject!
--
Ernst de Haan
Freelance Java
Hello:
I would like somebody to give me a small example of like you
can sign an Applets to be able to consent, for example,
to another directory different to that of load of the applet.
Previous gratefulness. A greeting.
---
Hi,
Anyone successful in running tya against JDK117v3 on RH6.0 ?
I changed the configure scripts for jdk117 and corrected a compilation
error, but it panics while running.
-- Aravind
--
To UNSUBSCRIBE, email to [EMAIL PROTECTE
Hi!
I am using your 1.2v1 prerelease on Suse 6.1 Linux.
Java programs without own windows (swing,awt) work
without problems.
Every start of some swing program (e.g. examples from jdk)
ends with following error:
Exception in thread "main" java.lang.Error: can't load
javax.swing.plaf.metal.MetalL
I see that you're saying that the Java Plug-In 1.1.2 will be available
with the next JDK release. Any idea about when this will be?
--
+---+
| John Carr | mailto:[EMAIL PROTECTED] |
| Chief Software Engineer |
Hi,
On Thu, May 27, 1999 at 02:55:08PM +0200, Bruno Boettcher wrote:
> i looked at the java media framework, noticed the avi support and the lack of
> the indeo codec needed to decompact the avi's found some for windows and
> solaris, but none for linux are there some? Or does another sol
Roland Carlsson wrote:
> Thanks for the help
>
> The problem tured out not to be in the configfile at all but was a result of a
>powerbreak witch left a file i a bad state So i removed the file and repaced
>it... and now it works just fine...
>
> But my request still remains It
Nelson Minar wrote:
>
> Folks seemed to like my list of JDK environment variables, so here's a
> second pass incorporating all the feedback I got. Steve, are the
> DO_NOT_FREE and associated variables supported in 1.1 native threads?
In some past mail from Kazuki Yasumatsu discussing the 1.2 fon
Greetings.
I am trying to locate a person by the name Eric Voight who led a
Java Serverlets talk at the LinuxExpo. I am hoping he is on this
list or maybe someone knows him and where I can get a hold of him.
Thanks.
-Steve
--
Folks seemed to like my list of JDK environment variables, so here's a
second pass incorporating all the feedback I got. Steve, are the
DO_NOT_FREE and associated variables supported in 1.1 native threads?
--
The following is d
This message is for Uncle George -
We have been using jdk117_v2 very successfully on the Alpha for some
time now, and are moving towards the 2.2 kernel, and the complete
RedHat 6.0 system. Unfortunately, the JDK we have is linked to the
older libraries (glibc 2.0.x), while RH6 uses the newer vin
On Tue, 1 Jun 1999, Joseph B. Ottinger wrote:
> I just install the jdk1.1.7 v3 from blackdown, and javac runs (an
> improvement over v1a, to be sure). However, anything dealing with the AWT
> yields an error regarding libawt.so, missing XtShellStrings. Is there
> something I'm missing?
>
>
> --
Also, have a look at 'binfmt_misc.txt' and 'java.txt' in:
/usr/src/linux/Documentation (or wherever your kernel docs are).
I haven't tried out the Misc Binary interface yet, but it looks useful
for your kind of requirement.
Mike Greaves
Ernst de Haan wrote:
>
> Why don't you write a shell sc
I just install the jdk1.1.7 v3 from blackdown, and javac runs (an
improvement over v1a, to be sure). However, anything dealing with the AWT
yields an error regarding libawt.so, missing XtShellStrings. Is there
something I'm missing?
---
Why don't you write a shell script? For instance:
java MyProgram $*
That's all.
GreetinX++, Ernst
> Anupama Jayathilake wrote:
>
> I got a problem.Please advice me.
> I want to compile my java class to a binary so that i can run it
> from commant prompt without giving "java myprogram"
>
Jan-Henrik Haukeland wrote:
...A closed loop like this one will not let the gc thread in to do its
work. Try to run the program in its own thread or issue a yield() or
sleep() in the loop. ...
thanks for the advice, I'm afraid it still grows in size - even with all three
suggestions...
-
I got a problem.Please advice me.
I want to compile my java class to a
binary so that i can run it
from commant prompt
without giving "java myprogram"
How can i compile java class.
Please help me
Anupama
Crispin Miller <[EMAIL PROTECTED]> writes:
> The following small program grows in size:--->
>
> *
> while(true) {
> System.out.println(i + " ");
> i++;
> System.out.flush();
> System.gc();
> }
A closed loop like this one will
Hi,
Is anyone aware of problems with memory leaking in JDK1.2 running on
RedHat 5.2 ? I'm wondering if there is a problem with StringBuffer:
The following small program grows in size:--->
import java.util.*;
public class SBTest {
public SBTest() {
int i = 0;
while
24 matches
Mail list logo