| Thread | Last Post | Replies |
|
| Properties.txt missing | 01 May 2006 20:35 GMT | 1 |
Hi to all, first of all , excuse my little knowledge of java programming, I'm the C/C++ type, I'm just using Eclipse to compile java code, including of course the .jar file, but for some reason, it stops in the compilation saying , "properties.txt" missing.... Can
|
| Storing a library in a .jar with eclipse | 01 May 2006 18:33 GMT | 3 |
This is more a question regarding Eclipse than Java, but since I couldn't find any group for eclipse and a google search didn't give me anything, here goes.. (I should also note that I am very new to eclipse - I have earlier used
|
| Does anyone install JCE 1.2.2 in J2ME | 01 May 2006 18:27 GMT | 3 |
Can JCE 1.2.2 be installed in J2ME? The J2ME I use is CrEme. I want to encrypt and decrypt data, so I tried to install JCE 1.2.2 in it.
|
| profiling multithread: the locks in repaint manager | 01 May 2006 17:38 GMT | 1 |
I'm profiling an application, where most of time 37% time looks like to be spent inside a method, queueComponentWorkRequest performace, which is very simple but for some synch instruction.. how can I profile what its appening?
|
| Java applet problem | 01 May 2006 15:55 GMT | 11 |
I have had a problem with Java since upgrading one of our computers from Windows ME to XP. Java applets won't run. I have uninstalled and reinstalled Java, checked all the settings according to message posts as well as information I could gather on the internet. We have ...
|
| tomcat datasource realm and form based authentication | 01 May 2006 15:53 GMT | 3 |
First off, I am using Tomcat 5.5.12 I have gone through much trouble trying to get this to work, however, I have configured my JNDI JDBC datasource. Tested and worked. Now I am attempting to configure a datasourcerealm. I stuck the following into
|
| help!! eclipse suddenly doesn't detect orangevolt | 01 May 2006 14:49 GMT | 1 |
hi.. everything was working ok yesterday, suddenly today, after i updated emf, eclipse can't orangevolt plug-in!!, how can i roll back, or find out what happened?
|
| Is it worth learning Java Server Faces? | 01 May 2006 14:46 GMT | 7 |
I don't want to start a flame war but would appreciate some comments. I have some experience with Struts and get the impression that Struts is on the way out. Recent projects I have been involved with have used Spring MVC and Spring Webflow instead of struts but my current work
|
| Will Serialization change sort order? | 01 May 2006 12:05 GMT | 2 |
I am noticiing some inconsitencies but cant pin them down. Perhaps the answer to this question can help. If I have a vector of objects which on the server side I executed Collections.sort(vector);
|
| Using files in J2ME | 01 May 2006 11:28 GMT | 2 |
I'm trying to open and read from a file using J2ME, but I seem to have a problem. Essentially, I do this: try
|
| Good Design Pattern for Refreshing Cache | 01 May 2006 11:18 GMT | 3 |
Any ideas for good design pattern references/ideas for refreshing a cache based either upon 1) elapsed time interval or
|
| jsp question | 01 May 2006 08:02 GMT | 2 |
how do i get the absolute path of a jsp file on the server from within the jsp file itself? what i want to do is to be able to get the jsp file to create a file in the same path as the jsp file itself.
|
| web service question | 01 May 2006 07:37 GMT | 6 |
String endpoint = "http://localhost:8080/axis/AddFunction.jws"; Service service = new Service(); Call call = (Call) service.createCall(); call.setOperationName(new QName(endpoint, "addInt")); // what is
|