| Thread | Last Post | Replies |
|
| file not found loop | 15 Nov 2004 16:27 GMT | 3 |
I'm trying to ask the user for a file to use. If the file is found then the program continues, but if the file is not found the user is asked to enter the filename again and again until it's found. I assume I could do it with a loop, but I'm unsure of the condition to test for
|
| JNI-invocation API problem | 15 Nov 2004 16:22 GMT | 1 |
Does anyone managed to launch a java VM from a MS VC++ application? I'm trying access my java classes from the C++ side, but I can't. The problem appears when invoking the method JNI_CreateJavaVM(..), that always returns -1.
|
| How come the varible is not initialized? | 15 Nov 2004 08:05 GMT | 7 |
every time i compile it says that the variable result isn't initialized? whats wrong with it? please help....thanks public class CrapsGame {
|
| Linux Konsole | 15 Nov 2004 05:33 GMT | 4 |
Hi, is there anything similar to javaw for linux? A line of code that closes the konsole but keeps the gui on the screen? thanx for all your help undbund
|
| Error starting Limewire | 15 Nov 2004 04:58 GMT | 1 |
Greetings, my OS is Mandrake Community 10.1, the version of Limewire I'm trying to run is limewire-3.5.6-1jpp (Jpackage), the command "java -version" gives me: java version "1.4.2_05"
|
| Compile error- cannot be applied to () | 15 Nov 2004 01:44 GMT | 1 |
My assignment is to set up a class hierarchy to represent items of furniture that require storage space. The abstract superclass is Furniture.java, and the two subclasses are RectangularFurniture.java and CylindricalFurniture.java
|
| Weighted Linear Fit | 14 Nov 2004 19:11 GMT | 7 |
I need to have a Weighted Linear Fit package for my project. I know that Linear Fit is very popular and a lot of people wrote it. However, I failed to search for such a class on Google (maybe I'm bad at googling). Does anyone have such a class/package? If so, could you please send ...
|
| Hot deployment possible for Sun Java System ApplServer ?? | 14 Nov 2004 15:54 GMT | 1 |
From JBoss I know that it is possible to deploy jar and war archives during the runtime of JBoss AppServer. Is this also possible for Sun Java System Application Server ? If yes, for what purpose is the "deploytool" ? Arnold
|
| how to modify servlet request parameters in a filter | 14 Nov 2004 13:36 GMT | 12 |
I'd like to know if it is possible to modify parameters posted from a web form to a servlet within a filter. I would like to replace the parameters posted from an HTML form
|
| Java sound : development problem | 14 Nov 2004 10:36 GMT | 3 |
I'm having real trouble getting the AudioPlayer.java (http://www.jsresources.org/) reference code to work from within my own swing application, whereas it works fine when I run the code as a stand-alone application. I've virtually copied the code from the
|
| Cannot load JDBC driver class 'com.microsoft.jdbcx.sqlserver.SQLServerDataSource' | 14 Nov 2004 08:30 GMT | 2 |
I'm trying to configure a datasource to access a Sql Sever db in a Struts application. I read a lot of tutorials and forums and then I tried to declare the datasource in this way:
|
| Signing Apps | 14 Nov 2004 07:46 GMT | 2 |
Once I've written "the world's ultimate java app", how do I sign the thing?
|
| java print out problem | 13 Nov 2004 20:09 GMT | 5 |
Hi please help me! My program is working, please test it. but the problem is: I thing that my toString methods just
|
| Why is throw called throw? | 13 Nov 2004 20:06 GMT | 7 |
This is a really, really stupid question, consider it a Friday afternoon quiz :) Why is "throw" as in "throw an exception" named "throw"? I can understand try and catch, those words make sense to me when
|
| another servlet question.. | 13 Nov 2004 16:57 GMT | 10 |
on my webhosting dir strucutre is: www.francesdelrio.com/WEB-INF/classes/<package-name> so: if I want to run more than one servlet, how do I do it?? I mean I have web.xml inside WEB-INF.. so: for another serlvet, where do
|