| Thread | Last Post | Replies |
|
| j2ee installation | 13 Jun 2005 07:07 GMT | 1 |
This might be my first post on this news group. I m pretty new to JAVA. I have to run some servlets. So, I installed the j2ee (using the GUI installer, it was not allowing me to do -console) & Tomcat on my local Linux system.
|
| policy file | 12 Jun 2005 23:25 GMT | 4 |
I have this in my policyfile grant{ permission java.net.SocketPermission "localhost:1099", "connect, resolve"; permission java.net.SocketPermission "localhost:1024-", "connect, resolve";
|
| bit shifting | 12 Jun 2005 22:40 GMT | 3 |
I'm trying to get some better understanding of bit shifting. I found a method on the net that prints out the bits of an arbitrary character, number, &c. I've played with it but I'm just not getting it.
|
| question about package | 11 Jun 2005 22:52 GMT | 1 |
would you please explain how to put classes in package and to use them. I make a directory name One. And two classes: Class1 and Class2 in the directory, One. Class1.java:7: cannot find symbol
|
| Classpath question with JARs | 11 Jun 2005 18:08 GMT | 5 |
Sorry to be asking such an asinine question, but I can't make my app run after I package it in a jar file, when my app refers to library classes in a different jar file. Code snippet:
|
| Sun Java on Windows 2000 Pro | 11 Jun 2005 15:03 GMT | 3 |
HELP! I just installed Sun's jdk-1_5_0__03 (version 1.5.0, release 3) on my Windows 2000-Pro machine. The compiler cannot find the .java files. This seems to be a problem my own machine because my files compile & execute perfectly on the machines at the public computing
|
| Constructor doesnt work | 11 Jun 2005 13:42 GMT | 2 |
Hello, I want to put rmi in my application. When i make the server i have this construction: Patient patient = new Patient(); System.out.println("Binding...");
|
| Can anyone help me perform a search command? | 11 Jun 2005 06:34 GMT | 2 |
I have a GUI that allows records to be entered into a text file, I now need to perform a search on one of the fields so that the secific record id displayed in the gui I have a text field for the search query to be typed in & then a button to
|
| Encrypted NNTP ??? | 11 Jun 2005 06:20 GMT | 6 |
I was wondering if any one know if Comcast allows for encrypted communications from Outlook express to these news servers. I just ran a sniffer on my internal network and captured the traffic between my pc and the Giga news server when I updated the headers... Not to my surprise ...
|
| Word wrap on a JTextArea? | 11 Jun 2005 06:04 GMT | 3 |
How do I make the text in my JTextArea wrap so that I dont need a horizontal scrollbar? I tried setting it to not scroll horizantally ever but the text just keeps drawing and I cant see it. How can I get it wrapping?
|
| advantage of using JSP tag over Java code | 11 Jun 2005 05:47 GMT | 1 |
I want to know the advantage of using JSP tags over Java code? For example, <jsp:setProperty name="beanInstanceName" property="propertyName" /> is using the JSP tag.
|
| JDBC Drivers | 11 Jun 2005 05:27 GMT | 1 |
I have to access databases in my app and so use the java.sql package and its generic interfaces (Connection, ResultSet, ...). The user chooses the driver according to the database accessed (MySQL and Informix for now). I just saw that each driver implements the generic interfaces ...
|
| Send multiple select values without submitting form | 11 Jun 2005 05:07 GMT | 1 |
I have a mulitple select in an html form. I need to open a new window and send the selected values of the multiple select to the server. I cannot submit the form. How can I do this? I am trying
|
| result set is null | 11 Jun 2005 03:46 GMT | 3 |
i m working in jsp and i m executing a query like : String var="select * from reservation where starting_time='"+i+"' and allocation_no='"+j+"'"; ResultSet rs = st1.executeQuery(var);
|
| Run a Java Server | 11 Jun 2005 03:39 GMT | 4 |
I have a linux computer to play with. I've installed APACHE 2.0 HTTPD server, with php, and it works fine. Now, my next move is JAVA SERVELTS. Not the popular JSP but Java Servlets in general. (I've been asked to edit a website made of java
|