| Thread | Last Post | Replies |
|
| Tomcat on Windows: JAVA_HOME & -Dsun.io.useCanonCaches' | 04 Apr 2005 12:32 GMT | 1 |
Apologies for posting this here, but I couldn't find any Tomcat user forum. A colleague is currently trying to run Tomcat 4.1.30 on Windows 2000 Professional. She first installed JRE2 1.4.2_08, and set %JAVA_HOME%
|
| Date format | 04 Apr 2005 12:14 GMT | 1 |
How would I get a date format like : 04APR2005 ? I've got <%=DateFormat.getDateInstance(DateFormat.LONG).format(new Date())%> But this displays 04 April 2005 Thanks for any help!
|
| waiting until JFrame is closed | 04 Apr 2005 11:18 GMT | 1 |
Hello. I am making an application, and at several times the user will need to pick an object from a list of objects. To do this, I have a class extending JFrame that displays a JComboBox and has a button "ok" for when the user picks the one he/she wants. But, what happens next
|
| JSP - Multiple CSS problem | 04 Apr 2005 11:07 GMT | 1 |
I have been trying to use more than one external CSS stylesheets with my JSPs. However, it seems like that multiple stylesheets are not supported because none of the styles are shown when I use two link tags (see below).
|
| Console to GUI | 04 Apr 2005 10:55 GMT | 8 |
I have a class A that has a method that does something and then prints to a console: public class A { public A() {
|
| File Scanning on a Unix Box | 04 Apr 2005 10:54 GMT | 4 |
I have written this recursion File scan, that is working perfectly in Windows but of course just won't work in Unix. Pretty simple, just goes thru directories and subdirectories and adds any File it finds to a vector of type FileInfo. Any idea on how to get
|
| How to know the size of an object of a class? | 04 Apr 2005 08:19 GMT | 4 |
There is a simple program just want to show my question: /* ************************************************************* */ class A { int i;
|
| insertion of string into characters of parsed xml (in SAX) | 04 Apr 2005 08:17 GMT | 2 |
I'm using SAX for XML parsing and inserting new elements (can't use DOM). I have a string that contains result of some "xml export to string", for instance: "<a><b>xxxxxx</b></a>". I have to insert this string to
|
| Tomcat 5 and JNI dll loading | 04 Apr 2005 08:14 GMT | 1 |
System.loadLibrary("..."); works but if i call a jni method i get a: java.lang.UnsatisfiedLinkError cant find the native method what should I do??
|
| ms access quirey question | 04 Apr 2005 07:39 GMT | 10 |
Hi I was wondering is it possible to read write to a memo field in ms access, the same way you would read write to a text field? I have my database set up and reading writeing to the databse ok using text field but I have to now store strings which will contain 316 characters e.g
|
| Modal dialogs don't paint in full screen mode | 04 Apr 2005 05:59 GMT | 4 |
[I searched Google Groups and received a result with the same title; however, the result couldn't be found.] I am working on a tile-based game with a group for class. It is a SimCity style game, except called SimUniversity. It works completely
|
| JAXP XSLT - TransformerConfigurationException | 04 Apr 2005 05:53 GMT | 1 |
I am making a simple application which would transform a xml file according to an xsl file. There is an exception of which I have no clue what it is? My code:
|
| reliable hosting company | 04 Apr 2005 00:01 GMT | 1 |
iv made big problem letting astrahosting.com host my web business. if anybody can name RELIABLE company that supports java servlet(private tomcat), php and mySql. please let mi know.
|
| Compiling Java to Platform specific executable | 03 Apr 2005 23:29 GMT | 7 |
Ok what I'm trying to do is distribute a small application across various platforms, the problem is that most users do not know what to do with the *.class-files. Since the application should work as easy as possible I'm now wondering how to best ship the application:
|
| please inform a newb | 03 Apr 2005 20:36 GMT | 1 |
class A{ class B{ boolean flag; int value;
|