| Thread | Last Post | Replies |
|
| JSP says "Cannot find class" but the class is there! | 25 May 2005 14:09 GMT | 5 |
I'm using WebLogic 5.1 sp12 on Solaris and when i try and compile a JSP page I get the error /tmp/support/jsp_servlet/_www/__listCurriculum.java:75: Class cms.logic.Curriculum not found.
|
| How to call Web Start app from Web Start app? | 25 May 2005 13:23 GMT | 1 |
Is there a way to call another Java Web Start Application from a running Java Web Start Application, possibly from a different JNLP file? Could this be done in a way that there won't be another virtual machine launched; i. e. that the started Application will run in the same ...
|
| Why is servlet slow on first access? | 25 May 2005 11:18 GMT | 4 |
We're running on Weblogic. The first request always takes a few seconds longer than all following requests. Does anyone know why? We pre-compile our JSPs so it's not JSP compilation time. These servlets do data access - does it have something to do with the
|
| Internet Explorer, Applets and multiple JVM versions | 25 May 2005 10:12 GMT | 5 |
I'm using IE 6 and was wondering how you can force different applets to use different JVM version plugins. We have a situation whereby users need to use a 3rd party applet using Java 1.3 (Jinitiator) and need to use an in-house applet using Java
|
| axis and schema validation | 25 May 2005 07:35 GMT | 7 |
i have a web-service that accepts an xml string and needs to validate it against the schema that is referenced in the incoming string. on the client side, i use the same classes and methods and it works fine but on the server side, with the file saved as a ".jws" file and sitting in
|
| Internationalization of ordinal numbers | 25 May 2005 07:16 GMT | 2 |
Good morning, I'm adding internationalization to an existing Java application, and I've hit a wall. I need to translate ordinal numbers, as in 1st, 2nd, 3rd, etc. In the English version, the numbers are written with
|
| Can I restrict permissions at runtime? | 25 May 2005 05:57 GMT | 1 |
I have an editor application that I've writen that needs to read and write XML files to disk. I'd like to extend this program by allowing users to extend my editor by plugging in custom code they compile using certain interfaces. My editor will call their code to gain use of
|
| Installer for Java Communication-API? | 25 May 2005 05:05 GMT | 6 |
Hi NG, I have written a small terminal program which uses the java communication API. Unfortunately the com API isn't part of the standard-java-installation and has to be installed seperately. More unfortunately is that a lot of
|
| resources for salary survey for software developers | 24 May 2005 23:25 GMT | 2 |
I want to find out the salary survey and market rate for software developers in San Francisco Bay area, based on different skills and experience. Any good resources can find out? please advise. Thanks!!
|
| Yet another Java regex problem | 24 May 2005 22:55 GMT | 6 |
there's a DocBook XML file which I want to modify. The file contains something like ... <mediaobject>
|
| Plottin a pixel... | 24 May 2005 21:29 GMT | 2 |
Hei! How to write a single pixel with Java applet and OPENGL... JariTapio/Helsinki/24may2005 www.EuroJari.com
|
| newbie help needed with looping. | 24 May 2005 20:05 GMT | 2 |
I was hoping some one may be able to help me. I am trying to get a piece of code to work, which I thought I had right. But as far as I can tell, it does not do anything when I run it in jBuilder. I want to make sure the string that is collected from Keyboard.getString is
|
| tomcat 5.5.9 reload context trouble | 24 May 2005 17:34 GMT | 1 |
I cannot make tomcat reload the context when web.xml file changes. I tried creating a simple project: D:\work\test\----- META-INF | |
|
| Accessing initParam variables from a class | 24 May 2005 14:59 GMT | 8 |
My apologies if this is not the correct forum for this question: I have a Tomcat server and I'm trying to develop an application that accesses a SQL server from a java class. I know how to access the Deployment Descriptor variables from JSP using
|
| Static factory method doesn't work -- non-static does! | 24 May 2005 14:21 GMT | 22 |
Howdy, I have a strange problem: I want to implement a factory class, which has a static creation method taking an enum type which defines what type will be created.
|