| Thread | Last Post | Replies |
|
| problem with stored procedures in ibatis Options | 19 Aug 2007 11:42 GMT | 1 |
Iam using ibatis 2.0. database mysql I facing problem with executing procedures. I got the error like this: ***************************************************************************
|
| add line separator on JTextArea. | 19 Aug 2007 10:19 GMT | 2 |
Can I add a pretty line separator on JTextArea ? ... JTextArea t; ...
|
| NullPointerException handling | 19 Aug 2007 09:52 GMT | 11 |
i, I have the following code. package transform; import oracle.xml.schemavalidator.XSDValidator;
|
| splash component ... | 19 Aug 2007 08:14 GMT | 7 |
How can I do splash component ? (a dialog that appears as a promo, before application starts). Thanks :)
|
| graphical files | 19 Aug 2007 04:24 GMT | 2 |
I was wondering how to do a routine to convert .GIF and .JPG files to .PNG files. Unfortunalety I haven't been able to found information on graphical formats. Is that confidential information? Or could someone point me
|
| Java Enterprise Edition evaluation | 19 Aug 2007 02:55 GMT | 7 |
I'm currently trying to evaluate all the possible frameworks that are out on the web for my next project, namely a Web Application that acts as a simulation of a financial system. This means that I have to have a good persistence framework, an easy way to implement business logic
|
| java media framwork | 19 Aug 2007 02:45 GMT | 3 |
dear techies............ can any one suggest me a dummies guide how 2 install JMF , i want 2 create a desktop based mediaplayer ( any tutorail for that tooo.....plz)
|
| Roman Numerals | 18 Aug 2007 23:12 GMT | 10 |
hello fellow java programmers. I was wondering if anybody could help think of a good way to convert roman number in to a base 10 number. My first thought was to create parallel arrays for numerals and letters, and the use a for loop, combined with if statements: if
|
| How can I write values in a properties-File which is located in a JAR without copying the whole JAR? | 18 Aug 2007 21:41 GMT | 13 |
Hi people out there :) that's my first time in a diskussion-group. Let's see if it works. :) I have a question concerning properties-files in Java. Writing in a properties-file and reading out of the file is working as
|
| Accessing columns of table - Java server pages | 18 Aug 2007 17:36 GMT | 4 |
I have a JSP that builds a table and shows the values in fields according to what has been passed to it through a request.setAttribute of a servlet. For example the two dimensional array "test" has this data: Col1 Col2 Col3
|
| Tomcat hangs when connecting to Oracle | 18 Aug 2007 13:39 GMT | 5 |
My Tomcat web application fails to connect to Oracle with the following setup. The browser just hangs and finally times out or the page doesn't change. It's like a typical packet filtering firewall situation but I flushed my iptables(with -F option) and my ISP
|
| Java and avoiding software piracy? | 18 Aug 2007 12:55 GMT | 285 |
Im *hoping* to release an application that I developed in Java, and I want to release a free version as well as a pay version. Clearly I want to be able to avoid people cracking it, or creating key generators... Although i know that it is unlikely to actually stop
|
| JMF Applet without client side installation | 18 Aug 2007 06:19 GMT | 19 |
I need to create an Applets and applications that will transmitt and recieve media using RTP in [JMF]Java Compatible environment--including Web browsers--without having to worry about client side JMF installation.Will it be possible
|
| specifying revoked permissions at runtime | 18 Aug 2007 05:34 GMT | 3 |
I've written a prototype for an application that's going to allow 3rd party jar files to be loaded at runtime (it's a game, where playing the game consists of writing modules that get launched into the runtime environment and interact with a set API). Obviously, I need
|
| [Java Swing] how to customize "All Files" to other items | 18 Aug 2007 03:44 GMT | 1 |
I need to customize a JFileChooser a bit. When I used "showSaveDialog", I need to customize "All Files" to others such as ".jpg, .png..." in "Files of Type". But it looks like always showing "All Files".
|