| Thread | Last Post | Replies |
|
| Derby | 14 Mar 2008 01:10 GMT | 2 |
I have a copy of derby distributed with netbeans, and I added a column to my table, but now I can't drop it. ALTER TABLE Pages DROP COLUMN Links Exception in thread "main" java.sql.SQLSyntaxErrorException: Syntax
|
| Game Tree | 13 Mar 2008 13:36 GMT | 1 |
Anyone know of a good resource for learning this? Thanks, Peter
|
| Commercial Program Loads in one, not in another | 13 Mar 2008 07:07 GMT | 1 |
I've got a program from Nortel that loads/runs fine in many machines but won't run in my main laptop. I get: "Could not find a valid Java virtual Machine to load." But I have jre1.6.0_05 installed in my recently completely redone XP
|
| System.out PrintWriter print() and flush() not flushing? | 11 Mar 2008 05:20 GMT | 19 |
I have a thread that listens to a server socket. When a message arrives, I print it via System.out.println("..."); While the program is listening and not receiving a message I simply
|
| combinations | 11 Mar 2008 03:01 GMT | 4 |
If I have "n" numbers, how to list it in every possible combination. Example for 3 numbers: 3, 7, 21 1. combination is: 3,7,21
|
| share the knowledge of about intel pentium processor and processing speed.... | 11 Mar 2008 02:18 GMT | 1 |
vshare the knowledge of about intel pentium processor and processing speed.... http://intelsprocessor.googlepages.com
|
| Unexpected limitation for maximum heap size | 11 Mar 2008 02:17 GMT | 4 |
I would like to share a specific experience. I have got a computer with 2 GB main memory for a dual core processor. I have tried a bit fine-tuning of start parameters for Java virtual machines. The settings "-J-Xss81m -J-Xms364m -J-XX:PermSize=41m -J-XX:MaxPermSize=400m
|
| JSP Bean retrieval | 11 Mar 2008 00:43 GMT | 4 |
in a JSP page: <% String bookBeanBeg; bookBeanBeg = "bookBeanBeg1";
|
| String index out of range: -1 only occurs when using java.lang.Thread | 09 Mar 2008 19:34 GMT | 1 |
I have a JSP script I stripped down to just this one scriptlet: <% Thread t = new Thread(new Runnable() { public void run() {
|
| SSL Certificates? | 09 Mar 2008 00:04 GMT | 14 |
Has anybody here actually bought a certificate for their Applet or JWS project? Where did you buy and approximately what do they cost? Will a SSL cert from godaddy work for a Java Applet or JWS program? Thanks,
|
| Handling private jtextfields | 08 Mar 2008 05:29 GMT | 8 |
Hey all. Trying a simple script here, but I have no idea on how to do this. I'm trying to create a script like this: void setValue(String strName, String strText){
|
| a boolean method inside an inner class..... | 08 Mar 2008 04:48 GMT | 7 |
I have a problem with this code: String[] textFileNames = directory.list(new FilenameFilter() { public boolean accept(File dir, String name) { return name.endsWith(".JPG");
|
| XSD validation and catching ParseExceptions | 07 Mar 2008 08:00 GMT | 2 |
I'm about to ignore ParseExpections (and the like) after an XML file has validated properly against an XSD. The whole idea of the XSD validation suggests there are no semantic problems to expect with the XML file.
|
| classpath-0.92+floats+patch+arm | 06 Mar 2008 12:50 GMT | 4 |
I encountered some problems when i tried to use the float type on my embedded board based on arm926ejs core. Indeed with the following code: /
|
| install missing plugins (applet) | 06 Mar 2008 09:28 GMT | 3 |
java -version (i am getting following java installation version) java version "1.4.0_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03) Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)
|