Re: linux

2003-02-07 Thread Alexander V. Konstantinou
0 (100%) ] isYield=false isNoop=false $ java -classpath . ThreadTest thread1 Thread2 416112 ms [peer counter=983972467 (98%) ] isYield=false isNoop=false Thread1 420883 ms [peer counter=10 (100%) ] isYield=false isNoop=false On Fri, Feb 07, 2003 at 09:52:10AM +0900, [EMAIL PROTECTED] wrote

Re: linux

2003-02-06 Thread Alexander V. Konstantinou
I'm attaching the ThreadTest file which I forgot to include in my benchmark message. Alexander public class ThreadTest extends Thread { public static final long MAX_COUNT = 10; public final char id; public long counter = 0; public ThreadTest peer = null; public boolean isYield

Re: linux

2003-02-06 Thread Alexander V. Konstantinou
Actually, thread priorities work fine in Linux. The main difference has to do with threads of the SAME priority level. In Windows, Java performs time-slicing, that is, threads of the same priority share the CPU by taking turns. In Linux, that is not the case. A thread that does not relinquish contr

Re: jini

2002-12-09 Thread Alexander V. Konstantinou
Myriam, Why do you have to enable multicast on the loopback? Are you running the system disconnected from the network? Normally, that should be the only reason to configure it that way. Beware that you may be masking some other real problem, and when you try to run services on additional machines,

Re: jini

2002-12-08 Thread Alexander V. Konstantinou
Myriam, Jini works on Linux. You have to make sure that you have multicast enabled on your eth0 interface (or eth1, ...) and that that you have a multicast route. As root execute the following (replace eth0 with an alternative interface if applicable): # ifconfig eth0 multicast # route add -net

Re: Blackdown 1.3.1 problem with the https URL scheme: Won't work

2002-12-04 Thread Alexander V. Konstantinou
David, JDK1.4 includes the JSSE libraries, whereas 1.3 does not. Hence showing that it works in 1.4 does not prove it will work in 1.3. Probably, someone made a separate installation on your IBM 1.2, some time in the past. Download the JSSE implementation from "http://java.sun.com/products/jsse/"

R_ARM_PC24 relocation out of range

2002-07-29 Thread Hari v
  Dear All, I am trying to integrate C code(Mpeg4 decoder) to some Java code on ARM Linux using JNI. I have a jvm running on the ARM Linux. While running the application I get an error: Test Case Four - Play a captured video sequence Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/l

Re: current locale ... Registered Monitor Dump... addnal info

2002-07-21 Thread Hari v
wner "main" (0x1bdf8) 1 entry Thread queue lock: owner "main" (0x1bdf8) 1 entry Monitor registry : owner "main" (0x1bdf8) 1 entry so what should be the problem? i am not able to find what's happening ?really i need help.   Hari v <[EMAIL PROTECTED]> wrote:

Re: current locale is not supported in X11 ... Registered Monitor Dump...

2002-07-21 Thread Hari v
  >>Have you got a utility called "locale" on your system. What does it>>output when you run it? No. There is no locale utility on my system. I have enabled the locale support in Busybox config.h. >>Also, you might try changing the locale with an environment variable. For>>example:>>export LC_ALL=C

Re: current locale is not supported in X11 ... Registered Monitor Dump...

2002-07-19 Thread Hari v
1 entry     Monitor registry : owner "main" (0x1bdf8) 1 entry so what should be the problem?  really i need help. Hari   Hari v <[EMAIL PROTECTED]> wrote: hi, i was able find it in handhelds.org. i kept it in correct path. when run simple awt application in rxvt terminal i am get

current locale is not supported in X11 ... running awt for arm-linux

2002-07-18 Thread Hari v
hi, i was able find it in handhelds.org. i kept it in correct path. when run simple awt application in rxvt terminal i am getting a messages as : - "current locale is not supported in X11, locale is set to CX locale modifiersare not supported , using default" ... Registered Monitor dump:

libstdc++-libc6.2-2.s for running awt on ARM-Linux

2002-07-18 Thread Hari v
hi, i need a arm binary for libstdc++-libc6.2-2.so.3 for running java awt on ARM-Linux. where to find? it comes under what package? Basically libfontmanager.so uses this library. best regards HarishDo You Yahoo!? Yahoo! Autos - Get free new car price quotes

Re: awt support on ARM920

2002-07-17 Thread Hari v
Jul 17, 2002 at 05:40:06AM -0700, Hari v wrote:> > hi,> > i have ARM920T/linux 2.4.18 running.> > does anybody successfully running java over ARM9/Linux?> > i downloaded java runtime environment (j2re-1.3.1-RC1-linux-arm.tar.bz2) from> > balckdown ftp site. i

Re: awt support on ARM920

2002-07-17 Thread Hari v
h-2.04# please i need help regarding this? what could be wrong as far as my knowledge goes PATH is set   Nathan Meyers <[EMAIL PROTECTED]> wrote: On Wed, Jul 17, 2002 at 05:40:06AM -0700, Hari v wrote:> > hi,> > i have ARM920T/linux 2.4.18 running.> > does anybody succ

awt support on ARM920

2002-07-17 Thread Hari v
hi, i have ARM920T/linux 2.4.18 running. does anybody successfully running java over ARM9/Linux? i downloaded java runtime environment (j2re-1.3.1-RC1-linux-arm.tar.bz2) from balckdown ftp site. i installed it on ARM. now i am able to run simple java applications. i have busybox support on ARM-Lin

Re: [PATCH] Fix busybox head, tail to take old -n argument (was: Re: unable to run hello world on ARM920T processor) : hello world working

2002-07-16 Thread Hari v
hi really thanks for your help. Its working!!!. i changed the "head -1" to head -n 1 in .java_wrapper file. Now i am able run hello world!!! I hope the problem is solved!!!. or is it required to apply patch to busybox. once again thanks cheers Hari   [EMAIL PROTECTED] wrot

Re: unable to run hello world on ARM920T processor

2002-07-16 Thread Hari v
h provide 'tail -f', but this cuts out -c, -q, -s, and -v. #define BB_FEATURE_FANCY_TAIL Enable support for loop devices in mount#define BB_FEATURE_MOUNT_LOOP Enable support for a real /etc/mtab file instead of /proc/mounts#define BB_FEATURE_MTAB_SUPPORT Enable support for mount

unable to run hello world on ARM920T processor

2002-07-16 Thread Hari v
hi, i have ARM920T/linux 2.4.18 running. does anybody successfully running java over ARM9/Linux? i downloaded java runtime environment (j2re-1.3.1-RC1-linux-arm.tar.bz2) from balckdown ftp site. i installed it on ARM. java is not running. i have binutils-2.9.5.0.22 gcc-2.95.2 glibc-2.1.2 when i ru

Re: j2re1.3.3 with Redhat 7.2 and Moxilla 0.9.2.1

2002-01-20 Thread Alexander V. Konstantinou
If you have root access, the easiest solution is to add a link in the /usr/lib/mozilla/plugins directory: ln -s /usr/local/java/sun-jdk1.3.1_01/jre/plugin/i386/ns600/libjavaplugin_oji.so /usr/lib/mozilla/plugins/ [ obviously you need to change the location of your JRE installation ] Alexander

Re: Help Required

2002-01-17 Thread Alexander V. Konstantinou
You must be running RedHat 7.1 with Sun JDK 1.3.0. There are two known problems with this configuration: 1. Need a link (ln -s /bin/cut /usr/bin/cut); which you solved by actually moving the executable (not a good idea) 2. Need "export LD_ASSUME_KERNEL=2.2.5" before executing java I would s

Re: java.lang.OutOfMemroyError

2001-11-15 Thread Alexander V. Konstantinou
Sounds like you have a memory leak in your program. Yes, it is possible to have memory leaks even in Java programs. All you have to do is to add objects to a collection type (map, set, list, etc) and then forget to remove them, or null all references to the collection. There are several software

RedHat 7.2/JDK compatibility?

2001-10-23 Thread Alexander V. Konstantinou
Has anyone tried the latest JDKs (Blackdown/Sun/IBM) with RedHat 7.2? In previous RedHat upgrades I had discovered incompatibilities with the Java JDKs. In one case I had to downgrade (painful!). Thanks, Alexander -- To UNSUB

Commercial: new "Beginning Java Networking" book

2001-10-01 Thread Alexander V. Konstantinou
/contributor I thought I could be forgiven this commercial posting. The relation of the book to Linux is that whenever applicable, we have included Linux-specific information (e.g. Multicast setup) and tested applications with Linux JDKs ] Alexander V. Konstantinou [E

Re: DatagramSocket and Thread problem

2001-09-24 Thread Alexander V. Konstantinou
In the C world you need to set the SO_REUSEADDR option on the datagram (UDP) socket. The setReuseAddress() has been added to JDK 1.4 for this purpose. I'm not sure how you can go about this in JDK1.2. Alexander On Sun, Sep 23, 2001 at 09:56:25PM -0700, Dustin Lang wrote: > > Hi, > > I checked

Re: Class Loader and Encryption

2001-07-15 Thread Alexander V. Konstantinou
Homayoun, Such an approach would only make decompilation only marginally more difficult. Reverse engineers would just have to first decompile your class loader and then modify that code to save the decrypted class files in another JAR. In general there is no solution to protecting code without

Re: Java-Linux on StrongArm

2001-05-05 Thread Alexander V. Konstantinou
> PocketLinux and Kaffe are free (GPL) software, however non-GPL licenses > of the PocketLinux Kaffee JVM are available for a fee. Several PDA Is that legal? I thought once you GPLed code you cannot offer it under a different license since it is likely to contain third-party contributions? Ale

Re: Problem with server sockets

2001-04-28 Thread Alexander V. Konstantinou
Kevin, I just remembered that I run into the same problem when using Sun JDK1.2.2_006. Switching to JDK 1.3 fixed the problem. Apperently 1.2.2_006 was not closing the underlying Linux sockets correctly. Alexander -- To UNSUB

Re: Problem with server sockets

2001-04-27 Thread Alexander V. Konstantinou
> 1. I'm assuming you are "NULL"ing the used sockets, so they get garbage > collected? You should not rely on garbage collection for scarce resources such as file and socket handles. Make sure you invoke socket.close() when you're done. Since you're working with threads, it is possible th

Re: RedHat 7.1 (upgrade) and Sun JDK1.3.0_02 (i386)

2001-04-24 Thread Alexander V. Konstantinou
Thanks to Cythia and Calvin for pointing me to the solution. To summarize (for the list): In order to get a stock or upgrade RedHat 7.1 (i386) system to run Sun JDK 1.3.0_02 the following two changes must be made: 1. Create a symbolic link from /bin/cut to /usr/bin/cut ln -s /bin/cut /

RedHat 7.1 (upgrade) and Sun JDK1.3.0_02 (i386)

2001-04-24 Thread Alexander V. Konstantinou
grep glibc compat-glibc-6.2-2.1.3.2 glibc-2.2.2-10 glibc-common-2.2.2-10 glibc-devel-2.2.2-10 glibc-profile-2.2.2-10 Thanks, Alexander V. Konstantinou [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Help gujarat

2001-02-23 Thread V Suresh
This is for the people of gujrat & all of us who > want to help. > There is a site called www.causeanaffect.org which > is paid for by corporate sponsors. Every click on its > "Save a life" button will result in donation of food > packets for the victims. It will not cost anything > to the people

compiling trouble

2001-02-16 Thread V Suresh
While compiling and running java programs again and again, suddenly an error occurs. The error last time was error in loading shared libraries: /(jdkpath)/jre/lib/i386/green_threads/libhp.so: Symbol memcpy@pipe, version gLIBC_2.0 not defined in file libc.so.6 with link time reference. b

"Unable to initialize threads" ??

2001-01-28 Thread V
Hi, I installed a Blackdown Java 1.1.8 on my pc and tried to start an application! I got following error message: "Unable to initialize threads - cannot find class java/lang/Thread" Does anyone know why I get this message? IBM Java 1.1.8 does not show up that error message - so I wonder if it

EVENT MODEL PROBLEM

2001-01-18 Thread Billy V. Kantartzis
can some one explain to me what is wrong here / i try to attache a Jtable in a frame and i get event erroros i am including a typescript with the error reports for you to see   --  Billy Kantartzis  3rd year computer science, Isaac Rebow House Flat 3, University of Essex, co4 3sq  Colchester, Ess

event dispaching

2001-01-17 Thread Billy V. Kantartzis
i am to link an application that i have made to a user interface the application works fine ok on prompt but  when i link the results to an JTable i get event despaching errors does some one have any idea (i am including a demo tesst programme ) you have to change the servers ana passwor fields T

-X -> Description anywhere???

2001-01-07 Thread V
Hi, does anyone know where I can find a good description of the "non-standard" options -X ? I am especially interested in further information concerning: -Xrunhprof[:help]|[:=, ...] perform heap, cpu, or monitor profiling -Xdebug enable remote debugging -Xfuture What happens by

jmf problematic thread

2000-12-16 Thread Billy V. Kantartzis
i have down loaded the jmf from blackdown. when i try to play a file i get problematic thread an error has occured . stack overflow any one knows what is wrong ? best regards   --  Billy Kantartzis  3rd year computer science, Isaac Rebow House Flat 3, University of Essex, co4 3sq  Colchester, Ess

jmf linux setup q

2000-12-15 Thread Billy V. Kantartzis
Hi all ,   i am a student and new in java and muktimedia and i would like to use jmf in my applications. I have a problem setting up the jmf for linux can some onw point to me the following how do i set the jmf registry ? i tryed doing this from the regisrty editor  it has found my device or it s

jmf rh7

2000-12-15 Thread Billy V. Kantartzis
i am making an proect as a student and i would like to use jmf to play somw multimedia files throught my applications. I am using a rh7 linux box. i have tryed the demo applets and they are displaying the video bat the sound is not playing. When i tryed  to play some wav files i got some rather s

Re: ip address in Linux

2000-12-05 Thread Alexander V. Konstantinou
As far as I know, you cannot find out the address on a single machine. If you have connections between two machines, you can use the socket getInetAddress. Alexander On Tue, Dec 05, 2000 at 01:44:12PM -0500, Francisco Gongora wrote: > Hello: > I have this situation: in my local network I have se

Re: The best window manager for java????

2000-11-17 Thread Alexander V. Konstantinou
I had a lot of problems with the RedHat 6.2 distribution of gnome. Those problems kept me working with AfterStep. After having enough with the known Java2/X11 window manager problems I decided to get gnome/sawfish working on my machine. I've now switched to the helix code gnome distribution for

javaps: Java Linux process show (ps)

2000-11-16 Thread Alexander V. Konstantinou
If you're running Java applications on a Linux machine and would like to see more detailed process information, you may download a small bourne shell script I've written for that purpose. More information at the URL: http://www.cs.columbia.edu/~akonstan/javaps Alexander V. Ko

Re: application to start automatically at boot

2000-11-15 Thread Alexander V. Konstantinou
One possible solution is to create a file containing the PID of the process. On Linux, the right place to store that would be /var/run/myprogram.pid Make sure to use the Java remove on exit feature when creating the file so that you don't have left over files. You should also use the atomic creat

Re: AWT PROblem

2000-11-11 Thread Alexander V. Konstantinou
Since this is a servlet, I presume it is running on a server. It is very likely that X11 is not running on the server. Even if it is, any decently configured HTTP server will not execute servlets as a regular user, but some special user like nobody. In that case, even if the AWT system knew the

Re: Using JNI from kernel module

2000-10-18 Thread Alexander V. Konstantinou
The Linux kernel people have long refused to accept modules written in C++; imagine their chagrin when they find out that modules are being written in Java ! That being said, it will be interesting to have a FAQ on how to do this once you adventurous souls have figured everything out. Alexander

Re: Linux error message

2000-09-28 Thread Alexander V. Konstantinou
I'm gussing that you're opening files in your application and forgetting to close them using InputStream.close(). It could also happen if you open network connections and forget to close them. The other alternative is that you're writting a massing DB or Network server, in which case you need to

Re: RedHat 7.0 breaks JREs

2000-09-26 Thread Alexander V. Konstantinou
> I'm trying to download the latest Blackdown port at this point. For those interested : Blackdown JDK 1.2.2 FCS runs on RH 7.0. I did not conduct extensive tests, but the SwingSet example runs fine. I've downgraded to RH 6.2 for the time being. Alexander ---

RedHat 7.0 breaks JREs

2000-09-26 Thread Alexander V. Konstantinou
I just upgraded my laptop from RedHat 6.2 to RedHat 7.0 and found out that : - The Sun JDK 1.2.2-006 seg faults - The IBM JDK 1.3 issues a "java not found in ..." I'm trying to download the latest Blackdown port at this point. This is a warning to those thinking of upgrading development station

Re: Shuting down a server app

2000-08-30 Thread Alexander V. Konstantinou
Starting with JDK 1.3 you can add shutdown hooks to your application in response to a TERM signal (don't think it will work for KILL). Alexander On Tue, Aug 29, 2000 at 12:56:14AM -0300, Nicol?s Lichtmaier wrote: > > Has anyone found a nice way of trapping unix signals, or of shutting > > do

Re: Java GUI (JFC) locks the machine

2000-08-22 Thread Alexander V. Konstantinou
I've noticed that the latest JDKs tend to crash the X font server (xfs) occasionally. Check to see if xfs is running, and if not, start it. Alexander On Tue, Aug 15, 2000 at 12:05:39AM -0400, Dima Ulberg wrote: > Hi, > > I am trying to run TogetherJ on the Linux SMP (Abit BP6, 2x500 > Cele

Re: jini

2000-06-08 Thread Alexander V. Konstantinou
You must set up your network interface (e.g. eth0) for multicast and add a route to that interface (replace INTERFACE with eth0 for example) : ifconfig INTERFACE multicast route add -net 224.0.0.0 netmask 240.0.0.0 dev INTERFACE On Wed, Jun 07, 2000 at 09:56:13PM -0400, David Blankley wrote: > H

Re: jdb tips?

2000-04-19 Thread Alexander V. Konstantinou
Zack, Here is how I start my JVMs (Sun JDK 1.2.2) : export LD_LIBRARY_PATH=$JAVA_HOME/lib/i386:$LD_LIBRARY_PATH JDB_FLAGS="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n" $JAVA_HOME/bin/java -Djava.compiler= $JDB_FLAGS mypackage.MyClass Then start jdb : jdb -a

Re: linked list object

2000-04-05 Thread Billy V. Kantartzis
On Wed, 5 Apr 2000, Billy V. Kantartzis wrote: > i am trying to use the ready type of linked list and i found that there is > a bug in the add.(index, object) method. > i am trying to read the index after each addition is performed and the > value i get is always 0. > when

Unidentified subject!

2000-04-05 Thread Billy V. Kantartzis
i am trying to use the ready type of linked list and i found that there is a bug in the add.(index, object) method. i am trying to read the index after each addition is performed and the value i get is always 0. when i am trying to extract data from the list thow the index is working as expecte

Help java3d

2000-03-30 Thread Dr. S. V. Rao
Hello, I have downloaded jdk-1.2.2 and java3d-1.1.3 and installed. I am viewing java3d demos using appletviews, but unable to view in nestscape. Please let me know, what I have to do? Thanks in advance svrao -- --- Dr. S. V. Rao

Re: RMI Problems

2000-03-16 Thread Alexander V. Konstantinou
Sounds like you're exporting an RMI URL with //localhost (127.0.0.1) from one machine. If you're constructing the RMI URL by invoking the InetAddress getLocalHost() method, that may be returning the loop-back interface address. I thought this problem was solved with the latest JDK, but you can w

IBM JDK1.1.8 first fix-level released

2000-01-19 Thread Alexander V. Konstantinou
http://www.ibm.com/developer/linux/ http://linuxtoday.com/stories/15272.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Passing objects in jni

1999-12-09 Thread Alexander V. Konstantinou
Wrong mailing list. Send to [EMAIL PROTECTED] Alexnder On Thu, Dec 09, 1999 at 03:23:00AM -0200, Rodrigo Gidra wrote: > Is there a way to pass a Complex Object from java to legacy code using jni? -- To UNSUBSCRIBE, email to [

Re: [Fwd: [Fwd: [Fwd: Swing Priority]]]

1999-07-20 Thread Alexander V. Konstantinou
If you read the JVM threading specification, it explicitely states that threads of the same priority are *NOT* guaranteed to be time-sliced. This is the most common cause of incompatibilities, as software that works on MS WinNT (has time-slicing), breaks on other operating systems without time-sli

Re: Something Special for Linux Developers on alphaWorks

1999-06-10 Thread Alexander V. Konstantinou
VISUALAGE FOR JAVA TECHNICAL PREVIEW FOR LINUX == http://www.software.ibm.com/ad/r/99enews6/linux/ You asked for it... you got it! In response to your overwhelming enthusiasm for VisualAge for Java and your petition for a Linux ed

Car companies adopt Java for multimedia platform

1999-05-04 Thread Alexander V. Konstantinou
Mailed in todays "NewsScan Daily" (now all we have to hope for is that they make the right choice and choose Linux as the embedded OS :-) [ ... content removed ...] CAR COMPANIES ADOPT JAVA FOR MULTIMEDIA PLATFORM The Automotive Multimedia Interface Consortium (AMIC) has agreed to use Sun Micro

Re: 1.2 problems

1999-03-28 Thread Alexander V. Konstantinou
It is a known problem with 32-bit displays (and some 24-bit ones which result in a seg fault). Start X11 in 16-bit mode. Alexander On Sat, Mar 27, 1999 at 12:59:00AM +0100, Osvaldo Pinali Doederlein wrote: > Hi, > > I definitely can't get JDK 1.2 to run GUI apps here. Console runs fine, but >

Re: createImage/swing bug

1999-03-10 Thread Alexander V. Konstantinou
problem occurs > displaying to a Linux box from a Solaris machine, then it seems that it is a > Sun bug, but the crashing under 24bpp mode sounds more like a Linux problem. > What do you think? > > -Dave > > > "Alexander V. Konstantinou" wrote: > > > It is a

Re: createImage/swing bug

1999-03-10 Thread Alexander V. Konstantinou
It is a 32bit depth problem. You will notice the same problem if you display from a Solaris machine to your Linux X-server. I also get a seg fault when in 24bit deph. Solutions ? I had to switch to 16bit depth. Alexander -

Java Linux port for Strong ARM platform

1999-03-09 Thread Sivakumar V
Hi all, I want to know whether there is a port available or some one is working on porting JDK (Java Linux) to Strong ARM platform (Netwinder?). TIA Siva --- Sivakumar V

ColorModel exception on 32-bit display (Redhat5.2+XFree3.3.2.3+AccelX)

1999-03-07 Thread Alexander V. Konstantinou
I have submitted a bug report concerning an error running the SwingSet demo on a RedHat 5.2 machine running XFree + AcceleratedX in 32-bit mode. After posting, I tried restarting in 16-bit mode and the demo executed. http://www.blackdown.org/cgi-bin/jdk/incoming?id=481;page=21;user=guest Unfortu

Is KOI8 bug still present in JDK 1.2?

1999-03-01 Thread Aleksey V. Lukin
Hello, JDK porting team! First of all let me say THANK YOU for all you doing for Linux users. Just one question: Is KOI8 bug still present in JDK 1.2? I mean that Cyrillic KOI8 chars do not get encoded into unicode in all JDKs excluding FreeBSD port. It caused incorrect behavior of JAVA applicati

Re: Porting JDK1.1.7 to Linux

1999-02-11 Thread Alexander V. Konstantinou
Note that there is a 1.1.7B also available for Windows now. It may be that the sources reflect this new version. Alexander

JavaSound and JMF performance [was Re: Another JDK 1.2 Status Report]

1999-02-05 Thread Alexander V. Konstantinou
On Fri, Feb 05, 1999 at 09:46:14AM +, [EMAIL PROTECTED] wrote: [... snip ...] > Would this affect the performance of the forthcoming Java Sound API and > Java Media Framework API. Or am I barking (mad) up the wrong tree? The Java Sound API depends on native code to provide some of the sound

Re: Question

1999-01-02 Thread Kantartzis V
you can read a file with an applet by instanciating a URL of type "file://" , but you can not write into the file. On Thu, 4 Nov 1999, Bernardo Paz Betancourt wrote: > Applets can NOT open or write files, for security > I had the same problem trying to acces to my data base in oracle by an appl

Java is... boring. The new award for Java

1998-12-12 Thread Andrew V. Shuvalov
Hello! Please take a look at Samovar awards December page: http://www.ecsl.cs.sunysb.edu/~andrew/awards/December.html that tell some funny stories about tech industry. Good luck! Andrew

Re: JDK 1.2 bogus license terms

1998-12-07 Thread Alexander V. Konstantinou
Apparently there will be changes in the license soon : http://www.zdnet.com/pcweek/stories/news/0,4153,375508,00.html Alexander On Sun, Dec 06, 1998 at 11:34:54PM -0800, Matt Welsh wrote: > > JDK 1.2 is out, and the license (http://java.sun.com/products/jdk/1.2/LICENSE) > contains the

Re: Fun apps for Java-Linux

1998-11-14 Thread Alexander V. Konstantinou
Check out the new Java Media Framework 1.1 beta release from Sun & IBM. It contains a pure Java implementation along with WinNT and Solaris performance packs. The pure Java implementation supports several media types, including popular Win formats such as WAV, MOV ... http://java.sun.com

[Fwd: Final Release of NetBeans Developer 2.0 available now]

1998-11-02 Thread Andrew V. Shuvalov
Download is damn slow. Andrew Original Message Subject: Final Release of NetBeans Developer 2.0 available now Date: Mon, 2 Nov 1998 14:30:48 -0600 From: NetBeans <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Dear NetBeans user, It's available ! The much anticipated final release

Re: Sun to deliver JDK 1.2 for Linux

1998-11-02 Thread Andrew V. Shuvalov
The similar, but not the same article at: http://www.infoworld.com/cgi-bin/displayStory.pl?98112.ecsunjava2.htm Comments, please? > Hi everyone, > > I just read the following news about Sun's plans about Java for Linux: > http://biz.yahoo.com/bw/981102/sun_micros_3.html > I guess you would be in

Java gets the award

1998-10-28 Thread Andrew V. Shuvalov
Hi All! Java received the "Samovar award" ( http://www.ecsl.cs.sunysb.edu/~andrew/awards/ ). This is humor page, don't take all this 100% serious, just take fun :) -- Andrew

Re: java.lang.reflect.Method invoke bug?

1998-10-01 Thread Andrew V. Shuvalov
Oh, i see, thanks - now it works. Andrew

java.lang.reflect.Method invoke bug?

1998-10-01 Thread Andrew V. Shuvalov
Hi! I have continous problems trying to call "invoke" in java.lang.reflect.Method class. I spend several hours and have the impression that it is not implemented. I use redhat-5.1 and jdk-1.1.6sn-1.1glibc package 1) Did somebody ever happens to run "invoke"? 2) What is the most stable and/or

Re: JDK 1.2 Support for CORBA

1998-09-28 Thread Paul V. Drobnich
> 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

libstdc++.so.2.8 :-\

1998-09-25 Thread Paul V. Drobnich
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

Re: Can't find class etc etc etc.

1998-09-24 Thread Paul V. Drobnich
> 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

Re: JDK & native threads

1998-09-23 Thread Alexander V. Konstantinou
[EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote on Wed, Sep 23, 1998 at 09:29:19AM - 0400: > Are you saying that if my application has 5 threads running, and > one of them blocks on a blocking method (i.e., BufferedReader.readLine() > on a client socket) then the 4 other threads are blocking (not run

Re: JAVA-LINUX

1998-09-22 Thread Paul V. Drobnich
> 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

jikes core dump ??

1998-09-21 Thread Paul V. Drobnich
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

Re: Swing & Navigator

1998-09-16 Thread Paul V. Drobnich
>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(JCom

Re: Java Executable?

1998-09-11 Thread Paul V. Drobnich
> 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

Re: Images

1998-09-07 Thread Paul V. Drobnich
> 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

ORB uder linux?

1998-09-04 Thread Paul V. Drobnich
Hi, Anybody knows anything about free CORBA2 ORB uder linux, or some idl2java precompiler for linux?

Re: Benchmark

1998-09-04 Thread Paul V. Drobnich
>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

Re: makemake?

1998-08-12 Thread Alexander V. Konstantinou
Take a look at jikes (the IBM research java compiler). It has an option to create makefile dependencies. In any case, it is so fast, that I compile every time with -depend and still finish much faster than javac + Makefile. http://www.alphaworks.ibm.com -> Jikes (linux) Alexander Michael D.

Sun support for linux ???

1998-07-22 Thread Alexander V. Konstantinou
Now, I don't like spreading rumors but I was reading Sun's press release for Jini (http://java.sun.com/features/1998/07/jini.html) and found the following paragraph : "... The initial public release of Jini technology will specify two simple components. The first is a software-only architecture

java-linux@java.blackdown.org

1998-06-13 Thread Andrew V. Shuvalov
Hi! Bug report: class ResultSet, method public Timestamp getTimestamp time is converted improperly: must change s = s.substring(0,18) + nm; to s = s.substring(0,19) + nm; after this seconds are not corrupted. -- Andrew begin: vcard fn: Andrew V. Shuvalov