| Thread | Last Post | Replies |
|
| Please help..nu bee correct probable path.. (?) | 22 Nov 2006 18:56 GMT | 2 |
Thank in advance.... I am getting error when I run from prompt (cmd).. I installed Jdk1.5.0_09 path is C:\Program files\Java\Jdk1....... I have oracle 9i and oracle 10g installed... Path and classpath I have put correctly in windowxp.. as follow
|
| Storing PublicKey and PrivateKey in a program | 22 Nov 2006 17:56 GMT | 4 |
Is it possible to store in permanance a pair of cryptographic Public/Private keys in a program ? I know I can dump it into a file but I would like to have 2 constants in my program instead of reading each time from the files. I would like something that would look like this:
|
| Baffeled with IllegalArgumentException exception | 22 Nov 2006 17:33 GMT | 3 |
Iam using java sound API to play the audio. Iam using the Clip class to play the audio. Frequently i get the following exception... java.lang.IllegalArgumentException: No line matching interface Clip supporting format ULAW 8000.0 Hz, 8 bit, mono, 1 bytes/frame, is
|
| How to modify registry (xp) (newbie) | 22 Nov 2006 17:02 GMT | 4 |
where can I find such info, so my aplication can mess with Bill Gates :-) any clues regards
|
| Visual Web pack ? | 22 Nov 2006 12:45 GMT | 2 |
I tried http://www.netbeans.org/download/flash/why-netbeans-part2/player.html Everything is fine, I connected mysql database with the table on a Page2.jsp but when I run project I got a message from Tomcat Log:
|
| classpath | 22 Nov 2006 09:21 GMT | 8 |
To all of you java experts, i have a huge headache with the classpath, i am running a pentium 3 machine with windows 2000 service pack 4, jdk 1.6, the jdk is on the filesystem as the following filepath, C:\program files\java\jdk1.6.0 , i am also running netbeans and it
|
| Concentric circles questions. For some reason, center is not on same dimension | 22 Nov 2006 02:07 GMT | 6 |
Hi, I designed this code, but I cannot put all of the circles on same center. I think they are on different dimensions, what do you think? /* Concentric.java Design and implement a program that draws 10 concentric circles of
|
| modify button | 22 Nov 2006 01:39 GMT | 3 |
This is my modify button can some one help me get it right? btnModify.addActionListener(new ActionListener(){ public void actionPerformed(ActionEvent ae){ dvds.add(DVD(tfTitle.getText(),Double.parseDouble(tfPrice.getText()),
|
| java - listbox with a vertical scrollbar | 21 Nov 2006 22:08 GMT | 2 |
does anyone have some sample code for creating a window, about 300 x 400, with a subtitle label under where the menubar would be if this app had a window bar, then under that subtitle message adding a ListBox almost the width of the window, with a vertical scrollbar. at the
|
| saving as a .dat file | 21 Nov 2006 21:05 GMT | 5 |
I know I need to use jfilechooser and a write in and out but I can not figure out how to add a way to save this to a .dat file import java.awt.*; import java.awt.event.*;
|
| Java executables | 21 Nov 2006 19:55 GMT | 12 |
I have written a java program but I would like to be able to send the program to people with it's own, unique icon. The groups say you can only do this by converting the program to an executable exe file files but I have some areas of confusion with regards to
|
| creating a gui - on the fly creation, drag and drop | 21 Nov 2006 18:56 GMT | 7 |
I'm creating a GUI for a project and I'm struggling I'm using the netbeans IDE. What I'm trying to do is to have an alphabet of symbols represented graphically (I'm using jLabel at the moment) and to enable symbols to
|
| Sometimes I feel that technology purpose is technology itself | 21 Nov 2006 15:10 GMT | 2 |
4 years I learn java as a hoby, but I must to say that I'm still newbie, especially in a J2EE. Maybe because of complicity of java, maybe because my wrong learning, maybe because my intelectual capability. Anyway, I don't care how slow it is my learning. The other thing is ocuppy my ...
|
| Output data to file and then How to update the data in file? | 21 Nov 2006 11:27 GMT | 2 |
I am a beginner to programming. I know how to read and output data to a file in java, but how can i update the data in file. For example, if i want to change the word "TOM" to "JOHN" in file
|
| Collections of Java Faq | 21 Nov 2006 10:52 GMT | 2 |
fren hope all r fine, Collections of java faq @ www.java2cafe.blogspot.com Thanks, Best Regards,
|