| Thread | Last Post | Replies |
|
| Customise Application Icon | 07 Feb 2008 23:52 GMT | 6 |
I can't find where the main form's application icon is referenced in my project code, or available as a Property to change. I would like to use another icon(instead of the default coffee cup). How can I reference my own icon?
|
| Testing I18N web applications. | 07 Feb 2008 22:14 GMT | 1 |
I'm trying to write a web-app that needs to accept form data using either English, Greek or Russian characters. As a native English speaker my system is set up with an English keyboard. I'm currently constructing my unit tests by "manually" creating unicode strings that
|
| problem compiling a package. | 07 Feb 2008 15:37 GMT | 3 |
I am new to Java. I have dloaded the eclipse IDE and dloaded the LOBO browser source code using CVS. But I am unable to compile it as i am new to it..... Any help would be appreciated.
|
| DOM and Pretty Print | 07 Feb 2008 13:34 GMT | 2 |
when i use DOM to generate the XML file ,what i get for a tag is as follows <MYTAG ATT="Hello"/> But what I want it <MYTAG ATT="Hello"></MYTAG>
|
| Package not found | 07 Feb 2008 09:18 GMT | 20 |
I'm getting the following error. package com.ibm.as400.access does not exist classpath = c:\program files\\\jt400\com\ibm\as400\access\jt.jar I think I'm giving the correct class path but I'm getting the same
|
| Help Me Get started | 07 Feb 2008 07:44 GMT | 1 |
Hi, I'm new to java and would like to know more about the language especially in connection with lunux and unix.I'd appreciate any help
|
| Tomcat restart on web.xml change | 07 Feb 2008 06:09 GMT | 2 |
First of all, I am not a java programmer, only the sysadmin. We are using a java/tomcat application running on tomcat 4.1. Each time I edit one conf file (tomcat/webapps/myapp/WEB-INF/web.xml) tomcat restarts. Can someone tell me what I must change to prevent this
|
| Converting a string formula to TeX | 07 Feb 2008 05:50 GMT | 5 |
I would like to know if there is a java library (free or not) that converts a string formula to TeX code. For instance, "(a + b)/2" is converted to "\frac{a + b}{2}". Thanks in advance, Humberto.
|
| ant - using fileset for classpath and copy task | 07 Feb 2008 03:07 GMT | 3 |
I searched the groups and found a posting way back in 2003 which said it couldn't be done, but I'm hoping more recent versions of ant this is now possible. What I'm trying to do is declare a fileset once and then reference it in my classpath and also copy the referenced jar
|
| Inject my code into someone else's JNLP app? | 07 Feb 2008 02:51 GMT | 6 |
I need to modify someone else's JNLP app which is downloaded from their website, but I can't ask them to make the changes I need. Instead, I need to somehow get my code into their app. For instance, I have the source code of their main class and I'd like to modify their
|
| Which WebSphere products | 06 Feb 2008 22:48 GMT | 2 |
I want to develop some portal application with WebSphere. There are quite a few modules/plugins for WebSphere. I don't know which ones are useful. I downloaded the following WebSphere related products: - WebSphere Application Community Edition Version 2 (for Solaris 10)
|
| digitally signing XML document and delivering via https in c++ | 06 Feb 2008 19:28 GMT | 1 |
I need to sign a document using XML DSIG C++ library and deliver using openssl and https, as a client to customer's web services application server. I have following questions
|
| Data structures in java | 06 Feb 2008 18:48 GMT | 2 |
Sir I am facing problem in doing linked list(generic and integer linked list),stack,queue etc in java programming.Because unlike C language it has no pointer application.So please provide me the name of a good Indian writer book(books in english only)
|
| IoC, DI, and a mess... | 06 Feb 2008 16:56 GMT | 10 |
Hmm, I thought I posted this earlier, but Google says otherwise. If this is a repeat, please respond to the *other* post. So, I have a RobotFactory, which creates and Robot, all its components, and then wires the components to the robot. This is my
|
| hi all i have a solution | 06 Feb 2008 15:18 GMT | 3 |
i am doing project in jsp. in that reguard i need some information how to get the computername in a variable
|