| Thread | Last Post | Replies |
|
| how to void internal error:500 of tomcat apache | 25 Feb 2007 19:35 GMT | 1 |
i am facing an internal error of (500)..while i try to connect apache to mysql.....i am sure with the class path ...but itz not happennin....where might the problem....plz guide me guys
|
| Weird behavior on allocation...what's going on? | 25 Feb 2007 19:20 GMT | 51 |
I'm working on an application which will be very math-intensive, and requires the use of mathematical constructs known as quaternions. They are basically 4-vectors and that's all you need to know for this discussion.
|
| HELP connecting JSP app to MS SQL using Windows Authentication | 25 Feb 2007 19:18 GMT | 1 |
I wrote an app years ago using jsp, and life has been good, it just hummed along quietly passing the password and username in the connection string ex: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
|
| Another Question: Java and other application, Java and hardware | 25 Feb 2007 18:18 GMT | 4 |
Hello! : ) I'm Roberto From Rome, and I have two questions for you. (this newsgroup is that I wants. It's gold for me!!!) 1. In a java application, can I "call" another application like microsoft
|
| Two different IDE in the same computer | 25 Feb 2007 17:59 GMT | 3 |
Hello to evribody! m Fabio From rome. My questions are thats: 1. Can I put two different IDE (netbeans IDE and Eclipse IDE) with 2 Servers like JBoss and WebSphere in the same computer? The 2 jdk (those from
|
| Specify lib dir on command line | 25 Feb 2007 16:11 GMT | 5 |
My java app needs to put a directory of jar files on the classpath. It's a pain to specify every jar file explicitly on the command line, because the files are going to change from time to time. I've seen a variety of ways to automatically include all the jar files
|
| jGRASP Installation on Windows | 25 Feb 2007 15:37 GMT | 2 |
I'm new to the world of programming, and am trying to download jGRASP on a Windows machine. It seems foolproof, but when I try to compile a JAVA program, I get the following error: jGRASP wedge2 error: command "javac" not found.
|
| Getting Started with Bluetooth | 25 Feb 2007 13:48 GMT | 2 |
I want to develop a software/program that sends sms messages to my bluetooth enabled wireless phone and receives sms messages. What are the packages that i need to download to get started with bluetooth?
|
| Is it possible to alter resource files under J2ME. | 25 Feb 2007 13:40 GMT | 3 |
I am new to J2ME, and as such, to Java too. Is it possible for an application to modify any of the files that are passed into the device with the application jar file. Example might be a resource text file used to store dictionary data, passed
|
| Socket communication issues. | 25 Feb 2007 11:15 GMT | 3 |
Scenario... Client connects to server socket, no problem sending transmission packs back and forth... Somewhere during this communication the server socket closes for any number of reasons.
|
| NewBee help with HashMaps | 25 Feb 2007 11:15 GMT | 5 |
I am using BlueJ and trying to create a HashMap to hold students names and grade results. I have been told that one variable called students, should hold a map of students using their names as keys. The student objects which are
|
| Using Visual J# in a first programming course. | 25 Feb 2007 06:04 GMT | 6 |
I'm considering using VJ# in a first programming course in addition to or in place of JBuilder and the J2SE. Given install problems other students have had, VJ# seems like a nice alternative.
|
| Difference between two implementing the Thread | 25 Feb 2007 05:39 GMT | 7 |
There are two way of Thread Implementation 1. Extending a Thread Class 2. Implementing the Runnable Interface My Question are
|
| Regex in Java - filtering out any text in parentheses? | 25 Feb 2007 01:08 GMT | 2 |
How do I get rid of any text in parentheses? For instance, I went for a walk I went (test) for a walk
|
| Java comm API examples needed | 25 Feb 2007 00:43 GMT | 3 |
Can anyone give me a link to sample programs on serial communication using java comm API? I need to send and receive data thro the serial port(COM1). I tried downloading the generic zip file from the sun site: http://www.sun.com/download/products.xml?id=43208d3d . But this
|