| Thread | Last Post | Replies |
|
| J2ME Connection Failure | 13 Feb 2004 12:53 GMT | 3 |
I'm writing a very simple HTTP program with J2ME to read a webpage. However, when I run the program, it hangs at the point " connection = (StreamConnection) Connector.open ("http://www.amazon.com/exec/obidos/tg/detail/-/007222472X"); "
|
| Swing based applet not rendering - but I have the plugin! | 13 Feb 2004 12:40 GMT | 17 |
Hope I have the right group. I'm trying to view a swing based applet on a website but it is not rendering at all (I just get a grey box). cf. error message below Yes - I know, I have the Java plug-in installed (v.1.4.1_02). I'm
|
| Can't locate serial ports | 13 Feb 2004 05:51 GMT | 3 |
I've downloaded the Java Comm 2.0 API and followed the instructions for installation. I can compile and initially run their demo programs, but apparently the CommPortIdentifier.listPortIdentifiers() method returns nothing, so I can't recognize or connect to any ports.
|
| .jar classpath issues | 12 Feb 2004 22:03 GMT | 5 |
I'm trying to package a .jar file that relies on external 3rd party libraries. Unfortunately, I've been unable to get this to work unless I either put the libraries in my jar file (which I don't want to do for my final product) or I specify where they will be in the Classpath field ...
|
| synchronized method | 12 Feb 2004 19:08 GMT | 7 |
If I create n instances of WaitNotify, they wil create n instances of Notifier. Question. Does synchronized(WaitNotify) has n instances or ONE? Would a method in many instances of a class be ...' static ' ....... or not?
|
| On-Line JAVA tutorial sites for beginners - Delurk | 12 Feb 2004 18:48 GMT | 5 |
Greetings and Felicitations, I've been reading this group for a short while and thought it would be a good idea to delurk before posting a lot of questions for all you JAVA gurus. I've just started attending an intro-to-JAVA class at a
|
| handling currency / accounting in java? | 12 Feb 2004 15:36 GMT | 2 |
my group is currently developing an application with an extensive use of java and u.s. currency. we will be calulating interest on the u.s. currency and also doing some accounting. the general consensus on the internet is that float / double is not suitable as a data type for ...
|
| SunOne Studio on Linux | 12 Feb 2004 14:32 GMT | 2 |
I have downloaded the 60-day trial version of the last SunOne Studio for Linux. When I try it to install, only development tools are installed, the installer doesn't allow to install Application Server - the message is, that _this_ version of Linux is not supported. I have SUSE 9 ...
|
| Thinking in Java | 12 Feb 2004 14:18 GMT | 1 |
HGi, I was wondering if something that said my librarian is true. Is a fourth or fith edition of Thinking in Java [Bruce Eckel]( including java 1.5) to be published soon?
|
| any good GUI editor? | 12 Feb 2004 12:37 GMT | 4 |
I have tried NetBeans IDE and it is really bad. I was told to give Forte a try but as I am looking for one similar to Visual C++ (as I feel comfortable using MFC), should I go for Visual J++ instead? Thanks for the suggestion.
|
| PixelGrabber only grabs the first line of a region | 11 Feb 2004 22:46 GMT | 1 |
I seem to have some trouble with the PixelGrabber class. After I try the following: --- code --- PixelGrabber grabber = new PixelGrabber(image, 0, 0, 26, 40, pixel, 0, 0);
|
| Noob Question: prime number algorithm? | 11 Feb 2004 22:05 GMT | 2 |
I'm working on what should be a very simple beginning exercise. The assignment is to write a class that displays all prime numbers between 1 and 100. I've tried over and over, and no matter what I do, the results just don't
|
| Trouble starting TOMCAT | 11 Feb 2004 21:42 GMT | 1 |
I've just downloaded TOMCAT 4.1.29 on WIN XP and trying to start it up. From the bin folder of TOMCAT, I tried running the .bat file, "startup".
|
| example of when to use a static class | 11 Feb 2004 19:19 GMT | 3 |
I am into designing right now and would appreciate all examples of when it is good to use a static class? BR
|
| java lang class not found | 11 Feb 2004 18:21 GMT | 1 |
Manchmal bin ich auf Seiten gestossen, die mir folgende Fehlermeldung zurückgemeldet haben: Java. lang class not found exception: Viewer2 Test applet.class
|