| Thread | Last Post | Replies |
|
| Initialising a ArrayList directly | 27 Feb 2004 14:19 GMT | 2 |
I was wondering why there is no way to initialise an ArrayList or HashTable directly? Should there not be some method like, ArrayList mylist = new ArrayList{"asdf","wert","wert"};????
|
| JSP can't send to Servlet - help | 27 Feb 2004 13:47 GMT | 2 |
I tried your solution, to no avail. My servlet ChatServlet never receives any parameters whether through GET nor through POST. Here is my code in chat_validation.jsp: [Code]
|
| Java Applet - Read from file in the Web Server | 27 Feb 2004 12:58 GMT | 6 |
Is it possible to read an ASCII file from my web server with a Java Applet ? I want that when someone (client) access my website the Java Applet plot a graph with the coordenates in an ASCII file with a know path in
|
| Web Services and live Object | 27 Feb 2004 08:02 GMT | 1 |
I have a Java 2 SE application (lets call it TS), that is always running, and connects to a mainframe (using IBM Host On-Demand). Now, I want to expose its functionalities as Web Services (to be consumed by .NET clients). The problem is that all the examples I have seen on the WS ...
|
| not java but | 26 Feb 2004 23:52 GMT | 9 |
My email address used for posting in google ng get spammed within couple of minutes, exceeding the account size limit for my yahoo account. Someone mentioend to me about about scrambling the email account.
|
| Swing button to open new JFrame | 26 Feb 2004 23:41 GMT | 7 |
Hi people, hope you can sort out this simple problem... Have a button that when clicked invokes a new class. I would like this class to open a new JFrame (or a new JPanel in my existing JFrame and then repaint so the new panel is visible). In this new JFrame the user will enter some
|
| HashMap, getValueByKey and getKeyByValue | 26 Feb 2004 19:53 GMT | 7 |
I've key and value type of data to store. But I need to get those keys and values out fast from "both" directions. What I'm after is methods like value = hash.get(key) and
|
| help for JavaScript animation... | 26 Feb 2004 13:21 GMT | 2 |
my website is http://www.access-provence.com and i submit it for validation with http://validator.w3.org yesterday. the results are : 1.there is no attribute "fptype" in line : <script language="JavaScript" fptype="dynamicanimation">
|
| Tomcat not seeing JDBC driver | 26 Feb 2004 10:54 GMT | 2 |
I have started a project in JSP, Java and Oracle 8i . I have Windows - NT OS. I had downloaded Tomcat-3.3.1a and have JDK1.3.1_02 . I have classes12.zip in my classpath . On calling Connection from Java program the oracle.jdbc.driver.OracleDriver has no problem , but the JSP ...
|
| Question about assertion | 26 Feb 2004 10:05 GMT | 2 |
I'm studying 310-035 exam and encountered below question from a online java test site. I studied 310-035 with book "Sun Certified Programmer & Developer for Java 2" by Kathy Sierra & Bert Bates (McGraw Hill). This book talked
|
| Question about Collections | 26 Feb 2004 09:57 GMT | 2 |
I'm studying 310-035 and met below question in online test site. My question is how deep will the exam test on Collections class functions because what I know from my textbook are just add(), Iterator.iterator() methods. There are actually many Collection class
|
| Linux java.lang.OutOfMemoryError: unable to create new native thread | 26 Feb 2004 07:31 GMT | 6 |
Hi, We are running a web application which is a stateless system and gets a lot of hits a day per server. We are running the following configuration :
|
| Changing Directories | 26 Feb 2004 07:22 GMT | 14 |
I'm porting an application from C++ to Java that runs with Linux. In C++ I can use the chdir() function to change the working directory. What is the comparable method in Java? Thanks
|
| empty input string | 26 Feb 2004 01:56 GMT | 4 |
I have a Java class called from a servlet that runs fine on Win2000 Tomcat but gives an empty InputStream each time I try it on a Unix Solaris machine. Both the Win2000 PC and Unix machine are using J2SDK 1.4.2 and Tomcat 4.1.24.
|
| JMF for linux fails at first hurdle | 26 Feb 2004 00:28 GMT | 5 |
I've got a bit of a problem with the Java Media Framework for linux that Sun is distributing. I've only just started programming with it and it doesn't work. I've got a couple of very simple bare bone applets that create a
|