| Thread | Last Post | Replies |
|
| JUnit Newbie trouble | 31 Oct 2007 05:22 GMT | 4 |
I havn't really been seriously into testing yet and therefore I was looking into JUnit as it seems it is much used. Also version 4 uses annotations which looked very much simpler than previous versions. Anyhow, I've made a new project using NetBeans and have added the latest
|
| Help | 31 Oct 2007 02:02 GMT | 3 |
I'm tryin to make a game in java which is like guessing the number. eg:The number is 345 and the user enters lets say 123, so like the program is supposed to return dat one digit was guessed correctly and none were guessed correctly in their right positions. Can i get some
|
| Hey people, would you like to excahnge links with our site? | 31 Oct 2007 00:56 GMT | 2 |
Hello people, If anyone would like to link to our website, please contact us. Have a look at our site if the topic seems relevant www.jrdesignstudio.com
|
| Unable to start tomcat under Unix:Keystore error | 30 Oct 2007 02:13 GMT | 1 |
What could be the problem? Oct 17, 2007 6:54:34 PM org.apache.coyote.http11.Http11BaseProtocol init SEVERE: Error initializing endpoint
|
| [Kind-a OT] On a certain denizen | 30 Oct 2007 00:40 GMT | 3 |
I would normally place this on the c.l.j.p, but I am placing it here since I know that most people who read c.l.j.p also read c.l.j.h, and that by placing this message here, I will save a fair amount of Usenet traffic.
|
| applet help | 29 Oct 2007 22:57 GMT | 3 |
I've never made a web applet before, can anyone tell me the basics?
|
| Calling a C function from Java using the JNI | 29 Oct 2007 22:23 GMT | 18 |
Hi all, this is my first posting here, and would most appreciate some kind help. I need to pass a string to the Linux shell from Java, and because of the restrictions of the "getRuntime()" method, I'm trying to call up a
|
| client | 29 Oct 2007 21:58 GMT | 5 |
trying to get a working client to encode name and number, is this right? java.io.ObjectOutputStream java.io.ByteArrayOutputStream public static void main(String args[]){
|
| jsp client for axis2 webservice | 29 Oct 2007 15:24 GMT | 2 |
lam trying to write a jsp client for an axis2 web service. The web service is already up and running, so the wsdl is already created by axis2 automatically. I still don't know how to create a jsp client, which would just call a axis2 web service function. I would
|
| Get error message from Command prompt | 27 Oct 2007 21:13 GMT | 9 |
I am currently trying to develop a java applicatio that will enable me to shutdown or restart computers remotely. I am doing this by using the command prompt code in order to perform the shutdown. For example I am using shutdown -m \\computer name -r -f -t 30.
|
| Help with Vista error | 27 Oct 2007 17:45 GMT | 4 |
This application runs fine on XP. Vista, however, is giving me some problems. Here is the error log I get in Vista....can anyone help or know what would cause this? I did upgrade to the newest version and still get the same error...
|
| Print a binary search tree | 26 Oct 2007 12:54 GMT | 6 |
Greetings, here is my code: import java.util.*; class BinarySearchTreeSet {
|
| Questions to ask | 26 Oct 2007 02:16 GMT | 2 |
I am being thrown into a team to go scope out a project that is being pulled in house. It is Java (of course). What would try to do or ask when meeting with the other team? I will be talking with the programmers.
|
| Remote Log Off In Java | 25 Oct 2007 19:32 GMT | 2 |
Hi all, I am currently trying to develop a java application that allows the user to shutdown or restart a room full of computers at a time. I would also like the user to have the option to log off the user on a computer or on multiple computers. The computers are being
|
| JVM error (from JDeveloper) | 25 Oct 2007 08:58 GMT | 5 |
so, I have an app. servlet+jsp made and already tested in JDeveloper (11), but now, without any reason, when starting that app (through Jdev), I got an error: Oracle Java Compiler 11g
|