| Thread | Last Post | Replies |
|
| System Voulme Control | 05 Oct 2005 15:11 GMT | 4 |
We have a java applet game in which we use to play some sound files. Our problem is if any use dose not wants to listen sound but he has to. So we wish to provide a button to mute sound for a while, but we do not know the way to do so.
|
| Do you need finally when your method throws Exception.. | 05 Oct 2005 11:41 GMT | 17 |
If you have a method that throws some Exception lik this: public void doSomething(){throws SomeException Do you then need a finally block in that method, if you i.e want to close streams and such. I mean when this Exception occurs do it jump out of the
|
| Problem in doing a backup of database on SQL server through Java code | 05 Oct 2005 11:37 GMT | 4 |
Problem in doing a backup of database on SQL server through Java code using jdbc Statement callBackupDbase = con.createStatement(); String dbackup = "BACKUP DATABASE databaseName TO DISK = 'Path for the
|
| C++ to Java aplet, need help to understand. | 05 Oct 2005 10:28 GMT | 7 |
I have a c++ application that uses Direct X to get images from my webcam. Now I want to stream images from my application to the internet. I just want to make sure I understand how a java applet would, (should?), work.
|
| retrieve data from a jTable | 05 Oct 2005 10:15 GMT | 6 |
hi, I am trying to retrieve data from a jTable with this instruction: jLabelPipec1.setText(""+ valueOf(data[1,1])); the data array is an objet as required for a table. and of course it doesn't work. Any suggestions appreciated.
|
| Connection between Tomcat 5.0 and Apache 2 | 05 Oct 2005 09:57 GMT | 1 |
Can anybody tell me the detailed method by which I connect Apache 2.0 and Tomcat 5.0 And If possible then Please, give me the related Information on the net.
|
| Inheritance, inner classes, and access | 05 Oct 2005 08:13 GMT | 7 |
First, I apologize in advance for the length of this message. I'm building a model that exports data for display and manipulation through a separate GUI. When the GUI changes
|
| IE | 05 Oct 2005 03:59 GMT | 3 |
I make this sample applet, with jsk 1.5.0. In IE I disabled JRE and set "JIT compiler for vitual machine enable....", and the applet don't run. What kind of option I've to include with javac ? The html tag I've used is:
|
| create bean from database with eclipse plugin? | 05 Oct 2005 03:38 GMT | 2 |
Is there any eclipse plugin that I can use to create a bean, based on a certain table in the database? Right now, I need to manually type out the fields in the javabean. Thanks and regards,
|
| Call a java-script function from a different page? | 05 Oct 2005 03:29 GMT | 2 |
How can I call a java-script function from an .html page when the function is in a .js page? For now the java-script function is placed at the top of the .html page, but I want to move the java function to its own separate page.
|
| Help with default selected html:select | 05 Oct 2005 00:33 GMT | 2 |
I'm new to struts and I'm hoping someone can help. I have a html:select statement on a action form. <html:select property="dataSelect" onchange="this.form.loadButtonJavaScript.value='true';
|
| Writing a tabbed menu with JSP/Servlet | 05 Oct 2005 00:05 GMT | 1 |
I would like to build a tabbed menu that works with JSP and Servlets. I tried to store last recently used tabbed menu item in request but it does not keep it's value if tabbed menu page has e.g. a submit button.
|
| how to print a string in binary | 04 Oct 2005 22:52 GMT | 9 |
I want to print out the contents of a string in binary. For example: String s = "0123" ; I want my System.out.println to print: 0000 0001 0010 0011
|
| PLS-001003 when calling stored procedure using JDBC .. | 04 Oct 2005 22:47 GMT | 1 |
We are facing weired problem when we try to execute stored procedures using JDBC. Package was not getting compiled at all. We were getting PLS-00103: Encountered the symbol "" when expecting one of the following:
|
| New GUI to existing application | 04 Oct 2005 21:06 GMT | 1 |
I have a Java application with an own developed Swing GUI which isn't to nice (I'm a developer :-). I wonder if anyone has any ideas of how to create a comercial looking product out of my existing application? I'm thinking of writing plugins to eclipse but need more information if
|