| Thread | Last Post | Replies |
|
| Motorbike hashtable | 29 Nov 2005 10:37 GMT | 5 |
This post follows my previous post. I am struggling to write to a hashtable. I have included more code this time. See below: public void handleAddPlane() {
|
| How to make Thread Group execute a cycle every 5 minutes | 29 Nov 2005 10:02 GMT | 1 |
I have a JMeter script with 1 Thread Group that contains about 10 requests. I want the script to run indefinitely every 5 minutes with no delays between each individual requests and currently i cannot seem to find a way to do that. There are various Timers i can add to a
|
| Opinions on hibernate beans in JSP pages | 29 Nov 2005 08:23 GMT | 5 |
Right now, I have Struts action classes doing the heavy lifting of retrieving and saving objects into the database using hibernate. These hibernate beans, plus the form object that is mapped to the action class, are then available in the JSP page.
|
| Comparint timestamps | 29 Nov 2005 06:16 GMT | 4 |
I am trying to compare 2 timestamps. The idea is that if the last modified date is longer than 10 seconds display an error message. Now I am comparing 2 timestamps modifiedDate and lastEditTimeStamp and if their difference is greater than 10000 (10sec) display a message, but
|
| java.lang.NoClassDefFoundError: javax/servlet/ServletContext in AXIS client | 29 Nov 2005 03:15 GMT | 3 |
Iam getting java.lang.NoClassDefFoundError: javax/servlet/ServletContext exception while invoking the service deployed on websphere v5.1 from a dynamic axis client. Prior to that I resolved the NoClassDefFoundError for LogFactory and DiscoverSingleton
|
| jdbc class not found exception with tomcat in linux | 29 Nov 2005 03:04 GMT | 4 |
Hey, I'm getting the java.lang.ClassNotFoundException: com.mysql.jdbc.Driver exception when i try to execute database queries ive read a bit about it, but i cant figure out how to set my tomcat up
|
| Windows Vista. Ponderring.... | 29 Nov 2005 02:45 GMT | 11 |
Trying to get a jump start on any issues. Has anyone thought through if there will be any specific problems to overcome with any java implementation (mustang or not) on the new windows operating system?
|
| hashtable | 29 Nov 2005 02:32 GMT | 9 |
Im currently having a bit of a problem assesing a hashtable. The below code compiles ok, but nothing ends up in my hashtable. Could somebody offer me some advice on where im going wrong. Also i would like to retrieve this data and display it? Would i use the .get method for ...
|
| problem with Java? newbie | 29 Nov 2005 02:22 GMT | 3 |
I think I'm having problems with my Java. I am constantly getting a message that I "need to install Java Virtual Machine" when I attempt to open certain files or do something. I also cannot entirely delete my Java runtime enviroment. I would like to just reinstall Java. How ...
|
| PGP (Or GnuGP) under Java | 29 Nov 2005 01:29 GMT | 3 |
If the only needed functionalities were message encryption and decryption - how difficult would it be to write a PGP client under Java? It seems like most (all?) of the algorithms used are available in Java. Yet I see no mention anywhere of a PGP client made in Java, and I don't ...
|
| Adding Modularity to Triangle Compiler | 28 Nov 2005 22:43 GMT | 3 |
I need to add classes to the triangle programming language, i.e. need an object orieneted version of Triangle compiler. Its pretty complicated for me, I am actually trying to work on type systems for object oriented languages, and chose Triangle for it, as I was familiar
|
| Load/save text file where application is. | 28 Nov 2005 22:24 GMT | 2 |
Hi, I have a .jar that runs on various computers...sometimes Linux, sometimes Windows, etc. Can I get the path of the directory it's currently in so I can make a File() with it to save and load data? It's a simple private storage file and shouldn't have to open a FileChooser.
|
| HTML plugin for eclipse | 28 Nov 2005 21:23 GMT | 3 |
Does anyone know of a plugin for eclipse that does simple HTML color-coding, perhaps even code completion/menus for tags? It seems like such a basic thing for an editor, but it doesn't seem to be built in, and I have yet to find a free plugin that will do it.
|
| netbeans JApplet | 28 Nov 2005 21:15 GMT | 1 |
How to add all needed archive files to applet in netbeans ide. For example, I'm working on JApplet that needs XXX.jar file and it is somewhere outside home directory of project. When I want to test my application from netbeans it works fine, but when I
|
| getting a class if i know the class name | 28 Nov 2005 20:55 GMT | 8 |
I have a String whose value is "float". I need to turn that into float.class for passing into a method (I need to do this for a number of primitives....int, boolean, float, double, etc). Is there a built in way to do this? Nothing jumped out at me in the Class class
|