Re: Well done
You guys rockcan we send pizza to you anywherE? Pooh Bear -- "I am just a bear of little brain" On Sat, 12 Sep 1998, James Howe wrote: > To Everyone,, > > It is very easy just to get caught up in all the errors about the jdk that get > posted to this list. Therefore we must remember what a huge service the porting > team is doing for *US* ! I would like to see Sun Micro give the guys at > Blackdown a lot of money and resources to do an even better job. Remember > they do it for free and with limited resources. But in the mean time I suggest > we have a "show your support" week, where everyone sends email to the > team and says thankyou. Yeah i know that means a lot of mail but I think it > would still be very worth it. > > what does everyone else think ? > > James Howe > > P.S. Thanks alot guys !! >
Re: Problems
As a good person told me recently.. go into your green_thread library directory under java and remove the libc.so and the libdl.so and you will be fine..well it worked for me anyway.. Cheers James. Pooh Bear -- "I am just a bear of little brain" On Tue, 25 Aug 1998, G. Nelson DeSouza wrote: > Hi all, > >It'll probably sound trivial for most of you, but I've just installed > > jdk1.1.6 in my Linux box and I got the following error when running: > > $> cd $JDK_HOME; appletviewer demo/GraphLayout/example1.html > SIGSEGV 11* segmentation violation > stackbase=0xb540, stackpointer=0xb444 > > Full thread dump: > "Finalizer thread" (TID:0x4064b208, sys_thread_t:0x4138ff04, > state:R) prio=1 > "Async Garbage Collector" (TID:0x4064b250, sys_thread_t:0x4136ef04, > state:R) prio=1 > "Idle thread" (TID:0x4064b298, sys_thread_t:0x4134df04, state:R) > prio=0 > "Clock" (TID:0x4064b088, sys_thread_t:0x4132cf04, state:CW) prio=12 > "main" (TID:0x4064b0b0, sys_thread_t:0x81cc6e0, state:R) prio=5 > *current thread* > java.lang.Runtime.loadLibrary(Runtime.java) > java.lang.System.loadLibrary(System.java) > sun.awt.motif.MToolkit.(MToolkit.java:46) > java.awt.Toolkit.getDefaultToolkit(Toolkit.java:402) > sun.applet.AppletCopyright.(AppletCopyright.java:36) > sun.applet.AppletViewer.mainInit(AppletViewer.java:1038) > sun.applet.AppletViewer.main(AppletViewer.java:1047) > Monitor Cache Dump: > java.lang.Runtime@1080365288/1080757432: owner "main" (0x81cc6e0, 1 > entry) > java.lang.Class@1080369848/1080783776: owner "main" (0x81cc6e0, 1 > entry) > Registered Monitor Dump: > Thread queue lock: > Name and type hash table lock: > String intern lock: > JNI pinning lock: > JNI global reference lock: > BinClass lock: > Class loading lock: > Java stack lock: > Code rewrite lock: > Heap lock: > Has finalization queue lock: > Finalize me queue lock: > Monitor IO lock: > Child death monitor: > Event monitor: > I/O monitor: > Alarm monitor: > Waiting to be notified: > "Clock" (0x4132cf04) > Monitor registry: owner "main" (0x81cc6e0, 1 entry) > Thread Alarm Q: > > >The linux is a Slackware 3.5 (kernel 2.0.34), with jdk1.1.6, and > > $> ldconfig -D | grep libc > libc.so.5 => libc.so.5.4.44 > $> ldconfig -D | grep ld > ld-linux.so.1 => ld-linux.so.1.9.9 > $>xdpyinfo |grep 'release number' > vendor release number:3320 > > > Thanks for any help, > > Nelson > > >
Re: JDK 116 V4a Issue Resolutions, Please READ!
Thatis great and all.but where can we send the pizza to thank you for all the hard work that you have put into making any of these versions as amazing as they are!. And of course saving us from NT and the like. Pooh Bear -- "I am just a bear of little brain" On Mon, 14 Sep 1998, Kevin B. Hendricks wrote: > JDK 116 v4a Issue Resolutions: Please READ! > > > There have been a large number of reported problems with JDSK 116 v4a that > are caused by incompatible system shared libraries in one way or another. > Problems like these are really why a Linux distribution standard is > desperately needed (IMHO). > > In an attempt to prevent the Jitterbug Database from overflowing with > problems that are distribution dependent and easily fixed, here are some > things to Please try before submitting a bug report: > > > PROBLEM: SegFaults > FIX: > The system shared libraries that are shipped with the JDK are in some way > incompatible with the shared libraries in your distribution. To fix this > problem simply remove the system shared libraries that came with the JDK so > that the system shared libraries of your own system are used. >- remove libc and libdl from $JAVA_HOME/lib/XXX/green_threads/ > where XXX is your archictecture > > > > PROBLEM: font problems with messages like: > Warning: > Name: textfield > Class: XmTextField > Character 'x' not supported in font. Discarded. > FIX: > There seems to be a problem with Motif loading and finding the > libraries that deal with Locale issues on some distributions. To > work around this issue make sure libBrokenLocale.so is found and > linked to first (a Motif issue?) by doing the following: > > LD_PRELOAD=/usr/lib/libBrokenLocale.so java _name_of_class_file > > If this fixes your problem, you can edit your $JAVA_HOME/bin/.java_wrapper > so that this is done automatically. > > > > PROBLEM: SO_LINGER, MULTICAST Socket error, bad parameter > FIX: > This was my fault. I was trying to improve socket performance and > accidentally left some code in that I should have reverted. > The problem is known and a fix will appear in the next release. If you > roll your own from source, please contact me directly and I will post > a patch for you. If you don't, and this is a "show stopper!" for you, > I am sure we can make a development release available to hold you until > the next release, or you can revert back to v2 or v3. > > > > We are working on coming up with a better solution to all of these problems. > If we don't include system shared libraries in the JDK, then we get > hundreds of reports of SEGFAULTS on startup from people whose systems are > not up to date. If we do include them, we run the risk of having system > incompatibilities like the ones we are seeing now. Our previous solution > was to ship the key system shared librtaries with the JDK, knowing that > people could easily remove them if incompatitibilities arose. We are now > working on an install script that will automatically check these libraries > and then "do the right thing". > > Also, Metro Link has nicely donated updated copies of its RedHat Motif to > be used by the porting team for releases. This will hopefully clear up the > font / textfield related problems in the future. > > > I hope this information helps. > > Thanks for your support and sorry for any inconvenience. > > Kevin B. Hendricks > Blackdown Java Porting Team > [EMAIL PROTECTED] > > > > > > > > -- > Kevin B. Hendricks > Associate Professor of Operations and Information Technology > School of Business, College of William & Mary, 307 Tyler Hall, > P.O.Box 8795, Williamsburg, VA 23187-8795 > (757) 221-1702, [EMAIL PROTECTED]; http://business.tyler.wm.edu > >
Re: Where is 1.1.6v4 published?
Australia has it...cheers James. Pooh Bear -- "I am just a bear of little brain" On Mon, 14 Sep 1998, Chuck Huber wrote: > I've looked at serveral mirror sites across North America, eastern > Europe, and Japan. The best all of them have is 1.1.6v2. Your page at > http://www.blackdown.org/java-linux/ports.html shows that v4 is > available at mirror sites. > > Thanks for all of your efforts, > - Chuck > >
Re: Enerprise JavaBeans Question
I would be interested in helping to develop it. J. Pooh Bear -- "I am just a bear of little brain" On Sun, 15 Nov 1998, Carl Hewitt wrote: > I would be interested in an open source EJB implementation as well. > > Carl > > Alexey Lukin wrote: > > > Hi, All! > > > > Is anybody working on free open-source implementation of Sun's EJB > > specification? > > IMHO EJB is something real that could make Java technology serios for > > enetrprise computing. > > > > We tested EJBHome 0.4 (www.ejbhome.com) - looks promising, but... > > It's very unclear about licensing and source availability. Seems that > > guys are from NT world :-( > > > > We also tested WebLogic's Tengah and found it too big and monstrous - > > too much features and modules. > > Fnd no source ever. > > > > I think that GPL-ed EJB implementation with PostgreSQL or so could > > become good competitors for commercial products like Oracle Application > > Server 4 + Oracle8 or Informix Dynamic Server 7 for small enterprises. > > > > RedHat's model of commercial support of GPL-ed software is gaining > > sucess and shows, IMHO, the right way. > > > > -- > > With respect, > > Alexey Lukin, > > JSC "CINET" http://www.ci.net.ua > > phone/fax +380-462-101710, 101263 > > -- > * --- > Carl Hewitt > CTO / oop.com > Tools and training for enterprise > business object development > * --- > JBOT - business object toolkit for Java > www.oop.com > * --- > > >
Re: Java 1.2
Maybe there would be a volunteer from the list that would be able to help keep the page up to date. I just know what it is like to be busy.I am assuming that those lovely people at blackdown are busy as well... Those are just my $0.02 James. >> Original Message << On 12/12/98, 4:53:33 PM, Ron Resnick <[EMAIL PROTECTED]> wrote regarding Re: Java 1.2: > Michael Privat wrote: > > > > Hi, > > I realise you probably get this question ten thousand times a day, > > but is there a Java v1.2 porting project ? Is there any approximation > > about when it would be available ? > > > > Thanks a lot, > > Michael Privat > > > > --- > > Michael Privat > > Massachusetts Institute of Technology > > CECI - Advanced Artificial Intelligence - ALIVE Project > > --- > Hello, > I've only been monitoring this list for a short while myself, > but... this question does get asked a lot, and (I think) for > good reason. One of the key reasons I started poking around > on blackdown.org was to find out what the plans were for > JDK1.2 on Linux. The FAQ is vague, and clearly was written > some time ago. > My main comment here is: > I think it would be a good idea to update the FAQ, and perhaps > also put a note on the blackdown.org Java-port main page, indicating > the present status of 1.2 portation. Even if the only status > that can be reported is "don't bug us! we're working on it > and will let you know when we have something to tell you", that > would be fine, presuming it was clear that this was datestamped > after the official Sun release of Java2 a few days ago, so people > knew it was recent info. > Just my .02 > Ron > -- > Ron Resnick > DiaLogos Incorporated > http://www.dialogosweb.com
Re: Java Booster
TYA1.2 ftp://gonzalez.cyberus.ca/pub/Linux/java Tobias Ramos wrote: > Hi there people... > > Can someone tell me where I can find any Java performance booster for > linux? > > thanx. > > Tobias Ramos > Diamantina MG > [EMAIL PROTECTED]
Re: I don't want to know when 1.2 will ship - honest!
I think we should set up a system whereby the people who have paid the most money to support the blackdown effort get to ask when it is coming out and the rest can then ask themselves "self, how much am I willing to do to help support these wonderful porters..who after releasing 1.2 will get a brief thank you, then a barrage of "why the heck doesn't this work right"" Let's be patient..or ...ahhh well..I just wanted to stretch my finders on something other than coding for a moment..my moment is gone...have fun J. Pooh Bear -- "I am just a bear of little brain" On Wed, 3 Feb 1999, Dimitris Vyzovitis wrote: > [EMAIL PROTECTED] wrote: > > > I, by contrast, DO want to know, I'm just not going to ask. > > > > M. > > I think that anyone (even deep within his mind) would like to know when > it will be out. > But I also think that we should stop bothering the porters and let them > do their job. > Patience people! > > Dimitris > >
Re: In the name of national security, when will JDK 1.2 ship? :-)
Just think how much extra planning time you are getting with this coding pause...the Y10K issues will be non-existent! #;) J P.S. Wow norad..and I just thought they played space invaders.. Pooh Bear -- "I am just a bear of little brain" On Wed, 3 Feb 1999, Nathan Meyers wrote: > Our organization has adopted Java 2, Swing, and Linux for > mission-critical activities in our environment. Please advise when > JDK1.2 will be shipping for Linux. > > We and the President really appreciate the job you've been doing. We > look forward to delivery of JDK1.2 and to restoration of an effective > nuclear deterrent. > > General Meyers > NORAD Missile Command and Control > Rocky Mountain Nuclear Arsenal > > > :-) >
Re: New interest channel for 1.2 questions...
Brilliant! Pooh Bear -- "I am just a bear of little brain" On Wed, 3 Feb 1999, Jerry Treweek wrote: > Why don't we create a new interest channel for 1.2 (or 2) questions. That > will strip a lot of crud out of this channel, and the porting team and any > other patiently waiting people can filter it all out into /dev/null... > > > > > >
Re: Vector?
Have you made sure your classpath and all that stuff left over from your previous adventures in java have been cleaned up? LD_LIBRARY_PATH CLASSPATH JAVA_HOME Just making sure. cause you maybe referencing the wrong set of classes by accident. Cheers James. Pooh Bear -- "I am just a bear of little brain" On Thu, 11 Mar 1999, David Thompson wrote: > > Colleagues, > > Have the collection classes for java been completed > to fit the API? I have installed jdk1.2 on my RH5.2 > system, and compiled some simple programs to see > that it works. Then I attempted to compile some > of my work that made heavy use of java.util.Vector > and the compiler complained that java.util.Vector > does not have an add(Object object) method. I > then tried to replace the java.util.Vector with > java.util.ArrayList as a work around. The compiler > could not find java.util.ArrayList . > > I then decided to unpack the src.jar to see if these > pieces were in the src, but when trying to run jar, > the response indicated that there was no make method > for jar? > > I am sure there is a simple explanation. If someone > would educate me, I would appreciate the information. > > (I checked the FAQ and mail archives and did not find > these issues addressed). > > > Thank You > Respectfully > dt > > _ > David R.Thompson > Los Alamos National Laboratory > TSA 5 > wk.ph:505.665.5572 > email: [EMAIL PROTECTED] > _ > > > > > -- > 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: go back to gzip!
Cool I am a nobody now I thought that distributeing it using bzip2 was an excellent idea in that in promotes using bandwidth friendly software and gets people using it. Cheers James. Pooh Bear -- "I am just a bear of little brain" On Tue, 30 Mar 1999, Tucker Balch wrote: > Nobody has bzip2, whatever that is. You're making your product less portable. > If you do insist on keeping bzip2, you'll need to change your installation > instructions because they reference gzip'd files. > > --Tucker > > -- > Tucker Balch > Computer Science Department > Carnegie Mellon University > http://www.cs.cmu.edu/~trb > > > -- > 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]
Hallo
Hello Steve
I just thought you might be interested to see something that is happening
on my distribution of slakware. I recently just got 3.5 SLACKWARE and now
can't run seemingly any thing that loads some library in java. (ps if you
have a quick fix..puhhhllleeze tell me..) oh this hurts..
I sent along hopefully some useful information..
oh the dump of the stack should be there as well..
Cheers James seigel
[EMAIL PROTECTED]
Pooh Bear -- "I am just a bear of little brain"
java version "1.1.6"
import java.net.*;
import java.io.*;
public class Test {
public static void main (String a[]){
try{
Object o = InetAddress.getLocalHost();
} catch (Exception e) {
e.printStackTrace();
}
}
}
ldconfig: version 1.9.9
/usr/local/lib:
libkaffevm.so.1.00 => libkaffevm.so.1.00
libawt.so.1.00 => libawt.so.1.00
libmanagement.so.1.00 => libmanagement.so.1.00
libmath.so.1.00 => libmath.so.1.00
libzip.so.1.00 => libzip.so.1.00
libnet.so.1.00 => libnet.so.1.00
libnative.so.1.00 => libnative.so.1.00
libgck.so.1 => libgck.so.1.0.0
libgimpui.so.1 => libgimpui.so.1.0.0
libgimp.so.1 => libgimp.so.1.0.0
libgtk-1.1.so.1 => libgtk-1.1.so.1.0.0
libgdk-1.1.so.1 => libgdk-1.1.so.1.0.0
libglib-1.1.so.0 => libglib-1.1.so.0.1.1
/usr/X11R6/lib:
libgtk.so.1 => libgtk.so.1.0.2
libglib.so.1 => libglib.so.1.0.2
libgdk.so.1 => libgdk.so.1.0.2
libgimpui.so.1 => libgimpui.so.1.0.0
libgimp.so.1 => libgimp.so.1.0.0
libgck.so.1 => libgck.so.1.0.0
libXpm.so.4 => libXpm.so.4.11
libXaw3d.so.6 => libXaw3d.so.6.1
libXtst.so.6 => libXtst.so.6.1
libXt.so.6 => libXt.so.6.0
libXp.so.6 => libXp.so.6.2
libXmu.so.6 => libXmu.so.6.0
libXi.so.6 => libXi.so.6.0
libXext.so.6 => libXext.so.6.3
libXaw.so.6 => libXaw.so.6.1
libXIE.so.6 => libXIE.so.6.0
libX11.so.6 => libX11.so.6.1
libSM.so.6 => libSM.so.6.0
libPEX5.so.6 => libPEX5.so.6.0
libICE.so.6 => libICE.so.6.3
libXm.so.1 => libXm.so.1.2.0
libMrm.so.1 => libMrm.so.1.2.0
/usr/ix86-linux/lib:
/usr/ix86-linuxaout/lib:
libPEX5.so.6 => libPEX5.so.6.0
libXpm.so.4 => libXpm.so.4.3
libXt.so.6 => libXt.so.6.0
libXaw.so.6 => libXaw.so.6.0
libXIE.so.6 => libXIE.so.6.0
libX11.so.6 => libX11.so.6.0
libXt.so.3 => libXt.so.3.1.0
libXaw.so.3 => libXaw.so.3.1.0
libX11.so.3 => libX11.so.3.1.0
libdb.so.1 => libdb.so.1.85.1
libvga.so.1 => libvga.so.1.2.9
/usr/openwin/lib:
libxview.so.3 => libxview.so.3.2.2
libolgx.so.3 => libolgx.so.3.2.2
libsspkg.so.1 => libsspkg.so.1.0.0
/usr/lib:
ldconfig: warning: /usr/lib/libform.so.1.9.9g has inconsistent soname (libform.so.3.4)
ldconfig: warning: /usr/lib/libmenu.so.1.9.9g has inconsistent soname (libmenu.so.3.4)
ldconfig: warning: /usr/lib/libpanel.so.1.9.9g has inconsistent soname
(libpanel.so.3.4)
libforms.so.0.88 => libforms.so.0.88
libz.so.1 => libz.so.1.0.2
libtiff.so.3 => libtiff.so.3.4.33
librle.so.1 => librle.so.1.0.0
libppm.so.1 => libppm.so.1.0.0
libpnm.so.1 => libpnm.so.1.0.0
libpng.so.1 => libpng.so.1.0.89
libpgm.so.1 => libpgm.so.1.0.0
libpbm.so.1 => libpbm.so.1.0.0
libjpeg.so.6 => libjpeg.so.6.0.1
libfbm.so.1 => libfbm.so.1.0.0
libtk8.0.so => libtk8.0.so
libtkx8.0.2.so => libtkx8.0.2.so
libtclx8.0.2.so => libtclx8.0.2.so
libtcl8.0.so => libtcl8.0.so
libpanel.so.3.4 => libpanel.so.1.9.9g
libmenu.so.3.4 => libmenu.so.1.9.9g
libform.so.3.4 => libform.so.1.9.9g
libbfd-2.8.1.0.23.so.0 => libbfd-2.8.1.0.23.so.0.0.0
libopcodes-2.8.1.0.23.so.0 => libopcodes-2.8.1.0.23.so.0.0.0
libgpm.so.1 => libgpm.so.1.13
libstdc++.so.2.8 => libstdc++.so.2.8.0
libdb.so.1 => libdb.so.1.85.4
/lib:
ldconfig: warning: /lib/libncurses.so.1.9.9g has inconsistent soname
(libncurses.so.3.4)
libvga.so.1 => libvga.so.1.2.13
libvgagl.so.1 => libvgagl.so.1.2.13
libdl.so.1 => libdl.so.1.9.9
ld-linux.so.1 => ld-linux.so.1.9.9
libtermcap.so.2 => libtermcap.so.2.0.8
libm.so.5 => libm.so.5.0.9
libgdbm.so.1 => libgdbm.so.1.7.3
libcurses.so.1 => libcurses.so.1.0.0
libc.so.5 => l
Re: Where/what is /usr/lib/libstdc++-libc6.0-1.so.2. ?
Also, If you read the README.linux..it explains some things to do when you get this problem like using LD_PRELOAD etc... Cheers James. Pooh Bear -- "I am just a bear of little brain" On Wed, 14 Apr 1999, Moses DeJong wrote: > On Wed, 14 Apr 1999, John D. Overmars wrote: > > > I have installed the Java1.2 on Redhat 5.2. > > Every time I try to run a Swing demo I get the message: > > > > uncaught exception: java.lang.UnsatisfiedLinkError: > > /usr/local/jdk1.2/jre/lib/i386/libfontmanager.so: > > libstdc++-libc6.0-1.so.2: cannot open shared object file: No such > > file or > > directory java.lang.UnsatisfiedLinkError: > > /usr/local/jdk1.2/jre/lib/i386/libfontmanager.so: > > libstdc++-libc6.0-1.so.2: cannot open shared object file: > > > > How do I find this odddly named file? > > JDO > > > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > > (Linux with the JDK 1.2) > The JDK 1.2 port uses a strangely named stdc++ library. If you > are running on a non Debian Linux (like RedHat) you will need > to run these two commands as root after making sure that > /usr/local/lib is entered into your /etc/ld.so.conf file. > > % g++ -shared -o /usr/local/lib/libstdc++-libc6.0-1.so.2 -lm > % ldconfig > > Mo DeJong > dejong at cs.umn.edu > > > -- > 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: Java Unsatisfied link error
Yes. It means they are still working on making it robust for every distribution. This problem is mentioned in the documentation that comes with the JDK. What works for me sometimes..is to "ln -s /usr/lib/libstdc++ //usr/local/jdk1.2/jre/lib/i386/libstdc++-libc6.0-1.so.2 Cheers J Al wrote: > I am using Red Hat 5.2 and JDK 1.2 Version . I am getting the following > exception > when I try to run my application. I know the Application is ok because > it works fineon NT. > Does anybody know what this exception means. > > Exception in thread "main" java.lang.UnsatisfiedLinkError: > /usr/local/bin/jdk1.2_v1/jre/lib/i386/libfontmanager.so: > libstdc++-libc6.0-1.so.2: cannot open shared object file: No such file > or directory > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > at java.lang.ClassLoader.loadLibrary0(Compiled Code) > at java.lang.ClassLoader.loadLibrary(Compiled Code) > at java.lang.Runtime.loadLibrary0(Compiled Code) > at java.lang.System.loadLibrary(Compiled Code) > at sun.security.action.LoadLibraryAction.run(Compiled Code) > at java.security.AccessController.doPrivileged(Native Method) > at sun.awt.font.NativeFontWrapper.(NativeFontWrapper.java:41) > at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) > at > sun.awt.X11GraphicsEnvironment.(X11GraphicsEnvironment.java:61) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Compiled Code) > at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Compiled > Code) > at java.awt.Font.initializeFont(Compiled Code) > at java.awt.Font.(Compiled Code) > at javax.swing.plaf.metal.DefaultMetalTheme.(Compiled Code) > at javax.swing.plaf.metal.MetalLookAndFeel.createDefaultTheme(Compiled > Code) > at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(Compiled Code) > at javax.swing.UIManager.setLookAndFeel(Compiled Code) > at javax.swing.UIManager.setLookAndFeel(Compiled Code) > at javax.swing.UIManager.initializeDefaultLAF(Compiled Code) > at javax.swing.UIManager.initialize(Compiled Code) > at javax.swing.UIManager.maybeInitialize(Compiled Code) > at javax.swing.UIManager.getUI(Compiled Code) > at javax.swing.JPanel.updateUI(Compiled Code) > at javax.swing.JPanel.(Compiled Code) > at javax.swing.JPanel.(Compiled Code) > at javax.swing.JRootPane.createGlassPane(Compiled Code) > at javax.swing.JRootPane.(Compiled Code) > at javax.swing.JFrame.createRootPane(Compiled Code) > at javax.swing.JFrame.frameInit(Compiled Code) > at javax.swing.JFrame.(Compiled Code) > at PrintFrame.(Compiled Code) > at TwinkleTwinkleLittleStar.(Compiled Code) > at TwinkleTwinkleLittleStar.main(Compiled Code) > > -- > 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: ...
Not much of an oversite at all I would gather...just have to think about how you are coding a bit more..Careful is good when you are coding. Cheers J. At 07:31 AM 5/3/99 -0400, Michael Sinz wrote: >On Sun, 2 May 1999 20:04:19 -0400, Will Koffel wrote: > >>The java.awt.List and java.util.List conflict you have found is >>in my opinion a VERY unfortunate oversight on the part of Sun. >>It's one example of some lack of coordination in designing the >>class layout of java. So yes, it's fine that you declared a >>variable as: >> >>java.util.List foo; > >Actually, I feel that the real problem is that import lets you >use a wildcard. That is, IMHO, the real design flaw in Java. >If import required fully qualified names at all times things >would be much better. As it is now, many people import the world >which makes the packages basically useless (everything is mushed >together into a single name space) The nice thing about packages >is that you can have the same class name (due to whatever reasons) >in multiple packages and not have to give each one a strange name. >(Why have to make Jfoo, Nfoo, etc., when it really is a foo?) > > >Michael Sinz -- Director of Research & Development, NextBus Inc. >mailto:[EMAIL PROTECTED] - http://www.nextbus.com >My place on the web ---> http://www.users.fast.net/~michael_sinz > > > >-- >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: why do we need X11 to run purely command line java stuff?
oh yeah are you using ny image libs? Spencer Marks <[EMAIL PROTECTED]> wrote on 3/5/99 8:22 pm: Make sure you are not using .awt packages because if so you might run into the problem that they require a valid DISPLAY environment variable. (I just encountered a similar situation...) Spencer [EMAIL PROTECTED] (John Kozubik) writes: > Hi. > > We have a custom server that we wrote in java and runs on linux. This > custom server does nothing but open and close sockets and transfer a few > bits of data here and there - needless to say it just runs off of the > command line and that is all there is to it. > > So, in the interest of building the most spartan and clean linux box I > could, I reloaded the machine without any X-window support, X11, or any > garbage like that that we will never need. > > Now java does not work. > > Could you please explain to us how we can run our java command line program > without worrying about silly things like X11 printer libraries? My > programmer is under the impression that we MUST install all this GUI crap > just to get out simple command line utility working. I on the other hand > think that this is an absurd conception. > > Any information would be appreciated, > @qlink.queensu.ca> X-Sender: [EMAIL PROTECTED] X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Mon, 03 May 1999 21:49:00 -0400 To: [EMAIL PROTECTED] From: James Seigel <[EMAIL PROTECTED]> Subject: Re: I love you Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" i love you more . You are the best. Thank you! Toft Karen <[EMAIL PROTECTED]> wrote on 3/5/99 11:31 pm: DUDE! I love you! Smooches, K 11 to run purely command line java stuff? References: <[EMAIL PROTECTED]> Reply-to: [EMAIL PROTECTED] From: Spencer Marks <[EMAIL PROTECTED]> Date: 03 May 1999 20:22:11 + In-Reply-To: [EMAIL PROTECTED]'s message of "Mon, 03 May 1999 15:44:09 -0700" Message-ID: <[EMAIL PROTECTED]> Lines: 37 X-Mailer: Gnus v5.5/Emacs 20.3 Resent-Message-ID: <"vJVU81.0.IL3.L3aBt"@shell> Resent-From: [EMAIL PROTECTED] X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/7123 X-Loop: [EMAIL PROTECTED] Precedence: list Resent-Sender: [EMAIL PROTECTED] X-UIDL: 241ad9d625fd639f417ef589ea79fdbf Make sure you are not using .awt packages because if so you might run into the problem that they require a valid DISPLAY environment variable. (I just encountered a similar situation...) Spencer [EMAIL PROTECTED] (John Kozubik) writes: > Hi. > > We have a custom server that we wrote in java and runs on linux. This > custom server does nothing but open and close sockets and transfer a few > bits of data here and there - needless to say it just runs off of the > command line and that is all there is to it. > > So, in the interest of building the most spartan and clean linux box I > could, I reloaded the machine without any X-window support, X11, or any > garbage like that that we will never need. > > Now java does not work. > > Could you please explain to us how we can run our java command line program > without worrying about silly things like X11 printer libraries? My > programmer is under the impression that we MUST install all this GUI crap > just to get out simple command line utility working. I on the other hand > think that this is an absurd conception. > > Any information would be appreciated, > > John > > > -- > 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] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dumb Question
It is also on your Red Hat CD. J At 01:12 AM 5/5/99 -0500, Luther Baker wrote: >I am using Red Hat and recently downloaded your jdk1.2. Unfortunately, I >am not as UNIX savvy as I need to be and the .bz2 extension is throwing >me. gunzip and gzip resond with errors that they don't understand the >file format. > >Is there a man page or an http address to download this expander... or >what is .bz2 and am I typing the wrong command in. > >Thanks... > > >-- >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: Timer!!!
I think that might be a java specific question you might want to pose with source code to an advanced-java mailing list. Good luck. James. Pooh Bear -- "I am just a bear of little brain" On Mon, 10 May 1999, Rui Vale wrote: > Hello to everyone! > I'm working on an application that involves lots of Threads and some > Timers. I have a timer to show me the time (H:M:S) and when I click some > menu window that timer simply stops. I expected it to continue. I allready > tryed with a thread but the result was even worse. > Could someone tell me how to achieve my goal in another way, or if > possible how to change the timer properties to make it run infinitly. > > Thanks. > Rui > > > -- > 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: ...
Please read java's website, it has a lot of answers. Pooh Bear -- "I am just a bear of little brain" On Tue, 18 May 1999, Riyad Kalla wrote: > What is the difference between the JDK and the JRE? > > Thanks in advance, > > Riyad > > P.S.> Sorry about the HTML, this isn't my machine. > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Installer
I believe they were looking for and "installer" to install other java programs in an In$tall$hield kind of way. Hey maybe they even wanted to install the JVM in a standard place so their other scripts would work alright. Cheers J. Pooh Bear -- "I am just a bear of little brain" On Tue, 18 May 1999, Bernardo Paz Betancourt wrote: > At 02:46 p.m. 18/05/99 +0200, you wrote: > > Hello everybody > > > > I'm looking for a free good packager/installer for java. I remember that > > someone announced a free one in this list, but I've lost my notes, and > > can't find the message. Could anyone suggest me one ? Perhaps the author > > is somewhere near ? > > I have download Java from Internet site ( http://java.sun.com ), and for > the insatllation > I just make a > tar -xvz jdk_1.1.7-v1a-x86-glibc.tar.gz > tar -xvz jdk_1.1.7-v1a-x86-glibc-native.tar.gz > Then I had included the paths and you can begining to use your java compiler > > I think that you dont need a installer, but please tellme if a I´m mistaken. > > Bernardo > > > -- > 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: swing
Talk with people on advanced-java. J. Pooh Bear -- "I am just a bear of little brain" On Wed, 19 May 1999, Ozer Irfan wrote: > Hello > > How implements right click button in swing. > > Thanks > > bye > > > > > __ > Message envoye depuis iFrance >> http://www.ifrance.com > Gratuit >> hebergement/emails/abonnement INTERNET ! > > > -- > 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: free obfuscator available
It may be useful if you are trying to obfuscate how connections are being made, and hide protocols so that things stay secure. Cheers James. Pooh Bear -- "I am just a bear of little brain" On Tue, 25 May 1999, Paul Matthew Reilly wrote: > Ken McNeil <[EMAIL PROTECTED]> writes: > > > This does not have to be true. An obfuscator can be used to reduce > > the size of class files by replacing names like "someVariable" with > > a single letter. Which would lead to reduced download times of > > applets. > > It's been awhile since I've read up on obfuscators, so I stand > corrected. > > On the other hand, if the free software "obfuscator" is used solely > for reducing download times and not making it more difficult for > developers to share source code, then maybe a name change is in order. > I realize the coffee theme has been overused for Java related > products, but I'm about to make myself a cup of instant coffee and it > seems related to the functionality like reducing variables down to one > letter. Maybe something like InstantJava, InstantByteCode, or > ByteCodeOptimizer. > > -Paul > > > -- > 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: documenting all the Blackdown environment variables
JAVA_COMPILER works Pooh Bear -- "I am just a bear of little brain" On Fri, 28 May 1999, Nelson Minar wrote: > I'd like to make a list of all the environment variables the Blackdown > JDK uses to change its operation. I don't think there is a > comprehensive list anywhere. Here's what I know, can others correct > this or add to the list? Maybe we can get it into README.linux on the > next release. > > 1.1 refers to 1.1.7_v3a, 1.2 refers to 1.2pre-v1 > > Variable1.1? 1.2? Settings > > THREADS_FLAGyesyes"green" for green threads > "native" for native threads > > JAVA_COMPILER yes???If set to "tya", then "libtya.so" > will be installed as a JIT compiler > > NS_JAVA yes???If set, runs a JDK with no AWT or X11. > Starts up faster, no graphics. See > also DISPLAY > > DISPLAY yes???If unset, acts like NS_JAVA is set > > DYN_JAVAyes???If set, Motif is dynamically linked > instead of using the Motif statically > linked into the JDK bins. > > JDK_NO_KERNEL_FIX yes???"true" to remove fix for kernel > accept() bug > > DO_NOT_FREE yes???Turn off freeing memory entirely. > > DO_NOT_CHECK_MEMyes???If set, removes some checks for > double-freed memory bugs associated > with AWT. Dangerous, but slightly > faster. > > [EMAIL PROTECTED] > . . . .. . . . http://www.media.mit.edu/~nelson/ > > > -- > 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: More Newbie questions
Maybe read the documentation on the sun site about Java and then look at the docs on the servlet api and how to do some of the stuff. It seems that you aren't grasping the basics of the tools of the java language. Your last question exhibits that exception because there isn't supposed to be a main method in a servlet. They are meant to be run with a servletrunner, or with a webserver supporting servlets, like apache with jserv, JRun, or Jetty. Good luck. But please maybe read the main java site and understand the tools first. Cheers James. Don Hatch wrote: > Thanks to everyone that helped me with my last problem but now I get this > error when I run java (compiles file): > > Exception in thread "main" java.lang.NoSuchMethodError : main > > I thought it was my code, but I've tried it with example servlets from both > the jserv implementation as well as the jsdk2.0. I am compiling it in the > directory /home/admin. Here is my updated profile info: > > PATH=/usr/local/jdk1.2/bin:/usr/local/jsdk2.0/bin:/usr/local/jsdk2.0/lib/jsd > k.jar:/usr/sbin:/usr/bin:/sbin:/bin > DISPLAY=:0 > JAVA_HOME=/usr/local/jdk1.2 > CLASSPATH=.:/home/admin:/usr/local/jdk1.2/jre/lib/rt.jar:/usr/local/jsdk2.0/ > lib/jsdk.jar > > _ > Get Your Free Email at http://www.webpipe.net > > -- > 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: Help SCJD.
References: Sun's java coding standard is good. Remember to document code. Excercise: Quickly write the hello world class/program. Then after you are done Identify 3 good things about it and 5 bad things about your implementation.. ---do the class before you read the next part Now that you have identified the problems, ask yourself why they are there? Now write the class again after planning it and don't make the mistakes you made when you "QUICKLY" wrote it the first time. Cheers james. Pooh Bear -- "I am just a bear of little brain" On Thu, 4 Nov 1999, Hollis wrote: > Hello Java Developers, > > I'm going to take the Sun Certificate JAVA Developer exam. Is there > any senior developers would kindly show me some sample programs or > hints and references? > > Thanks in advanced to all. > > > -- > Best regards, > Hollis mailto:[EMAIL PROTECTED] > > > > -- > 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: Question
Check your applet tag for codebase tag Check to make sure your datbase driver is available in the directory where your codebase is implied. Make sure you database is on the same machine as the applet is loaded from. 3 is for after you fix the first two. J Pooh Bear -- "I am just a bear of little brain" On Thu, 4 Nov 1999, DD23 CCChang2 wrote: > > > Dear Sirs: > > I am junior JAVA programmer, one question need your help. > > I had RedHat Linux 6.0 with Java 1.2 SDK and PostgreSQL database, > > and my web server is Apache 1.3.6 version. > > I had copy the postgresql.jar into /jdk1.2/jre/lib/ext. > > > > then, I wrote an applet just query the data from PostgreSql database, > > and show the result on screen, then created the test.html file, > > and include the class , when I use appletviewer test.html, I can see > > the data everything is OK, > > > > but when I put the html on my web, then I can see the applet area show > > "Can't find Database Driver .. postgresql.drive" > > It's anything Linux envirounment setting error? > > Tks! > > > > Jones Chang > > > > > -- > 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: Aplletviewer wont start
Read the FAQ/README/HOWTO your problem is described in there from what I remember. Pooh Bear -- "I am just a bear of little brain" On Thu, 4 Nov 1999, Martin Kavalar wrote: > Hello! > I got a problem with my JDK. I got the jdk1.2pre-v1 at blackdown. Im using SuSE > 6.1. I unpacked the jkd, and did > > export PATH=/home//jdk1.2/bin:$PATH > > Now java and javac seems to work allright, but appletviewer gives me this error > message: > > Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/anderson > /jre/lib/i386/libfontmanager.so: libstdc++-libc6.0-1.so.2: cannot open shared > object file: No such file or directory > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > at java.lang.ClassLoader.loadLibrary0(Compiled Code) > at java.lang.ClassLoader.loadLibrary(Compiled Code) > at java.lang.Runtime.loadLibrary0(Compiled Code) > at java.lang.System.loadLibrary(Compiled Code) > at sun.security.action.LoadLibraryAction.run(Compiled Code) > at java.security.AccessController.doPrivileged(Native Method) > at sun.awt.font.NativeFontWrapper.(NativeFontWrapper.java > at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) > at sun.awt.X11GraphicsEnvironment.(X11GraphicsEnvironment.java:6 > 1) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Compiled Code) > at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Compiled Cod > e) > at sun.awt.motif.MToolkit.(MToolkit.java:59) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Compiled Code) > at java.awt.Toolkit$2.run(Compiled Code) > at java.security.AccessController.doPrivileged(Native Method) > at java.awt.Toolkit.getDefaultToolkit(Compiled Code) > at sun.applet.AppletCopyright.(Compiled Code) > at sun.applet.AppletViewer.mainInit(Compiled Code) > at sun.applet.AppletViewer.main(Compiled Code) > > Do i need any additional libs? > thx a lot >Martin > > > -- > 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: JDBC newbie question
Really 4 years? <> <> Peter Mount wrote: > On Sat, 6 Nov 1999, John N. Alegre wrote: > > > Peter, > > > > I have no problem on my end. I have 4 years expeience with Server Side > > Java. I want the most advanced JDBC driver/db combination. The question I am > > <> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: ¦^ÂÐ : Question
You need to specify the jar in the applet tag as well #:) DD23 CCChang2 wrote: > > Hi James : > > Thanks for your reply, but I still got the problem: > > My HTML code releate to Applet: > >> CODEBASE="http://10.3.13.19/~jonesc" > > WIDTH=600 HEIGHT=250> > > > > I had put my OutputApplet.class & postgresql.jar in same directory. > > and PostgreSql database & Apache Server on same machine (Linux Redhat > > 6.0). > > > > 1. When I use IE4.0 from Micro$oft Win95, I got the message in applet > > window: > > "Can't find Database driver class: java.lang.ClassNotFoundException: > > postgresql/Driver" > > 2. When I goto the same linux machine, use netscape browser, I got the > > same error reply. > > 3. But on this machine, I use appletviewer index.html, the applet can > > success got data through > > JDBC to Postgresql database. > > > > > > -- > > : James Seigel [SMTP:[EMAIL PROTECTED]] > > > > : DD23 CCChang2 > > : [EMAIL PROTECTED] > > : Re: Question > > > > Check your applet tag for codebase tag > > Check to make sure your datbase driver is available in the directory > > where > > your codebase is implied. > > Make sure you database is on the same machine as the applet is > > loaded > > from. > > > > > > 3 is for after you fix the first two. > > > > J > > > > Pooh Bear -- "I am just a bear of little brain" > > > > > > On Thu, 4 Nov 1999, DD23 CCChang2 wrote: > > > > > > > > > Dear Sirs: > > > > I am junior JAVA programmer, one question need your help. > > > > I had RedHat Linux 6.0 with Java 1.2 SDK and PostgreSQL > > database, > > > > and my web server is Apache 1.3.6 version. > > > > I had copy the postgresql.jar into /jdk1.2/jre/lib/ext. > > > > > > > > then, I wrote an applet just query the data from PostgreSql > > database, > > > > and show the result on screen, then created the test.html file, > > > > and include the class , when I use appletviewer test.html, I can > > see > > > > the data everything is OK, > > > > > > > > but when I put the html on my web, then I can see the applet > > area show > > > > "Can't find Database Driver .. postgresql.drive" > > > > It's anything Linux envirounment setting error? > > > > Tks! > > > > > > > > Jones Chang > > > > > > > > > > > > > > > -- > > > 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] > > -- > 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: Newbie Question - Please Help
Note, when it says Warning, it isn't an error. You are doing finethere isn't a problem...it just isn't using a JIT. Cheers James. Don Hatch wrote: > I can't seem to get my envireonment variables to work. When I run javac file.java I >get his error: > "Warning: JIT compiler "sunwjit" not found. Will use interpreter." > > It creates a class file and runs fine, but I still get the error. If anyone has any >suggestions, please help. I'm running Debian 2.1 with jdk1.2pre-v2. Here is a copy >of .profile: > > PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/mysql/bin:/usr/local/java/jdk1.2/bin > DISPLAY=:0 > JAVA_HOME=/usr/local/java/jdk1.2 > CLASSPATH=.:/usr/local/java/jdk1.2/jre/lib/rt.jar: > > export PATH DISPLAY JAVA_HOME CLASSPATH > > Thanks in advance, > > Don Hatch > > ___ > Site Design, Hosting, and E-Commerce at www.webpipe.net > > -- > 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: Blackdown JDK vs Sun JDK
I think this group knows who to credit for the work in the trenches when no one else was supporting us developers on the Linux platform. As always I give thanks to blackdown for their supreme efforts to make this real! James. Juergen Kreileder wrote: > > Paolo Ciccone writes: > > Paolo> On Tue, Dec 07, 1999 at 10:52:02PM +0100, Juergen Kreileder wrote: > >> AFAIK Sun has all the right to use our code. But todays press > >> release is a slap in the face for us! > > Paolo> Juergen, as I posted in other messages we are actually > Paolo> giving you guys credit for all the hard work you have done > Paolo> in the 1.2, 1.2.1 version. Unfortunately both press > Paolo> releases didn't have any mention but we have already > Paolo> released interviews with the press were we acknoledge your > Paolo> work. As you can immagine, if we wanted to hide anything, > Paolo> we could have change the files. That was not our intention > Paolo> at all. > > I didn't say so. I don't have problems with somebody using our code. > This is about respect! What we have now is stuff like: > > 'The Sun/Inprise JDK is xx times faster than that Blackdown crap.' > > 'Finally! Those script kiddies at Blackdown didn't have a clue' > > You get the song of praise --- we did the dirty work. > > Paolo> As I said before this is really a cooperative effort that > Paolo> shows what can be obtained when there's will to improve > Paolo> things. You guys gave us the ground to convince the right > Paolo> people to sponsor this project. We have, in our modest > Paolo> opinion, produced a production quality JDK. If the two > Paolo> things can be merged this will go just at benefit of all > Paolo> community. As you know very well porting and testing the > Paolo> JDK is quite a task. It has not been cheap to do it and we > > Do you think our port was cheap? We don't get paid for our efforts > and expenses. > > Paolo> took the risk of doing it while another port was under way. > Paolo> As somebody said, competition is good, especially in a case > > How can there be competetion when people working on the Sun/Inprise > JDK are on our internal mailing list and have access to our CVS > archive? > > Paolo> like this where the outcome benefit only the developers of > Paolo> Java applications. I believe that from today it's clear to > Paolo> anybody that Linux is a viable platform for Java > Paolo> applications. > > I never would have had a problem with Sun doing final testing and > releasing. > Eddie and me are asking for the 1.2.2 JCK over and over again, I've > been asking for code updates several times. The only thing we've got > so far are "You'll get it" _answers_... > Sun wants us to port extension APIs and to work on 1.3 but given this > sad story, you can imagine our motivation is very low. > > Paolo> On a similar like for JDK 1.3 Sun announced that they are > Paolo> going to do a Linux port directly. At the same time > Paolo> Blackdown is working on early code and we saw that some of > Paolo> the early patches are included in the standard 1.3 code. At > Paolo> the same time IBM announced their porting effort. > > Yep, some code from us in is 1.3, e.g. the large file support code > I've written a year ago -- this code wrong, it will never work that > way. > That's why we never used this code, I replaced it long before the > 1.2pre1 release, nevertheless the wrong code is 1.3. Sun's merging > strategy always has been a mystery to me. > > Doing a complete JDK 1.3 port shouldn't be to hard, e.g. we already > have HotSpot running on Sparc Linux. Who cares? > > Juergen > > -- > Juergen Kreileder, Blackdown Java-Linux Porting Team > http://www.blackdown.org/java-linux.html > > -- > 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: sun announcement
Oh it is there... Pooh Bear -- "I am just a bear of little brain" On Thu, 9 Dec 1999, Robbie Baldock wrote: > Dimitrios Vyzovitis wrote: > > > > That URL doesn't appear to exist... > > > > huh? > > How do I manage to see it, without using a proxy/cache? :-) > > I get a 404 from the Sun site. > > > Anyway, here is a dump of the page > > Thanks for that. > > > Robbie > > > -- > 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: Jsp Newbie, Help
It is all in the documentation. #:) James. "V.Vasant" wrote: > Hello, > I have just started learning about servlets , even though I have > sufficient knowledge of the language in general. I downloaded and > installed the JSDK 2.0 , but I couldn't find the servletrunner utility... > Also how do I view the servlets I write and where do I keep them?? > Please forgive my ignorance.. > > -Vasant.V > -Indian Institute Of Information Technology > -Hyderabad > -India > > -- > 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: IBM 1.3 Netscape plugin
I don't know...you might wanna try copying it to the address that it says that it isn't in? I ain't no rocket scientist but ... cp /usr/lib/netscape/plugin/libjavaplugin_moz5 /home/treaves/.netscape/java/lib/libjavaplugin_moz5.so might do the trick. J Pooh Bear -- "I am just a bear of little brain" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
