| Thread | Last Post | Replies |
|
| Servlet image problem | 02 Feb 2007 06:52 GMT | 8 |
I would like to use a working servlet that generates png images as source for a <img> tag. When I access the servlet page generating the png image I can see the correct image.
|
| Please help me | 02 Feb 2007 05:57 GMT | 1 |
I am new in j2me...I have some doubts... 1. How to insert an image into a servlet? 2. How to access it from a mobile using j2me? 3. How to send an image file from a mobile to a servlet? Please help me...
|
| HTML 4 BDTD? | 02 Feb 2007 05:01 GMT | 5 |
I'm in the process of de-frame-ing a website with a couple thousand pages of static HTML, and I've been building a tool that works pretty well, based on javax.swing.text.html.parser technology, which I've never used before. Large parts of the website are HTML 3.2, and ...
|
| Json Parser anyone? | 02 Feb 2007 04:37 GMT | 9 |
Hi I'm looking for a pull json parser (similiar to kxml). Is there anything like this out there yet? I googled but nothing comes up. More importantly a j2me version would suite me just fine. If not found, who is going to write it? you?
|
| Java Problem!!! | 02 Feb 2007 04:31 GMT | 15 |
I have received a coursework from my university. its bloody f.cking tough. can anybody help me out with this ??
|
| What is meant by ERP | 02 Feb 2007 03:53 GMT | 3 |
Once if we get into ERP what are its apportunities and what abt the future career.
|
| reducing Java program startup time | 02 Feb 2007 01:51 GMT | 9 |
I'm using small Java utilities called from scripts (mainly shell scripts on Unix platforms). One example would be something like: find somedirectory -iname "*txt" -exec java -jar myprog.jar {} \;
|
| javaME locked on phone | 01 Feb 2007 23:58 GMT | 1 |
I have developed a java application for a mobile phone, but some how I can't copy it. There is a lock iccon next to the application. Can any of you guys help me out? Is it something a can configure in my application?
|
| Java Version Functionality | 01 Feb 2007 23:06 GMT | 3 |
Hi, I am assuming I can't do this, but I figured I would ask. I have to support a minimum java version. Is their any way of detecting the version, and if the version is x or greater then some specific task, otherwise skip the task.
|
| Two more multithreading questions | 01 Feb 2007 22:39 GMT | 20 |
I've got two specific scenarios I want to ask about: 1) I have a class with an instance variable that is a reference to a JDialog. In one thread I create new instances of JDialog and make them visible. They might get closed in this thread as well. In another
|
| Simple java test | 01 Feb 2007 22:27 GMT | 10 |
What is the easiest way someone learning Java can run short little test programs? (I don't want to create JBuilder projects with libraries all over the place for someone who is just wanting to learn)
|
| Problem with many items in List (jme) | 01 Feb 2007 21:47 GMT | 2 |
I'm developing a small application for my phone, there I need a long list to chose a name of a city. Right now am I using List and add all names to the list (120 names), but this seems like a bad idea since many of the names are not drawn properly (no text at all for that
|
| Advice please :JMF or another ? | 01 Feb 2007 21:06 GMT | 2 |
I want develop an application but I don't know if JMF is the best framework. I want to load movie and image to build a media sequence (like movie maker), add transition in real time (like wipe, fade) when I pass from
|
| iterativ vs rekursiv | 01 Feb 2007 20:53 GMT | 3 |
I have a general question, is it possible to turn every rekursiv algorithm into an iterativ one? for example this one: static boolean solve(int i, int j, int[][] cells) {
|
| Check for a Windows Program | 01 Feb 2007 19:29 GMT | 5 |
I have a C++ windows application. I invoke this C++ app from my java program like this Runtime.getRuntime().exec("cmd /c p:\\bin\\invokecpp.bat"); Is there a way I can check if my C++ program is up and running from my
|