Re: JDK 1.1.5 for Linux
alpha For DEC Alpha commonDon't know (never looked) i386 PC version(this is the one you want) mklinux For Apple Power PC sparclinuxFor Sun Sparcs At 12:32 PM +1100 28/5/98, Umesh Harigopal wrote: >I am trying to download JDK 1.1.5 v7 for Linux. >But I see 5 different directories under .../pub/linux/JDK/JDK-1.1.5 >at almost all ftp sites : >alpha >common >i386 >mklinux >sparclinux > >I am running Linux on a 486 66Mhz DX-2 (please don't ask me to get a >life, >I love this computer). Would please tell me which one of these versions >I am supposed >to download. > >Appreciate your help. > >Umesh > Computers are not intelligent. They only think they are.
Re: applet and netscape
The problem may be that a "feature" of Netscape is that reloading a page in Netscape does _not_ reload any associated applets. I think if you want to force it to reload applets you need to do something like hold down the control key (or something like that) while clicking on reload, or alternately, shut down Netscape and restart it. Peter At 2:46 AM +1100 21/10/98, Georgios Y Lazarou wrote: >Hi, > >I have the following problem with applets and netscape: > >Linux: slackware 3.5 >Java: jdk1.1.6.v2 >Netscape 4.07 > >when I load for the first time one of applets in netscape everything >is ok. Now, when I want to rerun or reload the same applet (an applet >which plots a function), netscape don't do that. Instead, netscape >redraws the same plot that was created in the first applet loading. >When I change the applet code and compile it again, netscape doesn't >reload the new applet, but again reloads the old applet from its >cache. To load the new applet with the same name, I have to exit >netscape and then start it again, and then load the new applet. > >How can I fix this problem? > >thanks >Georgios ## #Peter Harris Ph: (03) 9628 7089# #Telstra, Satellite Services Fax: (03) 9628 7044# ##
Re: Is there a good java Linux debugger?
Try Nedit. At 1:00 AM +1100 24/1/99, Colin McDonald wrote: >Is a java debugger the same thing as a java editor. I'm looking for a >Java Editor (preferable with Colours) to use in Linux. Currently I use >Kawa in Win 32, and I am looking for something similar to this for >Linux. > >Thanks > >Chris Kakris wrote: > >> Andre Paradis wrote: >> > >> > Could you suggest a couple a good java debuggers under >> > >> > linux (free ones are prefered, but any suggestion welcomed) >> >> I use the jikes debugger. Works fine. Go to the IBM >> alphaworks web site and grab a copy: >> >> http://www.alphaWorks.ibm.com/formula/JikesDebugger >> >> Chris >> >> Dynamic Solutions Pty Ltd http://www.dynamic.net.au/christos >> 414 Gilbert Road [EMAIL PROTECTED] >> Preston, Victoria 3072 61 3 94718224 - voice >> Australia 61 3 94711622 - fax > >-- >/// >Colin McDonald >Carleton University >Bachelor of Mathematics >Combined Honours >Mathematics & Computer Science >[EMAIL PROTECTED] >\\\
RE: java map engines
Craig, If you are still interested, there is a java graph package developed by a guy at USQ called graph.tar.gz. He no longer seems interested in supporting it and it has a few bugs, most of which I have fixed. In addition, I have also added map plotting to the package (firstly for simple linear projections and more recently for any general projection you care to develop a MapProjection sub class for). If you want it, send me an e-mail and I'll forward the original package (it may be hard to find) and the full source including my mods. There are a couple of data files you can adapt to get the basic map database - the CIA Database and The World Digitised. Peter | -Original Message- | From: B. Craig Taverner <[EMAIL PROTECTED]> | To: Java Linux <[EMAIL PROTECTED]> | Date: Thursday, July 09, 1998 2:48 PM | Subject: java map engines | | | Hi, | | Does anyone know of any java based generic map toolkits written in pure | java (so I can run on linux, solaris and win32)? Something that will | allow me to easily add a map (vector &| bitmap) into my applications with | the ability to place custom objects/components on the map. | I've not looked too closely at java2D, but have been given the impression | that it's too graphics/presentation orientated, and not nearly enough map | specific features. | | Cheers, Craig | | -- | "Basic, n.: | A programming language. Related to certain social diseases in | that those who have it will not admit it in polite company." | | == | Craig Taverner --== Email:[EMAIL PROTECTED] | ComOpt AB --Tel: +46-42-212580 | Michael Löfmans Gata 6 --== Fax: +46-42-210585 | SE-254 38 Helsingborg -- Cell: +46-708-212598 | Sweden --==http://www.comopt.com | == | | | ########## #Peter Harris# #Mobile Satellite and Radio Services Ph: (03) 9628 7089# #Telstra Corporation Fax: (03) 9628 7044# ##
