| Thread | Last Post | Replies |
|
| How to set Applet Title | 04 Jun 2005 06:01 GMT | 1 |
simple question i think...How do i programatically set the Window Title of an Applet? basically i have a class that extends a Panel which i loading as an applet. I'd like to know how i can set the Title bar of that window
|
| "Could not find a valid Java virtual machine" | 03 Jun 2005 18:07 GMT | 5 |
Well, this should be painfully obvious, but so far it is just painful. Win 2k pro, but no admin access. Going to java.com, "I have the latest", so the browser plugin works. The console reports JVM version 1.5.0_02
|
| Application path | 03 Jun 2005 13:33 GMT | 1 |
What class do I use to obtain the path of the application (where all the .java, .class etc files are stored). I dont want to have to put in C:\foldername\file.ext because if I distribute this the next user may not have the same install path.
|
| java.sql.SQLException for DriverManager.getConnection(url) | 03 Jun 2005 10:56 GMT | 3 |
The Java program connects to MS-SQL with Windows authentication, and there is no username and password. In the code, I do the following and it has java.sql.SQLException error. String url =
|
| Extract text from HTML stored in String variable | 03 Jun 2005 10:44 GMT | 5 |
I am new to Java and would really appreciate your help. I have a web page whose HTML has been stored in a String variable. Please could you tell me if there is an easy way to extract the text from this variable (i.e. remove all the HTML).
|
| ArrayList versus Vector | 03 Jun 2005 10:26 GMT | 3 |
What's the difference Vector and ArrayList. I have heard Vector is not thread safe, but ArrayList is. I don't quite understand. any ideas?
|
| result set in jsp | 03 Jun 2005 10:26 GMT | 3 |
i want to use two result sets in my coding like: rs = st.executeQuery("select qty from instance where instance_name ='kvm' "); rs.first();
|
| JVM Memory Limitations | 03 Jun 2005 02:48 GMT | 2 |
Does the JVM have any memory limitations? java 5.0
|
| Store XML to database | 02 Jun 2005 15:32 GMT | 3 |
I have some details from a jsp page, that i will store in XML format, using DOM. I have created this much and now i want to store this XML file in the database. How to do this ? the xml is available as a stream in my program.
|
| difference between endorsed and lib folders? | 02 Jun 2005 13:29 GMT | 1 |
hi.. can somone please explain to me what is the difference between the endorsed and lib folders in common folder in tomcat? i tried reading the documentation but i couldn't figure it out.
|
| www.ittopinterviewquestions.com | 02 Jun 2005 12:33 GMT | 2 |
www.ittopinterviewquestions.com Site for questions and computer directory, C++, Java, J2ME, J2SE, J2EE, DOT NET, DATABASES, DBA, DEVELOPER, CMMI, TESTING.
|
| C++ has the key word <template>.Do Java have something alike? | 02 Jun 2005 05:12 GMT | 2 |
I am learning Java,but I happened to read a book about C++.I find in C++,you can use <template T>. e.g. <template T>
|
| Chatroom trouble | 02 Jun 2005 02:43 GMT | 1 |
For the last few days, a friend of mine is having trouble with chatrooms. The fact is that everytime she clicks on one of them she is thrown of the net. It seems to be something to do with Java, most likely "Java Sunwheel". We have tried everything we know:
|
| report generation in java | 01 Jun 2005 17:41 GMT | 2 |
i m using j2ee in my project on windows platform. my backend is MySql. please tell me what should i use to generate the reports. i can't purchase any software. please suggest me any software which is free to use.
|
| paint() being recalled ALOT | 01 Jun 2005 17:10 GMT | 3 |
i have seperate methods like : public void drawLogo () { Graphics g = getGraphics ();
|