Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for guerreronoli

Any body can help me with this problem!.... I want my program to communicate to Windows Registry!.... anybody know?

Member Avatar for Phaelax
0
49
Member Avatar for guerreronoli

The project is completed, the report is working in the JCreator, but not when i run jar file.. I've searched the forum but i couldn't find to my requirements. I want to know to how to make the jar file that the report should also work.. Help needed plz..

Member Avatar for lucky1981_iway
0
103
Member Avatar for guerreronoli

hello, I've created an JAVA application that have an [U]Report[/U] I used [U][B]JasperReport[/B][/U] and I bundled it to jar file!.... but my problem is! when I click report button there is no action.... it supposed to be run the JasperViewer!...

0
68
Member Avatar for guerreronoli

hello, I created an application that use another jar files!..... my application is connected to database and have a report!.... as we all know to connect a JAVA App. in mysql database it needs an connector!.... I configure it out!... my problem is I have another JAR files for for …

Member Avatar for Ezzaral
0
134
Member Avatar for Karkalash

example: enter number: 123 code: import java.io.*; public class Reverse { public static void main(String args[]) throws IOException{ BufferedReader scan = new BufferedReader(new InputStreamReader(System.in)); String number = null; System.out.print("enter number: "); number = scan.readLine(); StringBuffer temp = new StringBuffer(number); System.out.print("Reverse number: "+temp.reverse()); } }

Member Avatar for peter_budo
0
135
Member Avatar for guerreronoli

hello all, I created a program that connected to database!.... I've done to display all records from database in JTable..... but when I'm deleting a row it can't delete automatically it needs to close the program to update the JTable!.... here's my program!.... package classes; import javax.swing.*; import java.awt.*; import …

Member Avatar for Ezzaral
0
1K

The End.