| Thread | Last Post | Replies |
|
| Help: incomparable types: boolean and char error in code | 10 Feb 2005 12:30 GMT | 2 |
I need help. I have compiled the code as listed below but get the error message: incomparable types: boolean and char [javac] while (continuing == '0') {
|
| JavaCard Simulator | 10 Feb 2005 11:47 GMT | 2 |
Anyone know where i can download a Java card Simulator from?
|
| linked list | 10 Feb 2005 08:06 GMT | 2 |
I am new to java programming. I am trying to find an example of a linked list. I haven't been able to do so. If anyone can post one or send one to me I'd be grateful. Thanks.
|
| map tomcat address | 10 Feb 2005 00:25 GMT | 1 |
Hi, I am using tomcat and the address for my app is http://www.mysite.com:8080/myapp/login.jsp How can I configure tomcat so that the same app can be accessed by http://www.mysite.com
|
| How do I view the runtime execution path of a JIT JVM? | 09 Feb 2005 23:53 GMT | 2 |
I am interested in viewing the runtime execution path of a JVM featuring Just-In-Time (JIT) compilation such as Hotspot. I am specifically interested to see how much code is being inlined. Is anyone aware of a tool that does this?
|
| Question on JVM and Bytecode | 09 Feb 2005 22:22 GMT | 4 |
I am trying to get my head wrapped around the concepts of Bytecode and Java Virtual Machines. This is my understanding (right or wrong) so far. When I write a java program and compile it, the code that gets generated is not object code, as would be generated by a different kind ...
|
| Trouble using multiple JARs | 09 Feb 2005 16:23 GMT | 3 |
I've recently started using the EXPORT feature of Eclipse for JAR files, this worked great when I exported everything as one big JAR. Now, however, I'm trying to be 'clean' and split up the JARs depending on what package they're in:
|
| How to list (from command line) all files in a "jar" archive ? | 09 Feb 2005 15:55 GMT | 21 |
I thought jar -t myarchive.jar resp jar -t myarchive.jar *.*
|
| white space problems with java-sql code | 09 Feb 2005 14:53 GMT | 1 |
I'm trying to display the rows of a sql database in a web page, but the row called "Bedlington station", having a space in, is causing problems. How do I fix this? I've tried enclosing single quotes in the double quotes,
|
| Analysing wav files in java | 09 Feb 2005 14:29 GMT | 1 |
I've got a wav file consisting of a series of spoken words. I have to analyse this file in order to determine the syllable boundaries in the speech. This must be done using the Convex hull algorithm. I can get the file into memory, etc but where should I go from here?
|
| incomparable types | 09 Feb 2005 13:57 GMT | 1 |
Many thanks, That did the trick. Donna
|
| Cipher pains | 09 Feb 2005 12:54 GMT | 2 |
Somehow, the JCE continues to amaze me. It claims to support the AES cypher, yet the following code throws a NoSuchAlgoritmException: import java.security.NoSuchAlgorithmException; import javax.crypto.Cipher;
|
| Getting the wrong answer for base conversion | 09 Feb 2005 12:01 GMT | 5 |
I've been working on a program for base conversion. After making some adjustments I am yet to get the "correct" answer for my conversion. For example when i key in 100(binary) i get 10 as its decimal equivalent.
|
| BufferedReader.readLine() hangs | 09 Feb 2005 10:26 GMT | 14 |
The following program hangs on Linux 2.4.20, jre 1.5.0-01-b08, server VM with a suitably large input file (say, 4+ MB): import java.io.BufferedReader; import java.io.FileReader;
|
| Problems with School Project! | 09 Feb 2005 03:07 GMT | 2 |
Hi, sorry but this is going to be a long post. I wrote a program that simulates a 43 mile section of a turnpike. Each vehicle object created passes through 3 filters. A toll filter and 2 speedtraps. I can't seem to get the Ticket information to print correctly, and I
|