| Thread | Last Post | Replies |
|
| deploy a servlet in orion? | 04 Jul 2006 18:28 GMT | 1 |
hi.. i've created a war from a barcode4j servlet, it works in tomcat, but how can deploy the same thing in orion? when i access the page i get a error 500, there is nothing in the logs,
|
| Good Obfuscator | 04 Jul 2006 18:08 GMT | 3 |
Kindly suggest few powerful and best obfuscators available (may be open source or commercial). It should be suitable to an enterprise application and I should have the facility to include or exclude files at my wish. Thanks and regards,
|
| Writing Foreign Language Education Program | 04 Jul 2006 18:04 GMT | 2 |
Greetings. I was wondering if anyone here has used Java to write programs for foreign language education. I am not a professional programmer, so do not know Java very well. I am/was proficient at Visual Basic, as well as HTML, but I am rusty due to not having flexed
|
| How can I see if I'm running from JAR? | 04 Jul 2006 17:48 GMT | 2 |
is it possible for a Java application identify if it is running from a Jar file? Any functions? thanks
|
| Need help | 04 Jul 2006 17:00 GMT | 8 |
I've just started using java, and I'm really not that good. I'm okay at VB, but I wanted to try something new. Any suggestions for tutorials, books or resources would really be helpful.
|
| Oscilloscope trace of sound signal | 04 Jul 2006 15:38 GMT | 20 |
How fragile is this AudioSystem code? 'AudioTrace' aims to draw an oscilloscope style trace of the sounds currently being played through the PC's audio system, but it is based on the assumption that it
|
| Java code writing (Please reply because this is a real message that happen to be part of a college assignment) | 04 Jul 2006 15:35 GMT | 5 |
I am electronics techician at the moment. I want to start learning how to use java and become a code writter. Java is used for every software that I work with. Java seems a bit overwhelming. Do anyone has helpful tips or suggestions that will help me to start learning java on my own ...
|
| Question regarding drawing an Image | 04 Jul 2006 15:26 GMT | 1 |
I have a problem I would like some help with. My java program reads a BMP, removes the header and stores the pixeldata in a 3-dimensional int-array. (int[y][x][3] : where 3 pixelvalues are stored in the last array)
|
| how to enable/disable a link based on internet availability | 04 Jul 2006 14:53 GMT | 5 |
I ve a requirement with the application i am building. I am building a small application tool in java. I would like to have a link to my home page from the UI of the tool. The link should be enabled if and only if the internet connection is active on that computer or disabled
|
| Openings for IBM through Magna Infotech | 04 Jul 2006 14:37 GMT | 1 |
Hi friends, If you are a software professional with 3+ yrs of experience and looking for a career with IBM like MNC then just forward your resumes to revathimba@gmail.com or you can contact me on 9347066346.
|
| Converters used in the JGoodies Framework | 04 Jul 2006 14:37 GMT | 1 |
Hi All... I wrote one converter DateTimeNullableConverter which extends AbstractConverter. In this class, i overwrite the methods of convertFromSubject() and setValue() methods. Actually these methods
|
| Applet images caching | 04 Jul 2006 14:27 GMT | 5 |
I hope I'm posting this question to the correct group. I'm using an applet to show a recorded sequence of .jpeg images. Users has the posibility to use 'play', 'stop' or 'rewind' buttons. But when they use 'rewind', applet requests again all images from server. I want to use
|
| Please help me | 04 Jul 2006 12:04 GMT | 1 |
Hai to all, I am new to java programming . Please anybody help me about Vectors and maps in java. Please give me some site names which have simple examples in these. Especially for maps . Thanks in advance.
|
| Servlets with SE | 04 Jul 2006 10:37 GMT | 2 |
I am using xp and have java 5.0 SE but want to use servlets and tomcat how can I do it without having to install all the extra stuff that comes with EE like the application server?
|
| Generic class in a non generic class | 04 Jul 2006 08:24 GMT | 2 |
I want to store a Generic class in a non generic class. Is it possible ?? public class A<T> {
|