| Thread | Last Post | Replies |
|
| jsp:plugin | 31 Jan 2006 17:25 GMT | 2 |
Hello Sorry for reposting, hope it is not a transgression, however I really am nonplused on this. I just cant get jsp:plugin to work at all in any way I read that it should. I will not repost again. Thanks for any help or
|
| passing and testing for a query string | 31 Jan 2006 15:53 GMT | 1 |
I'm new to JSP 2.0 and have been struggling with just trying to pass a query string. I have looked in three JSP books (although only one of them is written for JSP 2.0) and I have searched on the internet to no avail. I have a link like this:
|
| Printing Pages | 31 Jan 2006 15:49 GMT | 3 |
I've done a lot of searching on printing in Java and a friend and I have done some testing and we're having problems just printing one page with an image on it. The best tutorial we found uses classes that are deprecated. Can anyone recommend a good printing tutorial or howto for ...
|
| packaging problems | 31 Jan 2006 15:23 GMT | 3 |
I hae a web application and I just want to try to get an applet working. The instructed way is to create the applet in a separate project and package it into the webapp. That works and it produces the
|
| Re:Clearlooks is unsupported?? | 31 Jan 2006 07:44 GMT | 1 |
I am using RePast simulation package with Java 1.5 on Fedora Core 4. When I run the model (see below), I get the following message. The program works, but it generates pretty ugly interface. Could anyone please let me know how to solve this problem??
|
| Unexpected Signal : 10 occurred in java code | 31 Jan 2006 07:38 GMT | 2 |
Hi can anyone give any idea about this error: I found hundreds of references to this stuff on net, but cud not get a proper solution.. BTW, I'm working on HP-UX 11.11
|
| sorry .09 instead of .08 | 30 Jan 2006 23:31 GMT | 13 |
double totalCost = 3.91, amountPaid = 4.00; int totalChange; totalChange = (int)((amountPaid - totalCost) * 100); System.out.println(totalChange);
|
| How to check/validate XML against XSD | 30 Jan 2006 22:12 GMT | 1 |
How to check/validate XML against XSD
|
| Lucene & Java | 30 Jan 2006 18:58 GMT | 2 |
I have a small but persisting problem. I wrote .jsp code that implements Lucene to do some very basic searching. There were some problems that I'm fairly certain were a result of the fact that I was running the thing through Tomcat, so I tried translating the code to
|
| .98 cents instead of .99 | 30 Jan 2006 14:40 GMT | 3 |
double totalCost = 3.91, amountPaid = 4.00; int totalChange; totalChange = (int)((amountPaid - totalCost) * 100); System.out.println(totalChange);
|
| Confused about how packages work. | 30 Jan 2006 11:31 GMT | 2 |
Say I have these two classes, in separate files, MyTest.java, MyOtherTest.java package edu.newpack.test class MyTest {
|
| ObjectInputStream, how to find the end of the stream? | 30 Jan 2006 11:31 GMT | 6 |
I've got a table model and i am reading objects from a prepared file into it. Tht thing is, i can't determine the end of the file when doing so. All my efforts always end at having IOException thrown.
|
| applet talking to server (with ajax?) | 30 Jan 2006 10:44 GMT | 2 |
I have an applet that i want to have grab text from the server. I have a php function that generates the text, right now just plain text, but it could be anything xml, json, etc. anyway, what is the best thing for me to do to have the applet
|
| JAR file which needs to call another jar file.... | 30 Jan 2006 10:07 GMT | 5 |
Ok... I'm using eclipse and I create a jar (with applet and all). It runs fine in eclipse but out on its own, it doesn't. I simply am using this html to open the jar..: <HTML>
|
| some help required : applets blinded | 30 Jan 2006 01:10 GMT | 5 |
I experienced a strange behaviour of some applets on mozilla 1.8 / W2K . The panels of the applet don't display any of its component. It's an all blank panel.
|