| Thread | Last Post | Replies |
|
| get avi playing | 25 Aug 2006 04:58 GMT | 1 |
I need to convert some movies to a format that can be played back with the java media framework. Even though I am following the cheat sheet for formats and am limiting myself to those playable by the cross-platform version, I am having difficulties. For example, trying
|
| webStart: how write a file? | 24 Aug 2006 22:09 GMT | 2 |
I have a problem with Java Web Start: I'd like to write a file in PC client (Obviously the client have to give all privileges). How can I write a file in a PC client?
|
| Internationalization: Translating the application to the english? | 24 Aug 2006 18:38 GMT | 4 |
I was thinking about internationalization of my small app. At this moment, tooltips and captions of about 20 buttons , table and tree is wrote in a code. So my question is what is the easiest procedure to add one more language to the captions of my buttons and other component ?
|
| JAR executable file problem with(out) java.exe | 24 Aug 2006 17:37 GMT | 2 |
If I have a JAR executable file, but I don't have java.exe, javaw.exe, or the JRE on my machine. How can I run it? Is it possible to have the JRE inside of the JAR executable file adn
|
| What is the difference between J2EE, JDK, JDK-SDK, JRE and J2SE packages ? | 24 Aug 2006 15:44 GMT | 4 |
I always found different lables for different Java packages. But I did not found a complete matrix table which explains which component is included in which package. Does someone know a good overview (Sun's is poor) ?
|
| StringBuilder's performance lower than that of StringBuffer | 24 Aug 2006 15:01 GMT | 1 |
I read in many websites than StringBuilder offers better performance than StringBuffer. So, in my code, I changed all StringBuffer usages to StringBuilder. But now the performance has worsened. Is it that StringBuffer is really more performant? Also, is there any better
|
| Help in Java Sound!!! | 24 Aug 2006 14:38 GMT | 17 |
When i executed the following code snippet i get the exception "java.io.IOException: mark/reset not supported". This exception happens when we execute the line "AudioInputStream stream = AudioSystem.getAudioInputStream(instream);"
|
| method cannot be found for a dynamically loaded class | 24 Aug 2006 12:12 GMT | 1 |
I am dynamically loading a class and then a static method in the class with getMethod method of Class. The code snippet is as follows : Method netListerMethod = n.getMethod("netlister",new Class[]
|
| Shareware market of application ? | 24 Aug 2006 11:40 GMT | 2 |
Could you please suggest me some web place where I can put my application for a selling. If it is possible to pay percentage according to a trade (What if no one want y product :) ). p.s.
|
| sms | 24 Aug 2006 07:13 GMT | 3 |
i m developing a web site for educational portals for our college in which i want to give a sms facility where if a student have 3 absent then an sms should be sent to parent mobile automatically. so please tell me whats are the tools and which book i should refer and from
|
| ipod Permanent charged symbol | 23 Aug 2006 16:05 GMT | 6 |
Er, ... my ipod, after fully charging it, has its big green battery symbol with a plug mark on it sitting there after I've unplugged it.
>^xx^< So after I leave it so overnight, its battery is completely in need of
|
| A tricky Problem | 23 Aug 2006 14:05 GMT | 8 |
Can we use jsp and servelet in the same web application? Please justify your answers with the help of a live example. It's very urgent. Thank you.
|
| hello friends | 23 Aug 2006 13:53 GMT | 2 |
Applets don't get displayed ion my web page ? whats the problem ? "is the jre not working or anything else please help......."
|
| ImageIO.read with PNG file | 23 Aug 2006 10:36 GMT | 1 |
using JDK 1.5.0_04 I try to read a PNG image with ImageIO.read(): String uri = "http://www.w3.org/Icons/right.png"; //String uri = "http://www.w3.org/Icons/w3c_home.png"; try
|
| ODBC set up for Access databasing through a java algorithm | 23 Aug 2006 09:59 GMT | 1 |
I formatted my computer and forgot that my friend had set something up in the ODBC administrative options, so that the database from access could be fully functional through a java algorithm i had created. I know how to write code, but unfornantly i have never learnt about what
|