| Thread | Last Post | Replies |
|
| Dialogs in Applets | 09 Aug 2005 20:14 GMT | 9 |
Dialogs want Frame not Panels from which Applet is derived. What did Sun intend for you to do? Are you supposed to search for a parent frame of Applet? create one?
|
| Java Software Engineering Position (CSIRO - Sydney, Australia) | 09 Aug 2005 19:55 GMT | 4 |
A fantastic opportunity for an experienced Java Developer. We are currently seeking a software engineer (5+ years commercial experience) to work in a small team of engineers and scientists and be responsible for implementing world-leading research ideas in software.
|
| UnsatisfiedLinkError and Javah in JNI | 09 Aug 2005 19:41 GMT | 9 |
Dear Friends, I am using Visual C++ under Windows 2000 to call c++ from Java. Without package name, I succeeded; but with package name, I used javah carefully, but failed. UnsatisfiedLinkError always appears.
|
| I/O class comments | 09 Aug 2005 17:45 GMT | 5 |
I need a FilterInputStream with the following behaviour: Whenever one or more bytes are read from the underlying InputStream, the same bytes are written to an associated OutputStream (similar to the Unix tee utility). I've come up with the following class (imports not shown):
|
| Instance variable in an interface | 09 Aug 2005 17:08 GMT | 11 |
I am in a situation where i need help in deciding the right solution. I have interfaces which has a method. For each interface, I have two classes which implements that interface. For example: public interface EmpInterface () {
|
| sharing code between web apps | 09 Aug 2005 16:48 GMT | 1 |
We have a number of web applications that are currently sharing code through a file-inclusion process whereby each application delivers to the same client its own copy of common code. like this:
|
| .NET Refugee looking at Tomcat, Sun AppServer, Javabeans, servletts, JBoss, Struts...Oh Dear | 09 Aug 2005 16:36 GMT | 6 |
I have come up with an idea for an application that would benefit from being truly platform independant so I am looking at implementing it using Java technologies. However I am a little confused about all the different technologies.
|
| JMagick problem | 09 Aug 2005 16:19 GMT | 5 |
I downloaded the JMagick binaries from http://www.yeo.id.au/jmagick/. I installed ImageMagic and copied the jmagick.dll and jmagick.jar to my hard disk. My java program compiles, but when run, it gives the following error:
|
| algorithm for generating top fuzzy variations ... | 09 Aug 2005 14:57 GMT | 3 |
I am interested in obtaining the top N fuzzy variations of an string (a person or company name) using the same concept as the Levenshtein distance. Ussually Levenshtein is used to compute the distance between two given strings ... but I would
|
| How to install Java, on "Fedora Core 4" ? | 09 Aug 2005 14:50 GMT | 7 |
this is somewhat a repost. Could some one point me _exactly_ how to a good install java procedure on FC4. It seems I need to install the Java 1.5 java compiler instead of 1.4
|
| Forward server design | 09 Aug 2005 14:01 GMT | 6 |
I'm not the most experienced in client/server programming, so I would like some feedback on what I've working with. I hope this is an appropriate newsgroup for my question. I have built the following in java: A TCP server which accepts incoming
|
| What JVMs on which OS's ? | 09 Aug 2005 12:33 GMT | 23 |
We're trying to make a decision about moving part of our product to the web. Before doing this, our marketing guys wants to know how many people might actually be able to use it.
|
| I need a more sophisticated string comparison method...... | 09 Aug 2005 12:33 GMT | 8 |
I need a java method that will take two strings and compare them for similarities. For instance if I have a string "avaritari" and "avartari", I would like my java method to return a score of some sort indicating how similar they are.... I provide a simple example, but I
|
| J2EE and developer productivity | 09 Aug 2005 04:37 GMT | 10 |
I would like to bring up the fact that, as a professional java developer, I find today's development environment to be quite unproductive. Even with all the build/deploy stages scripted in ant, it still takes minutes for me to be able to run my code. For smaller
|
| What am I doing wrong here. Simple statement. Novice Question. | 09 Aug 2005 04:33 GMT | 6 |
HI! I get an error with this code. <SCRIPT language="JavaScript"> If (ifp==""){ ifp="default.htm"}
|