Started 1 month, 2 weeks ago (2008-07-12 14:15:00)
by ethicalhacker
Ive made a 3 level game. In the first 2 levels the game is a top view but in
the third level I want it to be a platform view and I want the sprite to be able to fall throught blank black empty spaces and jump using the up button. How can I do thsi as of now the sprite just walks up and down the platform not walking on the platform To make things clear Im adding a link to a screenshot of the ...

Started 1 month, 2 weeks ago (2008-07-12 14:13:00)
by Mostafa_Shawky
Dear all, i face problem when tried to call
stored procedure from sql 2005 by sql driver 1.2 when i call stored procedure it return 0 for any function for example: String userPhonrNumber = "{? = call getUserPhonrNumber (?)}" ; Connection con =db.getConnection(); statement = DataBaseAdapter.createCallableStatement ( con, userPhonrNumber); statement.registerOutParameter ( 1, Types....

Started 1 month, 2 weeks ago (2008-07-12 01:08:00)
by d@ntonio
I downloaded the latest JMF and is installed correctly. I'm trying to run JpegImagesToMovie example with the proper parameters. I don't understand why I'm getting the following error: - create processor for the image datasource ... Setting the track format to: JPEG - create DataSink for: C:\??\??\??\out.mov Cannot create the DataSink:
javax.media.NoDataSinkException: Cannot find a ...

Started 1 month, 3 weeks ago (2008-07-10 14:52:00)
by Manthana
Hi all, I have a doubt like , is there a way to stop a thread by the user which is blocked on an I/O operation. Thank you

Started 1 month, 3 weeks ago (2008-07-10 14:50:00)
by me_right_now
Hey everybody, I am having some problems with control other
Java applications with an application that I have. Here it is: I want to run a Java application (from a batch file) using Runtime.exec, and I want to Process.destroy but even if I do that it still doesn't close, it keeps running. Like, I open the Java app, wait for 25 mins and then call Process.destroy. For some reason that ...

Started 1 month, 2 weeks ago (2008-07-12 10:49:00)
by xxx_stealth
Sory to create this post but i need help, my brain lacks in algorithm, I need to create a program that will convert any number into
Roman Numerals that involves arrays. Any suggestion how to start and manage the program. thanks in advance. Edited by: xxx_stealth on Jul 12, 2008 6:52 AM

Started 1 month, 2 weeks ago (2008-07-12 02:58:00)
by chandershekar
hi frns, i m new to this site. i need help i my school project. my teacher told me to write a
drop down menu based program for airline tickets.it should use import staements, functions such as loop or any such functions and also have something intresting such as disco background.i am very bad in java programming. pls help ur help can get me score good marks

Started 1 month, 2 weeks ago (2008-07-12 12:31:00)
by Niekfct
Hi, since I'm new to this forum, I'll start right off with a question. I'm trying to create an application, which guides the user trough several windows. In the first window there is some
user input, and frame2 opens. frame2 then opens, depending on user input, frame1 (restart the cycle) or frame3. I tried this with Threads, a Thread for each frame to keep things less complicated (less ...

Started 1 month, 2 weeks ago (2008-07-12 11:37:00)
by RavuriVinodKumar
public class AboutStrings{ public static
void main(String args[]){ String s1="hello"; String s2="hel"; String s3="lo"; String s4=s2+s3; //to know the hash codes of s1,s4. System.out.println(s1.hashCode()); System.out.println(s4.hashCode()); // these two s1 and s4 are having same hashcodes. if(s1==s4){...

Started 1 month, 2 weeks ago (2008-07-12 12:45:00)
by Sarraju
Our application is a
network monitoring application , where we get lot of data from network every 2 minutes. When we try process large amount data in our application we start seeing memory leak. But if we control data inflow rate , then our application works fine with no leak. I am not able to profile our application with tools like Jprobe, as the profiler itself is running outofmemory ...
