Re: jdk1.5 and sparc

2006-09-06 Thread Stefaan A Eeckels
n > solaris as it was partitioned from the ubuntu installer , even > deleting the partition solaris cant use it :) Habve to work out what > bootable partition software can prepare the drive for solaris as its > tools are shotty. As far as I can ascertain (I've no experience with SP

Re: jdk1.5 and sparc

2006-09-06 Thread Stefaan A Eeckels
20 mins, > with solaris 10 ive spent a while day already trying to research why > it finds a drive corrupt and unusuable even though both the others > were absolutely fine with this, on top of solaris only seeing 130GB > of one of the drives where the others see the entire size fine, makes &g

Re: jdk1.5 and sparc

2006-09-04 Thread Stefaan A Eeckels
On Tue, 5 Sep 2006 06:44:59 +1000 Jim Watson <[EMAIL PROTECTED]> wrote: > > On 04/09/2006, at 11:28 PM, Stefaan A Eeckels wrote: > > > On Mon, 04 Sep 2006 22:18:07 +1000 > > Dan Rossi <[EMAIL PROTECTED]> wrote: > > > >> my last resort is of cours

Re: jdk1.5 and sparc

2006-09-04 Thread Stefaan A Eeckels
-- Lotfi Zadeh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: need a better file copy method

2006-05-03 Thread Stefaan A Eeckels
The fact that the file is physically written to disk is not important because the OS will provide the last contents of a file either from disk or from the buffers. Flushing the buffers to disk is only important when one doesn't want to lose data when the system crashes. I believe that the OP&#x

Re: need a better file copy method

2006-05-03 Thread Stefaan A Eeckels
On Tue, 02 May 2006 14:38:50 -0700 "Jim C." <[EMAIL PROTECTED]> wrote: > Stefaan A Eeckels wrote: > > On Mon, 01 May 2006 13:41:12 -0700 > > "Jim C." <[EMAIL PROTECTED]> wrote: > > > >> Anyone know how a simple file copy can be accomp

Re: need a better file copy method

2006-05-02 Thread Stefaan A Eeckels
On Mon, 01 May 2006 13:41:12 -0700 "Jim C." <[EMAIL PROTECTED]> wrote: > Anyone know how a simple file copy can be accomplished in an > explicitly synchronous manner without adding Thread.sleep(n) after > calling flush on the output stream? Have you tried the streams

RE: intermittent extremely slow GC

2002-11-08 Thread Dave A King
i definitely think swap is my issue. I'm kicking myself for not noticing it... What's odd is the only thing that has changed on these servers in many weeks is the java code for our application. We have a fixed heap size if 512MB. Where is all this extra memory coming from? 1GB real

intermittent extremely slow GC

2002-11-08 Thread Dave A King
I'm trying to troubleshoot some really bizarre behavior in a recent build of our application. We have changed our memory usage quite a bit, utilizing more caching, etc. Overall performance has unsurprisingly improved and all looked good during QA after we tackled some memory leaks and unbo

java3d and background geometry

2001-02-18 Thread Urs A. Schroffenegger
hi, there seems to be a little problem with java3D 1.2 FCS in the Background class and the associated geometry: When running the Background demo and moving the camera away from the blocks, the blocks disappear behind the background. The background geometry is not at infinity. I found bug reports

RE: JNI Question - I want to open a file for Read/Write

2001-02-07 Thread Stefaan A Eeckels
On 07-Feb-2001 Santosh Dawara wrote: > I am trying to open a file in the usual way, (fopen) > However, fopen returns the an unusual NULL. At first > I thought I probably did not have permissions. > I am sure its not that. Check the errno after the fopen(). At least, you&

RE: JIT for Blackdown 1.1.8

2001-01-28 Thread Stefaan A Eeckels
On 28-Jan-2001 Volker wrote: > does anybody know a JIT for 1.1.8??? TYA works quite well. Stefaan -- Ninety-Ninety Rule of Project Schedules: The first ninety percent of the task takes ninety percent of the time, and the last ten percent takes the other ninety perc

Re: Setting JAVA_HOME path on Linux 7.0

2000-11-10 Thread Kevin A. Burton
t JAVA_HOME when you launch bash what does 'echo $JAVA_HOME' give you. Also try putting to 'echo IT WORKED" lines in your /etc/bashrc to see if it worked. I use a .bashrc myself and it works fine. > Also, when I shutdown the server, it requires /sbin/./shutdown -h

Re: java developer feedback

2000-11-10 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Calvin Austin <[EMAIL PROTECTED]> writes: > We are coming to the end of a great year for Java on linux, > hotspot has finally arrived on linux as well > as the optional packages JMF and Java 3D, additional chipset > ports,

Re: Session Close

2000-11-09 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "Pablo Trujillo" <[EMAIL PROTECTED]> writes: > I need to execute a procedure when a session closes. Is this possible? How > it is made? Firstoff. :). Java doesn't have procedures... I think you mean a method. Se

Vote of 'No Confidence' in SUNs 'guidance' for Java.

2000-10-28 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK. As some of you know I am fairly vocal WRT a reliable implementation of Java for the Free Software community (something like GJC, Classpath, Kaffe). I created a poll to get feedback from the Java development community to help make it obvious to

Re: Sun's Java as OSS?

2000-10-26 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Rueckert <[EMAIL PROTECTED]> writes: > Hi! > > On Don, 26 Okt 2000 Kevin A. Burton wrote: > > > > >I am not sure I even want SUNs help in the Free Software/Java community. They > >have screw

Re: Sun's Java as OSS?

2000-10-25 Thread Kevin A. Burton
lk? :) Everyone is saying stuff like 'we are going to OSS X application'. They are doing this for marketing. What they really need to do is say that Java *will* become Free Software (not Open Source) and here is the date. I am not sure I even want SUNs help in the Free Software/Java co

Re: Pablo Trujillo

2000-08-08 Thread Urs A. Schroffenegger
Juergen Kreileder wrote: > These should be "to execute files". If you want to use shell builtins > or shell features like redirection you need a shell, e.g.: > > Runtime.getRuntime().exec(new String[] {"/bin/sh", >

Re: Pablo Trujillo

2000-08-08 Thread Urs A. Schroffenegger
Pablo Trujillo wrote: > > I need to execute linux commands from code java. Help > if you want to execute shell commands, you can use the Runtime class (in java.lang.*), with the exec(String command), it returns a new process executing the system command specified, with th

Re: Java3D + XFree 4.0

2000-08-07 Thread Urs A. Schroffenegger
Andreas Micklei wrote: > You mean software rendering? So why do you use GLX at all? > Just get a stock Mesa >without hardware acceleration. as I understand it, glx is the opengl extention to the X Windows System, it's not the hardware acceleration in itself (which uses DRI),

Re: How to Read files belong to client

2000-07-26 Thread Patrick Tsoi-A-Sue
This is a solution with a perl script on the server. I suppose you could replace the server script with java. Include this form on your web page: http://yourserver/cgi-bin/savefile.pl> Here is the server script to receive the file savefile.pl. # - savefile.pl # Receive file name

RE: Java on Red Hat linux 6.2

2000-07-11 Thread Stefaan A Eeckels
On 11-Jul-2000 AMIT VERMA wrote: > then i referred a book java on linux > and also searched thru ur website for help. i came to > know i have to set env variables(JAVA_HOME, PATH and > CLASSPATH) That's positive, but you'd better also consult a book on UNIX/Linux

Re: JavaOne - no green threads for Linux

2000-06-09 Thread Stefaan A Eeckels
ow about any sort of stateful server? IRC. FTP. Whatever. > While the UNIX way of doing this is with select(), and fork() > generally, in Java, you create a thread for each connection that you > want to manage. It makes it MUCH simpler to program. You can easily > open up a few

Re: JavaOne - no green threads for Linux

2000-06-09 Thread Stefaan A Eeckels
On 09-Jun-2000 Michael Thome wrote: > I think the best answer is to do the second tier threading in userspace > (best would be in glibc). The kernel folks have some good points > about doing it the kernel but seem to have a mental block as to why > you'd *ever* want hundred

SUN: Please Open Source Javadoc.

2000-03-13 Thread Kevin A. Burton
(sorry for the spam) I drew up a proposal that asks for SUN to Open Source Javadoc, a basic tool from the JDK. This would be a big help to the entire Java community and an excellent sign of good faith from SUN. http://relativity.yi.org/WebSite/opensource-javadoc/ Kevin -- Kevin A Burton

Re: HELP: jdk122rc2 swing stuff doesn't work

2000-01-21 Thread A. Scott White
I'm running Debian GNU/Linux 2.1 with kernel version 2.0.36 My /lib directory contains libc.so.6 and libc-2.0.7.so I have a Java application I've written on NT using jdk1.2.2. I want to run this on the aforementioned Linux box. I do not want to upgrade my kernel, my glibc or my dist

Threads

2000-01-20 Thread A. Scott White
Hello. I'm a complete newbie to Linux, please bear with me. I am an experienced C, C++ programmer, however, so feel free to answer accordingly. In reading the {} document I came across this quote: == BEGIN QUOTE == * We strongly recommend using the native threads vm in conjunction wit

Re: [Q] CORBA: Any idltojava for linux??

2000-01-20 Thread Nestor A. Diaz
If you are searching for an ORB in Java use JacORB, i used to program in JacORB more than one year ago, so i expect now its better that before, is written in 100% pure Java, and the documentation is excelent, believeme excelent, and with a lot of examples to play with. You will have no problem

Re: Sun/Inprise/GPL Linux JDK

1999-12-10 Thread a b
A strong opinionated colleague of mine said the following: > > RedHat have revenues of $10m -- and are capitalized on the NASDAQ > > at -- ready for this -- $20 billion -- they're worth one fifth of > > what Gates is worth. > > > > These guys should sto

Sun/Inprise/GPL Linux JDK

1999-12-08 Thread a b
Hi I wonder what would happen if any of the Blackdown developers had put a GPL license in any part of their code fixes? How would that affect Sun's Community Source license? Maybe GPL was a good idea after all? Now we see what they mean by protecting your rights to give away

Re: [java-linux] Needing help integrating ORBacus with Java-Linux

1999-08-12 Thread Rebecca . A . Sanford
ldn't get it to use the OB.jar file (seemed to ignore my CLASSPATH). Anyways... Turns out that it WAS a rogue pointer that I wasn't properly catching in my server application. Things started working after I stopped banging my head against the test equipment. Thanks again! --- becs Fr

[java-linux] Needing help integrating ORBacus with Java-Linux

1999-08-11 Thread Rebecca . A . Sanford
Hi, I've recently switched to using Linux (RedHat 6.0 on Pentium II). Since I wanted to do some Java CORBA applications, I downloaded the Blackdown JDK (specifically JDK-1.2/i386/pre-v2/glibc2.1/jdk1.2pre-v2.tar.bz2). I compiled and ran a simple grid demo test (similar to that distri

IDL-to-Java compiler availability

1999-08-04 Thread Rebecca . A . Sanford
Does Blackdown.org have any plans to port the Java2 (aka JDK 1.2.1) IDL compiler to Linux for us CORBA types? --- becs -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont

missing include files?

1999-07-29 Thread James A. Cubeta
sorry if this is a stupid question. i've noticed that there are significantly less files in jdk1.2's 'include' directory from jdk1.1. consequently, i cannot build JNI code that we've written for 1.1 with 1.2. is there somewhere that i can get the rest of the

jdk1.2 pre 2

1999-06-06 Thread David A. Guthrie
and the Lord Jesus Christ, David Guthrie -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Java wrappers

1999-05-25 Thread a . saha
stack and change certain parameters, I want my java application to be able to use this routine. So, as I understand, I would need to write a wrapper which will enable the apps on top to call this in the form of a shared object library or so. Any pointers on this is appreciated. -Amlan

Newbie: Anyone know what library path is?

1999-05-21 Thread Patrick Tsoi-A-Sue
Trying to compile a java program for the first time on linux using the following: $ CLASSPATH=~/java:/usr/lib/jdk1.1.5/lib $ export CLASSPATH $ javac Console.java No library path set. Cannot find essential class 'java/lang/Object' in class library ... aborting. $ How do I set li

ANNOUNCE: FreeInstaller 0.2.0.4

1999-04-19 Thread Peter A. Pilgrim
Xenonsoft, South London, England is very pleased to announce the availability of: FreeInstaller, version 0.2.0 A software installer that can install Java and non-Java from a self extracting archive. The software is **open source** and is distributed "as free software.". Pleas

problem running programs...

1999-04-15 Thread James A. Cubeta
hello all. i'm experiencing what i hope is a simple problem trying to use the linux jdk1.2. i can compile just fine, but when i attempt to run my program i get the following message: Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/jdk1.2/jre/lib/i386/libfontmana

Re:Java+c/c++

1999-04-09 Thread Laurel A. Watts
Chen-Lung Wu, I forund that I needed to do several steps to compile c code and make a shared library. Here is what I did: (for HelloWorld example) files HelloWorld.java, HelloWorldImp.c, Main.java 1. run javac on HelloWorld.java, and javah on this (as instruced in the example) 2. compile the C

[ANNOUNCE] Xenon-SQL 2.3.5.8 Release

1999-04-04 Thread Peter A. Pilgrim
and submit SQL queries and commands to the target databases. In order for `Xenon-SQL' to connect to a database you __MUST__ have a suitable JDBC (Java Database Connectivity) driver specifically for your database. Most commercial database suppliers have a supplied (or contributed) JDBC driver a

JDK 1.2 Patch

1999-04-01 Thread L. A. Guest
Hello, I was wondering whether I could have a diff for the linux port of the JDK1.2 against the Solaris reference platform? Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Fw: JDK 1.2 pre-v1 problem

1999-03-26 Thread Alexei A. Petrenko
- Original Message - From: Alexei A. Petrenko <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 23 ÍÁÒÔÁ 1999 Ç. 12:46 Subject: JDK 1.2 pre-v1 problem >Hi > >I have Slackware Linux 3.5 and tries to install jdk1.2 pre-v1. >First of all (when i'v

Re: Red Hat: no GUI due to Debian lib refs

1999-03-25 Thread David A. Guthrie
n > locked out of any GUI type stuff by the dependence on what I assume to be > Debian-specific library references - libstdc++libc6.0-1.so.2 for example. I > couldn't find a libc6.0 on any GNU sites, just libc2.7.2.whatever to match > the compiler. > > Is there a way of getti

JDK 1.2 pre-v1 problem

1999-03-23 Thread Alexei A. Petrenko
tried both green and native threads. Can you help with it? SY, Alexei -- St. Petersburg Java WorkShop team -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Question concerning the 1.2 port

1999-03-18 Thread Samuel A Mullen
Blackdowners, I've been checking out the site on a pretty regular basis to see if 1.2 is ready for the big time and I just saw that the row for i386 is all green. Does that mean that it's out of the beta stages and ready??? If it's not ready yet, is there an expected date?

running java apps from cron

1999-03-15 Thread Dalia, Keith A. - TOOS/Ditt1
Does anybody have any experience running java apps from cron. I can't seem to get the syntax right. TIA, Keith -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: createImage/swing bug

1999-03-10 Thread David A. Green
OK, switching to 16bpp fixed the problem. The question remains, is this a Linux-Java bug or a Sun-Java bug? As in, should I report it to the blackdown team or to Sun, or have you already reported it? If the same problem occurs displaying to a Linux box from a Solaris machine, then it seems

Re: createImage/swing bug

1999-03-10 Thread David A. Green
Sorry, the attachment on that last one had a few references to other projects that I had been testing . Here's a clean version of the ame class (it still gets the same exception). Thanks again. -Dave "David A. Green" wrote: > First, let me express my gratitude and cong

createImage/swing bug

1999-03-10 Thread David A. Green
First, let me express my gratitude and congratulations to the blackdown porting team. Great job! Second, I have run into a bug/issue regarding the createImage(int, int) function in java.awt.component. I call this function to create an off-screen image to be used for double-buffering. I get

Re: JDK1.2 fails to start

1999-03-10 Thread David A. Guthrie
/tools.jar:/usr/local/jdk/jre/lib/rt.jar:/usr/local/jdk/jre/lib/i18n.jar > > I only download JDK1.2, no JRE as I think it is not necessary. > > Anyone knows what is the problem? > _ > DO YOU YAHOO!? > Get your free @yahoo.com a

library

1999-03-10 Thread David A. Guthrie
look at the blackdown pages for shell script and an explanation, but it amounts to making a symlink from libstdc++.so.2.8 or libstdc++.so.2.9 named libstdc++-libc6.0-1.so.2. Vijaykumar Krishnaswamy wrote: > Hi, > i jave just installed jdk1.2-pre version on my machine.I was >

Re: What should one download, exactly?

1999-03-07 Thread David A. Guthrie
You need to install the URW fonts.  These are nice, scalable fonts.  The web page has documentation on installing them. http://www.gimp.org/fonts.html Nick Bailey wrote: Congratulations on the 1.2 port!   Can't wait to get it going. Unfortunately, I've got a 28k8 modem, but all is n

CLASSPATH variable too large ?

1999-02-14 Thread Ken A Redergard
I have a large amount of .jar files in the library directory, and that leads to a very large CLASSPATH variable. The seems that java (java version "1.1.7") won't accept the classpath when it reaches a certain amount of characters. I currently have 331 characters in the path, a

Java Shell

1999-01-03 Thread Nestor A. Diaz L.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, i'm working with java in linux, (486dx100 with 32mb of ram), i notice that java takes a lot of time in order to load the jvw, and i think that if we have something like a java shell or an application for commands lines written in java, in

suggestion !!!

1998-12-28 Thread Ramesh Babu A.
. Ramesh Babu A. Phone 91-44-4909208 FiLL Project, TeNet Group, <[EMAIL PROTECTED]> IIT - Madras.

Re: In what rpm do I find libXm.so.2

1998-12-27 Thread David A. Guthrie
Sander van Geloven wrote: > Hi, > > I am trying to install a jdk redhat pacjage but it needs libXm.so.2. > Does anyone know where I can find that library, i.e. in what rpm is it > stored? > > Thanks, > > Sander Uhh. That's motif. You need a static build, which

JDB with EMACS ??

1998-12-22 Thread Ramesh Babu A.
Hi, My friend running his c programs in Linux, and debugging all the c code thru' gdb inside emacs and now I am also using gdb and debugging all of c code. It is a very superb tool to debug. Is there any tool like that for java in Linux. ? I tried to use jdb in emacs

Pass By Reference ??

1998-12-20 Thread Ramesh Babu A.
Hi, I have a couple of doubts in java. Is it a right place to ask this type Questions. If not where can I ask ? Is java pass arguments to functions PassByValue / PassByReference other than primitive datatypes ? If PassByRefernce this reference is equivalent to C

How to include ?

1998-12-20 Thread Ramesh Babu A.
Hi, I have a setup, JDK1.1.6, RedHat4.1 I want to include my own fonts, backgrounds in my java application(not Applets). Is it possible to do ? If (yes) pls mail it to me; else Bye

How to invoke ?

1998-12-19 Thread Ramesh Babu A.
Hi, How to invoke java enabled browser from my java application ? If anybody knows pls mail it to me. Thanks in advance.

How to send e-mail ?

1998-12-11 Thread Ramesh Babu A.
/Linux/Win 95 etc. Thanks in advance Ramesh Babu A. FiLL Lab TeNet Group, <[EMAIL PROTECTED]> IIT - Madras.

RE: Patents

1998-12-08 Thread Stefaan A Eeckels
On 08-Dec-98 Ray Racine wrote: > One thing and one thing only matters and that is the CLAIMS section of > the patent which is usually at the end of the patent. YOU BEAT A PATENT > BY GETTING AROUND THE CLAIMS. Thanks for the information, Ray (and congrats on the patent(s) :-) I

Overloaded Constructor !!!

1998-12-08 Thread Ramesh Babu A.
. Ramesh Babu A. FiLL Project, TeNet Group, <[EMAIL PROTECTED]> IIT - Madras.

BUG in java.awt.List

1998-12-07 Thread Nestor A. Diaz L.
Hi, i find a bug in the java.awt.List, when i remove an item from the list, the List doesn't refresh apropiatelly, and the item persist appearing, in windows this doesn't have that behavior. p.d. i send you the main application that show a frame with the list and tries to remove an ite

Re: [FYI] Java violates US patent?

1998-12-07 Thread Stefaan A Eeckels
Sorry for continuing this fairly off-topic thread, but IMHO it has some relevance to the use of Java on Linux (if even a little :-) The full text of the patent can be accessed under the following URL: http://164.195.100.11/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&

RE: [FYI] Java violates US patent?

1998-12-07 Thread Stefaan A Eeckels
On 07-Dec-98 Jaco Greeff wrote: > > Found a link to this article on JavaLobby: > > > > http://www.pbs.org/cringely/pulpit/pulpit19981203.html > > > > Could turn out bad. Very bad. > > Maybe in a certain sense, but remember that Java is not on

Unidentified subject!

1998-12-07 Thread Ramesh Babu A.
. Ramesh Babu A. Phone 91-44-4909208 FiLL Project, TeNet Group, <[EMAIL PROTECTED]> IIT - Madras.

Servlets ??

1998-12-04 Thread Ramesh Babu A.
Hi, I have RH4.1 Kernal 2.0.27, JDK1.1.5 I want to run Servlets on my Linux m/c. Is there anyting to install on Linux m/c, to run Java Servlets ??? Help me. Ramesh Babu A

How to run ?

1998-11-30 Thread Ramesh Babu A.
WIN 95 it says, Could not find Hello.class So, waiting for answer ... Ramesh Babu A. Phone 91-44-4909208 FiLL Project, TeNe

How to Write MakeFile ?

1998-11-25 Thread Ramesh Babu A.
If anybody know mail to me. Regards, Ramesha MakeFile --- #** # # Makefile for JAVA GUI # # Author:Ramesh .A Babu, TeneT

Unidentified subject!

1998-11-25 Thread Ramesh Babu A.
ybody know mail to me. Regards, Ramesha MakeFile --- #** # # Makefile for JAVA GUI # # Author: Ramesh .A Babu, TeneT Group, 4078,, # # # Chang

JDK 1.1.7

1998-11-19 Thread a . yilmaz
I had some problems while trying to install JDK(main being, I couldn't figure out how to install it!). Could you help me somehow?

Re: which is the best CORBA/Java implementation?

1998-11-12 Thread Douglas A. Seifert
>I did exactly the same and worked perfectly for me as well, but I >didn't try it with JIT compilation switched on. >Please note that you won't have an IDL compiler under Linux, because >that part of JDK1.2 isn't written in Java :-( Yes, no help for this. We hav

Re: which is the best CORBA/Java implementation?

1998-11-12 Thread A . KLOS
RBA in | > conjunction with java? | | Hello, | | We have been able to get the JDK1.2beta CORBA implementation to work on | our Linux box. All we did was unjar the jdk1.2beta classes.zip and then | jar up all the org/omg stuff into a new archive. Put the new archive in | your $CLASSPA

Re: which is the best CORBA/Java implementation?

1998-11-12 Thread Douglas A. Seifert
stuff into a new archive. Put the new archive in your $CLASSPATH and you've got a "free" CORBA implementation. So far, we've experienced no problems with it; it even runs fine using the shuJIT just-in-time compiler. We did have problems using it with TYA, however :( If you

RE: Open Java

1998-11-05 Thread A . KLOS
-- | From: sbb / mime, , , [EMAIL PROTECTED] | To: nelson / mime, , , [EMAIL PROTECTED] | Cc: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Open Java | Date: Thursday, November 05, 1998 7:53AM | | Nelson Minar writes: | > I'd really hate to see this list get dragge

Re: JDK for 21064?

1998-10-31 Thread Michael A. Smith
On Sat, Oct 31, 1998 at 12:01:52PM -0500, Eric Bohm wrote: > >>>>> "Uncle" == Uncle George <[EMAIL PROTECTED]> writes: > > Uncle> actually a 21164a ( the "a" really counts - who wuddya [Snip] > Uncle> :-( . My 250 meg we

Re: classpath problems?

1998-10-29 Thread a
Thanks Scot and everyone else. I was calling it with the *.class extension. Without it it works. At 04:38 PM 10/29/98 -0500, you wrote: >OK, where is my.class located? Also, is the java source for my.class defined in >terms of a package? Also, are you trying to run my.class like this

Re: classpath problems?

1998-10-29 Thread a
ava -classpath $CLASSPATH java.lang.Object In class java.lang.Object: void main(String argv[]) is not defined -aaz At 04:26 PM 10/29/98 -0500, you wrote: >Are you saying you can issue javap, but not java? > >a wrote: > >> That works. >> No kaffe installed >> >>

Re: classpath problems?

1998-10-29 Thread a
our /lib/classes.zip in your >classpath > >../Martin > >a wrote: > >> Hi all >> Still having problems. My CLASSPATH is set to the needed directories as >> well as classes.zip but I still keep getting these dang errors. >> >> Can't find class test.class (t

classpath problems?

1998-10-29 Thread a
Hi all Still having problems. My CLASSPATH is set to the needed directories as well as classes.zip but I still keep getting these dang errors. Can't find class test.class (the test program) Unable to initialize threads: cannot find class java/lang/Thread help!

newbie question

1998-10-29 Thread a
Hi all, I just installed the glibc verison of the blackdown JDK 1.1.6 and I am getting this error when trying to complile a simple program using javac. /usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: error in loading shared libraries libXpm.so.4: cannot open shared object file: No such

RE: Interprocess Communication with a Java Application

1998-10-29 Thread A . KLOS
Checkout the RogueWave suite of libraries. I think Tools.h++ or ToolsPro.h++ is able to exchange data with JTools.h++ the Java version of Tools.h++. Of course these libs are not free, but not expensive either. Cheers, Addy.

Re: Java Plugin doesn't work

1998-10-28 Thread A . KLOS
e, 20 Oct 1998 13:10:43 +0800 (HKT), Robert P. Biuk-Aghai wrote: | | >On Fri, 16 Oct 1998, Patrick Lamb wrote: | > | >> I got it to work by setting the NPX_PLUGIN_PATH environment variable. | >> (It's in one of the FMs...) IIRC, it isn't supposed to be needed for a | >&g

RE: Sun's ORB & Java-Linux

1998-10-16 Thread A . KLOS
with Java but it says on Sun's web page that JavAIDL is for | JDK1.2 only. It'd also be great if the ORB is actually stable. | Suggestions for alternative ORBs perhaps ? I have used only the client part of the ORB from under Linux. What I did was I stripped the CORBA related class files fr

Re: Linux JIT?

1998-10-09 Thread A . KLOS
-- | From: nmatsumu / mime, , , [EMAIL PROTECTED] | To: user57 / mime, , , [EMAIL PROTECTED] | Cc: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Re: Linux JIT? | Date: Friday, October 09, 1998 2:39PM | | Hi, | | > Is there any other JIT compiler for Linux other than TYA? I have

RE: Arbitrary Precision Arithmetic?

1998-10-09 Thread A . KLOS
-- | From: poincare / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Arbitrary Precision Arithmetic? | Date: Thursday, October 08, 1998 11:17PM | | Hi, | Has anyone implemented any arbitrary precision arithmetic routines in | java? Take a look

DatagramSocket option in jdk1.1.6v4

1998-10-07 Thread Gwobaw A. Wu
Hi, I thought this problem is fixed in jdk1.1.6v4, but I still have it: java.net.SocketException: invalid DatagramSocket option at java.net.PlainDatagramSocketImpl.setOption(PlainDatagramSocketImpl.java:155) at java.net.MulticastSocket.create(MulticastSocket.java:111) at j

Re: javah problem in package

1998-10-07 Thread Gwobaw A. Wu
Thanks for your help. I guess this is first time I run javah with a package. --- Gwobaw ([EMAIL PROTECTED]) 3115 EECS, (313) 647-3780

javah problem in package

1998-10-06 Thread Gwobaw A. Wu
Hi, I notice that javah has a problem in generating stub include file within a package. Without package, javah is able to generate stub include ( xxx.h ) file. Here is the error message : javah Time Time: no such class. CLASSPATH is set correctly since javah works without package in the

multicast via slip

1998-10-03 Thread Gwobaw A. Wu
Hi, Does anyone know whether linux java allow multicast via slip? Currently, I am running jdk 1.1.6v1 and have a modem (28.8k) running slip. TCP/IP runs ok but it gave me core dump when I tried to join multicast group: java.net.SocketException: Cannot assign requested address at

Re: JDK 1.2 Support for CORBA

1998-10-01 Thread A . KLOS
I used this class archive | > successfully under Linux!!! I admit it is a bit of hacking, but it | > proves the portability of Java (at least of | > the ORB implemented by JavaSoft). | > | How would I be able to generate the java code from the IDL files? Indeed, you need to generate

Re: Write Once Run Anywhere?

1998-10-01 Thread A . KLOS
ote: | > > | > > I have built an application and an applet using jdk 1.1.6 under linux | > > RedHat 5.0. Both the application and the applet (which use much of the | > > same code) compile and work under linux. | > > When I copy the class files to a Win95 system, they fail with | &

Re: JDK 1.2 Support for CORBA

1998-09-30 Thread A . KLOS
nality what you can even want: | org.omg.CORBA.* package, | idl 2 java compiler, | interface repository server, | couple of good knowable services end ets. | | Take a look on http://www.ooc.com It's an official site of ORBacus | CORBA2 ORB. Whose really

RE: java AWT and Swing without XWindows

1998-09-25 Thread A . KLOS
ootprint!) in Java that I'd | like to have running on a Linux OS. Is there a way to have Java (especially | the AWT and Swing components) run without XWindows? | That would mean using either |the frame buffer, | orGGI, | orSVGI lib. Theoretically it should be possible, but it w

RE: JIT compiler TYA

1998-09-18 Thread A . KLOS
-- | From: cs.lywab / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: JIT compiler TYA | Date: Friday, September 18, 1998 3:21AM | | Dear all, | | I would like to ask do TYA support a JAVA application with native | C function call? It seem

Re: Swing & Navigator

1998-09-16 Thread A . KLOS
Swing-applet running at all. You | may update Navigator's VM for newest. Sun has a product named Java | Plug-in. It could be found at | http://java.sun.com:80/products/plugin/index.html. | I have tried it under Win32 and it was working properly. But the major | problem in Linux case is that

RE: SEGV from iostream in native method on Linux, FreeBSD, not Windoze

1998-09-15 Thread A . KLOS
To add another comment... be sure you have a version > JDK1.1.3, because until 1.1.3 JNI didn't work for me on Linux. JDK1.1.5 did work however! Cheers, Addy. -- | From: rmlynch / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: S

  1   2   >