WINNERS
** 89% BASEBALL PLAY-OFFS ** 68% COLLEGE FOOTBALL ** 67% PRO FOOTBALL ** CALL FOR TODAY'S WINNING PLAYS! ** VEGAS SMART MONEY...LATE INFORMATION PLAYS DAILY1-900-726-9056 $25/CALL.
New AWT bug
Hi .. I think I recently found a new AWT bug: If I want to include a component containing an image (realised as a seperate class that displays an image in a component) and additionally if I want to scale this image according to the size of the frame that displays the component, the image disappears if I scale it to big. Under Solaris or Windows this seems to be no problem. -- mfg. Steffen Tacke ** ** | EMail[EMAIL PROTECTED] | ** ** | [EMAIL PROTECTED] | ** ** | Mobil0171-1214763| ** ** | | ** ** | HOMEPAGE: http://www-ti.informatik.uni-tuebingen.de/~tacke | ** **
shared lib error
I am getting a shared lib error when running jedit with v5: /usr/local/java/lib/i586/green_threads/libnet.so: undefined symbol: java_net_PlainSocketImpl_socketCreate (libnet.so) Where should java_net_PlainSocketImpl_socketCreate be defined? -- C makes it easy for you to shoot yourself in the foot. C++ makes that harder, but when you do, it blows away your whole leg. -- Bjarne Stroustrup
Where is Java Image -> X11 Image code ?
I sent this message before, but I don't think it made it to the list, so I'm trying again. I'm looking for the C code which converts a Java image ( in the form of an int array ) into the coorsponding X11 image. I thought it would be straightforward, but I can't seem to find it. The closest I got was a directory full of awt_*.c files, but it doesn't look like any of the stuff in there does this conversion. Can someone please point me to it ? Also, out of curiosity, has the porting of 1.1.7 started ?
Re: WINNERS
On Fri, 9 Oct 1998 [EMAIL PROTECTED] wrote: If the people running this list can't deal with spam, can you at least leave the headers in so those of us who want to can? Please? > > ** 89% BASEBALL PLAY-OFFS > > ** 68% COLLEGE FOOTBALL > > ** 67% PRO FOOTBALL > > ** CALL FOR TODAY'S WINNING PLAYS! > > ** VEGAS SMART MONEY...LATE INFORMATION PLAYS >DAILY1-900-726-9056 $25/CALL. > > > > > > > > > > > Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.
Re: WINNERS
Here is the information on the buttwipes that sent the following spam... Tempted to send them some spam of my own this garbage is starting to tick me off... no matter what you do, it seems some spam always seems to get through... Registrant: Silicon Desert, LLC (VEGAS17-DOM) 800 S. Valley View Las Vegas, NV 89107 Domain Name: VEGAS.COM Administrative Contact: Greenspun, Daniel (DG126) [EMAIL PROTECTED] 702 385-3111 (FAX) 702 990-9099 Technical Contact, Zone Contact: Welborn, James (JW1560) [EMAIL PROTECTED] 702-385-3111 Billing Contact: Caudle, Deena (DC1450) [EMAIL PROTECTED] 702-385-3111 Record last updated on 27-Aug-98. Record created on 17-Aug-98. Database last updated on 10-Oct-98 04:15:34 EDT. Domain servers in listed order: CERBERUS.LASVEGASSUN.COM 206.103.162.1 NS.CW.NET204.70.128.1 John Summerfield wrote: > > On Fri, 9 Oct 1998 [EMAIL PROTECTED] wrote: > > If the people running this list can't deal with spam, can you at least > leave the headers in so those of us who want to can? > > Please? > > > > > ** 89% BASEBALL PLAY-OFFS > > > > ** 68% COLLEGE FOOTBALL > > > > ** 67% PRO FOOTBALL > > > > ** CALL FOR TODAY'S WINNING PLAYS! > > > > ** VEGAS SMART MONEY...LATE INFORMATION PLAYS > >DAILY1-900-726-9056 $25/CALL. > > > > > > > > > > > > > > > > > > > > > > > > Cheers > John Summerfield > http://os2.ami.com.au/os2/ for OS/2 support. > Configuration, networking, combined IBM ftpsites index.
Re: Portability
Jason Dillon wrote: > I develop for both Linux and Solaris (sparc & x86) with no problems. I am > currently using blackdowns 1.1.6v5 and Sun's 1.1.6 native threads + jit. I > don't have to change any of my code to get it to compile/run on either > platforms. The only thing that I have noticed so far, is that the default > dialog font on solaris is not bold, where is is for the blackdown port. > > I don't know about Window foo though or JBuilder. You may have some work to do > there. If you were using Sun's Win32 compiler then I would expect no problems > at all. What jvm does JBuilder use? It is a java product isn't it? If you > don't mind me asking: How is it? > > Anyways the bottom line is that I have found no incompatibilities between sun's > jdk and blackdowns. Hope this helps =) > > --jason Thank you for your answer. I may well make the jump and port my app to Linux. After all Java should be " write once and run (hopefully) anywhere!" More seriously, to answer your question, Jbuilder is an integrated development tool. It is "like" Delphi 4 or MSFT Visual Studio, very interactive, graphically oriented, very easy to use. For instance you can modify your code in the source or on the GUI interactively. Whatever change you make in one environment is made in the other. Also JBuilder is good at generating code for you such as events or code for positioning your objects in the frame. One nice thing is that you can compile against any JRE (from 1.02 to 1.2 so far). You just have to add new classes and tell the compiler which JVM you use. JBuilder is a fantastic tool It is possible that Inprise will port it to Solaris and/or Linux. (check it out at www.inprise.com). Pierre
Sorry To Bother
Frank Morton writes: > Sorry to bother you, but I am going nuts surfing for a java > JDK for linux running on MIPS. Is there such a thing? Not that I know of, at least not the JDK from Sun. Kaffe or Japhar might work there, or you could get a noncommercial source license from Sun (it's free, and easy) and apply our patches to it; it's very likely that it will mostly build, with just a little bit of architecture specific structures in the green threads switching code (basically the differences between jmp_buf structures from platform to platform). Steve