| Thread | Last Post | Replies |
|
| Help needed with simple Java script | 28 Feb 2007 23:36 GMT | 1 |
Hello everyone, from Croatia ! I am designing a site for a Serbian client, and the english page is ok, but the serbian page needs to be cyrillic. It was no problem for Photoshop design, but I inserted a little greeting in java (found free online), good
|
| Java | 28 Feb 2007 23:27 GMT | 16 |
What packages one should learn to become a java programmer. which backend database would be best and have more demand. Had done Java 2 about 4 years back. need to brush up everything. what softwares should i put in my computer in order to learn it at my
|
| Why won't this javascript work on Mac OSX? | 28 Feb 2007 23:15 GMT | 1 |
Hey all, There is some javascript on a website that will not work on Mac OSX using Safari, Firefox, Camino, or Explorer and I was wondering if anyone here knew if there was a fix. It is a floating button. It is visible but
|
| Why no JRE for the Mac Os? | 28 Feb 2007 20:56 GMT | 3 |
I just wonder, because I'm working on a program in Java. I can make it available for both Windows, Linux and Solaris, because here the JRE's are available. But I can not offer my program for the Mac, because here there are no JRE .
|
| CVS graphic History visualization | 28 Feb 2007 18:45 GMT | 1 |
i'm looking for a cvs client with a graphic history visualizazion. For each people in my team i need to *view* in a graphical way the segments of code modified. Do you know a software for my needs?
|
| Disable ESC on JOptionPane | 28 Feb 2007 18:26 GMT | 10 |
I'm using JOptionPane.showOptionDialog to show a dialog, but I'd like to disable the ESC key, so when the user presses ESC, the dialog will not close. Is there any way to do that? Could somebody give me an example, or
|
| Where to download JRE 1.6.0? | 28 Feb 2007 17:04 GMT | 2 |
I just wonder, why they are still distributing JRE 1.5.0_10 on www.java.com. I now use JRE 1.6.0 (JRE 6), which I downloaded together with the new Java Development Kit (JDK 1.6.0) from java.sun.com. I would like my user to update to JRE 1.6.0 also, but he shouldn't really have to ...
|
| wq | 28 Feb 2007 16:44 GMT | 2 |
 Signature Test Sig
|
| Parsing or Casting a JtextField? Help requested.... | 28 Feb 2007 16:02 GMT | 3 |
I have a JTextField which receives at runtime a value. Now this value has to be inserted with a specialtype (not text) in a database. In the java chat somebody told me that I have to parse. I know only on C++ that the conversion a value from one datatype to one other has to be
|
| How to dynamically create instance of .class | 28 Feb 2007 16:00 GMT | 5 |
Hi sir... I am working(more properly studying) on the server side of a distributed system. The server receives correctly a .class file and write it correctly to
|
| query problem with Access database | 28 Feb 2007 15:18 GMT | 4 |
I am writing a Java application that uses an Access database. I have the following query that has mulitple joins and a sum on one of the fields: Select a.date, b.name, sum(c.score) as total
|
| method to access the name of the object that got created. | 28 Feb 2007 14:34 GMT | 2 |
I am new to java and I want to know if there is a method/property for objects that returns the name of the object that has called it. say if I have a class for rectangle: ----------------------------------------------------------------------
|
| newbe cant get mysql with jsp | 28 Feb 2007 13:07 GMT | 1 |
Hello I am getting org.apache.jasper.JasperException: Exception in JSP: /test.jsp:13 10: //try { 11:
|
| help with properties class | 28 Feb 2007 12:45 GMT | 4 |
What am I doing wrong in this program?? /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// import java.util.Properties; class PropEg
|
| java obfuscator for ejb | 28 Feb 2007 10:42 GMT | 1 |
Recommend me a good java obfuscator works with EJB. So far i found www.zelix.com but found it it's not good enough for ejb. TW
|