| Thread | Last Post | Replies |
|
| Reading a unicode (UTF-16) file | 29 Sep 2005 22:30 GMT | 3 |
I have a text file with some french lines saved in the UTF-16 format. Most of the words can be represented easily with a byte but some special accept alphabets are 16 bits. I'm trying to read this file in from a MIDLET and so the only way I can do this is:
|
| Serialization | 29 Sep 2005 22:06 GMT | 1 |
I tried serialization with OBJECTOUTPUTSTREAM and transient varijalbles are not saved. When i tried to use XMLENCODER it saves all variables including transient????
|
| Problem With ReportViewer Object | 29 Sep 2005 21:41 GMT | 3 |
Hello, i have a problem eith the class mencioned in above ( ReportViewer.class) that i've downloaded and puted in my aplication GUI. Aparently everything is ok, just in the moment that i try to use that object.
|
| JNI Error | 29 Sep 2005 21:40 GMT | 3 |
I have a strange JNI Error, I wrote a C Library and I call that library from java class, but if I put a new version of whatever other class (because is a project that has many other classes), System can't find the class that call my "C"
|
| C++, C# or Java. | 29 Sep 2005 21:36 GMT | 79 |
Which one is best? Java is slow but can be ran on every machine. C# kicks the crap out of MFC but can only be run on M$ platforms. C++ is class :) but is harder work so ultimately makes you better.
|
| My mail client reads mail but does not fetch them from server? | 29 Sep 2005 19:48 GMT | 5 |
My java email client can read the messages sent to my acount at my isp. But when i use outlook it fetches these messages that has already been reed in my java mail client. So it seems that my mail client dont really get these messages from the isp server and instead just reads them. ...
|
| Need Help with Hashtables! | 29 Sep 2005 19:31 GMT | 2 |
I have recently started coding with Hashtables in java, and I am having an issue when I try to access the data from another class. In its own class, I am able to access the data from a db, but when I try to access it from another class, I can not see any data.
|
| Carrer advice : Java and Mainframe... | 29 Sep 2005 19:13 GMT | 12 |
i just graduated in C.S. i've carried out internship in JAVA J2SE Swing. As i'm looking for a job, a firm told me about how different J2SE is from J2EE, Telling me that they are not abble to fill a J2EE spot with
|
| Give some suggestion on calculating base on given math statement. | 29 Sep 2005 18:34 GMT | 5 |
Currently, I put a JTextField and this textfield is for user to key in some math statement. (such as "(50-20)*3+50/2") So later my program should getback this from textfield which is String and convert it into Integer and do calculation base on this.
|
| will it happend to java too? | 29 Sep 2005 16:08 GMT | 6 |
http://groups.google.com/group/comp.programming/browse_thread/thread/7de8e2ce2b626b80 intersting post -any comments, suggestions, last minute issues?
|
| XML Gurus: help with cloning a node without using clone! | 29 Sep 2005 16:02 GMT | 2 |
I have to copy one piece of XML from one part of the document to another. Unfortunately I cannot simply do a copy and paste: Node nodeLeaf = nodeChild.cloneNode(true); nodeAncestor.appendChild(nodeLeaf);
|
| Can Java do this job? | 29 Sep 2005 15:59 GMT | 1 |
I have been asking Javascript people for solution. So far it seems Javascript cannot do the work. So I come to this forum. My question is in following web page. http://www.pinyinology.com/pinyin/content.html
|
| HELP!! Close a JFrame closes whole app | 29 Sep 2005 15:51 GMT | 4 |
I have an application that extends JFrame. When a user presses a button, a smaller JFrame is also opened. But when the user clicks on the box with an x in the menu bar of the smaller JFrame to close the small JFrame, the whole app closes.
|
| decoding utf8 | 29 Sep 2005 14:44 GMT | 3 |
I've got a J2ME application that is doing a writeUTF() of a byte array that I need to decode and store in a flat file (it's a jpeg) from my perl socket application. I can't seem to find a way to have Perl decode it into it's byte representation.
|
| Notification on J2EE session deletion | 29 Sep 2005 14:15 GMT | 4 |
I have a J2EE web application. The user can stop responding at any time (of course), and if he does the J2EE server will delete his session when some period of time has gone by. I would like to be notified just before this happens so that I can
|