| Thread | Last Post | Replies |
|
| MIDP 2.0 Programming book | 09 Jun 2005 12:04 GMT | 1 |
I just joined Safari and I'm looking for a good MIDP 2.0 development book. I know Java, but I've never programmed a midlet before. I'm using NetBeans, which comes with a RAD development environment, but I don't know how good it is, or if it is well documented.
|
| LOCATION API J2ME MOTOROLA A835 | 09 Jun 2005 12:02 GMT | 1 |
- Where I can find com.motorola.location package to compile into pc midlet before make a jar? - Where I can find com.motorola.location package documentation? In the motorola A835 developer guide there's very litte bit information.
|
| What Math Is Needed for Programming? | 09 Jun 2005 11:56 GMT | 6 |
I'm interesting in studying OOP programming languages on my own: C, C++, Java. I haven't studied the big 4 math subjects in my last year of high school, Calculus, Algebra, Geometry, Statistics. Which of these subjects would I need to be able to understand some of more advanced ...
|
| Running Ant from BATCH FILES | 09 Jun 2005 11:30 GMT | 1 |
Does anyone know is it possible to conditionally continue with a batch file depending on the result of an ant script. I want to only continue with the batch file if the ant command was succesfull - otherwise abort the script for user to see the error.
|
| lgo4j RollingFileAppender won't roll file | 09 Jun 2005 11:10 GMT | 2 |
I've got the file size set to 1000K, and when it exceeds this size it's clears the file and starts over without creating a rollover file. I'm Using log4j 1.2.9, jvm 1.4.1, running on WebLogic server 8.1 sp2. Here's my log4j config file:
|
| Sending email with Java | 09 Jun 2005 09:34 GMT | 17 |
I'd like to send our subscribers news email. Its about 300+ people. I know how to send email with javax.mail. but when I send email with 300 recepients, they get email with recipients list full of email address. its not good for privacy either.
|
| thread catching and stopping an OutOfMemoryError | 09 Jun 2005 07:06 GMT | 2 |
I have a Thread object which sometimes throws an OutOfMemoryError. Is it possible to stop (destroy) that thread without terminating the main process ? I have thought about something like that:
|
| Pass mulitple select options using GET | 09 Jun 2005 06:15 GMT | 5 |
I have a 'multiple select' in a form in an HTML page and I am trying to send the selected values to the server using GET method eg ProcessXXXServlet?selectOptions=document.forms[0].selectBoxName.value I get only the first selected value on the server when I try to
|
| Basic JPEG image resizing in Java | 09 Jun 2005 01:35 GMT | 4 |
I wrote this small command-line java ap that demonstrates how to do basic JPEG image resizing with the JDK and Sun JPEG Codecs. Comments/criticisms would be greatly appreciated. /* JpegResizerDemo.java */
|
| JMS message "locking"? | 08 Jun 2005 21:19 GMT | 1 |
Yet another JMS-related question. Is it possible to have the queue "lock" a JMS message? What I'm considering is JMS in a point-to-point setup. My main app server sends control messages to management daemons on other systems. See previous threads by me in the past few days for
|
| Windows/Linux/Mac GUI? | 08 Jun 2005 21:05 GMT | 15 |
I am going to start a hobby project, which would be small-scale for most of you (program that edits text files, following rules in editable config files, adding user-made content to the existing maps) but which will probably take most of my summer. As the game works in
|
| multi threaded server sockets | 08 Jun 2005 20:51 GMT | 5 |
I have an applet that needs to have a receiving thread and a sending thread, so my server application needs to also have two threads run from a common class, and the receiver must be able to access the sender's output stream. For some reason when i start my threads in the
|
| jar running problems | 08 Jun 2005 20:51 GMT | 6 |
I am really suffering with trying to execute a class from within a jar file. What I've done:- I have created a jar called tester.jar, within this jar I have a
|
| Using a timer to paint an oval | 08 Jun 2005 20:14 GMT | 2 |
I'm teaching myself Java and can't seem to find the answer of my question anywhere, it's a real noob question, but I will still ask. I would like to create an applet (or application) that uses a timer to paint an oval every 2 seconds. Every time a new oval is painted it will be ...
|
| RMI design help | 08 Jun 2005 19:25 GMT | 3 |
I am looking for some design help. I am thinking of developing an app that will use a UI on a separate thread. I want the UI to just be event driven and not to do any real
|