Java2 security exception in icebrowserbean (IceSoft)
I am getting a security exception in the IBM jdk 1.3 for Linux when trying to set a JWindow that contains an html rendering component from IceSoft. The exception appears to be generated from the browser component's own security manager. All classes for the component are contained in a jar file. Any idea on what I need to do in the java.policy file to let this thing work? The code works fine under 1.1.8. This is really bumming me out. BTW for anyone familiar with this software I am currently running version 4.06 of the icebrowserbean.jar. Any and all comments appreciated Thanks Bret -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
.tar.bz2 ?
Dear all, continuing my effort to install JDK in Linux OS, I have downloaded the jdk-1.2.2-RC4-linux-i386-glibc-2.1.2.tar.bz2. As mentioned in the readme, and also I get some directions to do this , the intallation procedures is : % tar xvfI /jdk-1.2.2-RC4-linux-i386-glibc-2.1.2.tar.bz2 I get messages, something like : .. there is no --I option and if I remove the I option , the message tells that the file is not a zip file ... There is only 2 alternatives for the JDK 1.2.2 from blakdown.org mirror sites : the .sh file and the .tar.bz2 file ... I have tried to download both and have not been succesful yet ... What should I do ? Thank you very much for all of you who have given me directions. I will try to search the IBM and Sun version also, but if you have other suggestions please let me know, and thank you. Eko Budhi S Solution is what I struggle for. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: .tar.bz2 ?
On -1 xxx -1, Eko Budhi S. wrote: > Dear all, > continuing my effort to install JDK in Linux OS, I have downloaded the > jdk-1.2.2-RC4-linux-i386-glibc-2.1.2.tar.bz2. As mentioned in the readme, > and also I get some directions to do this , the intallation procedures is : > > % tar xvfI /jdk-1.2.2-RC4-linux-i386-glibc-2.1.2.tar.bz2 use tar xvfy for bzip2-files (newer tar-versions changed the parameter!) > > I get messages, something like : > .. there is no --I option > > and if I remove the I option , the message tells that the file is not a zip > file ... > > There is only 2 alternatives for the JDK 1.2.2 from blakdown.org mirror > sites : the .sh file and the .tar.bz2 file ... I have tried to download both > and have not been succesful yet ... What should I do ? > > Thank you very much for all of you who have given me directions. > I will try to search the IBM and Sun version also, but if you have other > suggestions please let me know, and thank you. > > Eko Budhi S > Solution is what I struggle for. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > * ** ** In the manual it said "For use with W95, W98 or better"* *** So I installed Linux... *** * Ingo Rockel, EMAIL: [EMAIL PROTECTED] ** ** Homepage: http://inro.da.ru * -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: .tar.bz2 ?
On Wed, 24 May 2000, Eko Budhi S. wrote: > Thank you. > I have tried your suggestion, but it doesn't work ... and I find that the > tar version is 1.12 ... > and there is no I or y options ... is this an old tar which can't unzipped > the .bz2 ? > > tar (GNU tar) 1.12 > Copyright (C) 1988, 92, 93, 94, 95, 96, 97 > Written by John Gilmore and Jay Fenlason. this tar uses the I option for bz2. > > >> and also I get some directions to do this , the intallation > >procedures is : > >> > >> % tar xvfI /jdk-1.2.2-RC4-linux-i386-glibc-2.1.2.tar.bz2 > be sure to use the gnu-tar (e.g. Sun-tar cannot extract bz2) try this: bzip2 -d tar xvf > >use tar xvfy for bzip2-files (newer tar-versions changed the > >parameter!) > > I would thank you for any directions. > > Eko Budhi S > Solution is what I struggle for. > * ** ** In the manual it said "For use with W95, W98 or better"* *** So I installed Linux... *** * Ingo Rockel, EMAIL: [EMAIL PROTECTED] ** ** Homepage: http://inro.da.ru * -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: .tar.bz2 ?
Thank you. I have tried your suggestion, but it doesn't work ... and I find that the tar version is 1.12 ... and there is no I or y options ... is this an old tar which can't unzipped the .bz2 ? tar (GNU tar) 1.12 Copyright (C) 1988, 92, 93, 94, 95, 96, 97 Written by John Gilmore and Jay Fenlason. >> and also I get some directions to do this , the intallation >procedures is : >> >> % tar xvfI /jdk-1.2.2-RC4-linux-i386-glibc-2.1.2.tar.bz2 >use tar xvfy for bzip2-files (newer tar-versions changed the >parameter!) I would thank you for any directions. Eko Budhi S Solution is what I struggle for. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Another succesful HelloWorld
Dear all, thank you for all of your support ... I have succesfully installed JDK 1.2.2 on Caldera OpenLinux 2.3 eServer ... I used jdk-1.2.2-RC4-linux-i386-glibc-2.1.2.tar.bz2 from a mirror site of www.blackdown.org unzipped it with "bzip2 -d " first and then with "tar xvf" ... another succesful HelloWorld has been compiled and executed (interpreted) ... Special thanks for : Ingo Rockel Philip McGraw Riyad Kalla Weiqi Gao Best regards, Eko Budhi S Solution is what I struggle for ... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Another succesful HelloWorld
Dear all, thank you for all of your support ... I have succesfully installed JDK 1.2.2 on Caldera OpenLinux 2.3 eServer ... I used jdk-1.2.2-RC4-linux-i386-glibc-2.1.2.tar.bz2 from a mirror site of www.blackdown.org unzipped it with "bzip2 -d " first and then with "tar xvf" ... another succesful HelloWorld has been compiled and executed (interpreted) ... Special thanks for : Ingo Rockel Philip McGraw Riyad Kalla Weiqi Gao Best regards, Eko Budhi S Solution is what I struggle for ... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: .tar.bz2 ?
"Eko Budhi S." wrote: > > Thank you. > I have tried your suggestion, but it doesn't work ... and I find that the > tar version is 1.12 ... > and there is no I or y options ... is this an old tar which can't unzipped > the .bz2 ? Have you installed bzip2 / bunzip2? You'll need these. Tar can only do gzip/unzipping if gzip is present, and likewise for bzip2. -- Rachel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
official linux j2ee sun release
http://java.sun.com/features/2000/05/j2eelinux.html -- dimitris mailto:[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Can Java find Serial Ports on Linux?
I'm running JDK 1.2.2 on Linux x86. I've downloaded the Solaris x86 Comm API and a driver someone wrote that makes the Comm API work on a Linux box (this tip from the Comm API FAQ). Now I'm trying to get the SimpleRead.java program that comes with the Comm API to run. But the CommPortIdentifier.getPortIdentifiers() method comes back empty - i.e. the Enumeration object (or whatever it's called, new to Java here) is empty. Which means no comm objects detected. Uh oh. Is there a simple way to determine if my serial port(s) have been set up correctly in Linux? Is this a common problem (Serial Ports unavailable to Comm API on Linux)? I'm not sure if this is a Linux set-up issue or a Java issue or both. I'd appreciate any advice. Graham. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Can Java find Serial Ports on Linux?
Did you have javax.comm.properties file in correct path? The general cause for this type of problem is that. Graham Coppin <[EMAIL PROTECTED]> 05/24/2000 09:36 AM To: Java-Linux <[EMAIL PROTECTED]> cc:(bcc: Syam Kumar Abburi/SSC/THD) Subject: Can Java find Serial Ports on Linux? I'm running JDK 1.2.2 on Linux x86. I've downloaded the Solaris x86 Comm API and a driver someone wrote that makes the Comm API work on a Linux box (this tip from the Comm API FAQ). Now I'm trying to get the SimpleRead.java program that comes with the Comm API to run. But the CommPortIdentifier.getPortIdentifiers() method comes back empty - i.e. the Enumeration object (or whatever it's called, new to Java here) is empty. Which means no comm objects detected. Uh oh. Is there a simple way to determine if my serial port(s) have been set up correctly in Linux? Is this a common problem (Serial Ports unavailable to Comm API on Linux)? I'm not sure if this is a Linux set-up issue or a Java issue or both. I'd appreciate any advice. Graham. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Can Java find Serial Ports on Linux?
On Wed, May 24, 2000 at 08:36:41AM -0500, Graham Coppin wrote: > I'm running JDK 1.2.2 on Linux x86. I've downloaded the Solaris x86 > Comm API and a driver someone wrote that makes the Comm API work on a > Linux box (this tip from the Comm API FAQ). Now I'm trying to get the > SimpleRead.java program that comes with the Comm API to run. But the > CommPortIdentifier.getPortIdentifiers() method comes back empty - i.e. > the Enumeration object (or whatever it's called, new to Java here) is > empty. Which means no comm objects detected. Uh oh. Might be permissions. You might check permissions on the serial devices, or just try running as root to see if that solves the problem. Nathan > > Is there a simple way to determine if my serial port(s) have been set up > correctly in Linux? Is this a common problem (Serial Ports unavailable > to Comm API on Linux)? I'm not sure if this is a Linux set-up issue or > a Java issue or both. > > I'd appreciate any advice. > > Graham. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Adventures with Modeless Dialogs
I'm seeing a couple of problems with modeless dialogs. 1. These dialogs are "stuck" to the parent window. i.e. when you move the parent frame the dialog moves too. 2. If you minimize the parent window, the dialog minimizes with it, and it you then bring the window back up the dialog is now blank. 3. The dialog causes intermittent hangs of the Java VM. I am using native thread, and glibc version 2.1.2. Has anyone else seen anything like this? Has anyone else found a way around it? Modeless dialogs have been problematic on all of our UNIX ports If it is a core problem with Motif or something like that I'll work around it, but I'd like to know for sure. Thanks in advance for the help Zack -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
JavaOne?
Are many Linux/Java folks coming to JavaOne? I'll be there. I see a few Linux sessions and BOFs scheduled: Enterprise JavaTM for Linux HOWTO TS-977 Tuesday, June 6, 1:30 PM The J2SETM Platform on Linux, Update and Roadmap BUS-1698 Tuesday, June 6, 8:00 PM JavaTM 2 Platform on Linux BOF-1095 Thursday, June 8, 9:00 PM Linux & JavaTM Technology BOF-557 Tuesday, June 6, 11:00 PM [EMAIL PROTECTED] . . . .. . . . http://www.media.mit.edu/~nelson/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Segmentation Fault with JDK 1.1.8
I'm running JDK 1.1.8 and I am getting a segmentation fault. I'm not able to run anything. Just typing java -version returns "Segmentation Fault". I'm running Corel Linux 1.1 kernel version 2.2.12. ldconfig -D 2>&1 | grep libc | tail -1 gives this: libcom_err.so.2 => libcom_err.so.2.0 ldconfig -D 2>&1 | grep ld | tail -1 gives this: ld-linux.so.1 => ld-linux.so.1.9.10 XFree86 Version 3.3.5 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JavaOne?
[EMAIL PROTECTED] (Nelson Minar) writes: > Are many Linux/Java folks coming to JavaOne? I'll be there. I am also interested in meeting people who may be coming to JavaGrande (which is held in SF just before JavaOne). If there is enough interest, we should plan an informal Linux/Java BOF sometime during the week, perhaps just meet up at a bar for drinks. I would like to be able to put names to faces! Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JavaOne?
On Wed, 24 May 2000, Matt Welsh wrote: > [EMAIL PROTECTED] (Nelson Minar) writes: > > Are many Linux/Java folks coming to JavaOne? I'll be there. > > I am also interested in meeting people who may be coming to JavaGrande > (which is held in SF just before JavaOne). > > If there is enough interest, we should plan an informal Linux/Java BOF > sometime during the week, perhaps just meet up at a bar for drinks. > I would like to be able to put names to faces! > > Matt I would be interested in going to JavaGrande, but I hear bad things about JavaOne. Where can I find more info about JavaGrande? Do you need a place to hold it? Red Hat has a new San Francisco office ... Mo DeJong Red Hat Inc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JavaOne?
Mo DeJong wrote: > I would be interested in going to JavaGrande, but I hear bad things > about JavaOne. JavaOne costs us very expensive fee to attend it, at least US$ 1295. I'll attend Java Grande Conference but not JavaOne. > Where can I find more info about JavaGrande? ACM Java Grande 2000 Conference http://www.extreme.indiana.edu/java00/ Java Grande Forum http://www.javagrande.org/ Kazuyuki SHUDO Happy Hacking! Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]