| Thread | Last Post | Replies |
|
| mp3 manipulation in java | 11 Oct 2005 05:43 GMT | 3 |
I am trying to do the following: open an mp3 file, read a certain segment from the file (based on some start and end time mark) and write this segment to a new file. I tried to look at the Java Media Framework, but it is awfully
|
| to prove UN-Reliability of JXTA..... | 11 Oct 2005 02:19 GMT | 4 |
hi.. i am a beginner to JXTA and while figuring out how MyJXTA2 works... i noticed some problems.... 1) if the rendezvous are not connected due to some problem.. the content can't be shared although the same peers have chat at the same
|
| C# and Java | 11 Oct 2005 02:09 GMT | 2 |
I need to read the system registry to enable a button of the GUI when it starts.the button is enable only if the .NEt is installed in the system. that's why I need to read the registry. And I when run CSC in command prompt it gives me this.
|
| how to launch SWT application from command line? | 10 Oct 2005 23:58 GMT | 4 |
I made a simple SWT app with eclipse. It loads perfectly with eclipse 3.11. I can't seem to get it to load with command line. I googled, and ppl are saying I need the path of swt.jar. I can't find that file. Under eclipse, I have these files instead.
|
| HttpSession gets generated again and again!! PLEASE HELP ME!!!! | 10 Oct 2005 23:21 GMT | 2 |
I'm working with JBoss (4.0.3) and EJB 3.0. I have developed a petsore web application, with ejb 3.0 and jsp. I have some entities and session beans (one stateful for a cart and theothers are stateless), one servlet and and 5 jsp pages.
|
| ChainSaw v2 LogFilePatternReceiver doesn't work | 10 Oct 2005 22:42 GMT | 1 |
Hello .. I just have downloaded the latest Version of ChanSaw from the homepage and want to analyze our log file. But it simple dosen't work. I already googled a little bit but wihout any successful hin.
|
| new forum -- homework help/chit chat/easy communication | 10 Oct 2005 21:11 GMT | 2 |
I've launched a new forum not too long ago, and I invite you all to go there: www.wizardsolutionsusa.com (click on the forum link). We offer all kinds of help, and for those of you who just like to talk, there's a chit chat section just for you...Just remember that forum
|
| Newbie...Posting XML to Servlet | 10 Oct 2005 20:14 GMT | 1 |
I am trying to send an XML to a SERVLET using the POST method and I run into a problem. I am trying to integrate a login component written by another team. They have a test client which shows the XML that will be sent to the
|
| Java Swing Problem in XP | 10 Oct 2005 19:43 GMT | 4 |
I have developed a Java Swing GUI application. Under Windows 2000, everything including button, text box etc is fine. But under windows XP default evironment, some text box will dissappear and some button will be lowered to the side of the application. These scenario happened to
|
| Unicode and UTF-8 | 10 Oct 2005 17:43 GMT | 4 |
I have a situation where I read a string of settings from a cookie. One section of this string has UTF-8 encoded characters.
>From reading an earlier topic in this news group; |
| JSP Database Dropdown Population - Newbie, please help | 10 Oct 2005 16:27 GMT | 2 |
I am having problems populating a dropdown list in a jsp page with mulitple entries from a database. Can anyone please help me with the code or point me in the right direction. Im am using the oreily custom tags. The page is as follows.
|
| Best way to store a large number of files? | 10 Oct 2005 14:11 GMT | 13 |
I am creating an Image library application with Java which will store several million files on the file system. Meta data desribing the images will be stored in a database but I think it's probably faster if the actual image files are stored
|
| Generics question | 10 Oct 2005 13:10 GMT | 1 |
I have a question about generics. Say I have an interface: interface Copyable<T> { T copy();
|
| How to Tell Which Class an Object Is | 10 Oct 2005 09:55 GMT | 27 |
Below I'm including the source code for a Java application that con- tains an interface <If> and two classes that implement it, <Abc> and <Def>. <Rndm.open> flips a coin and returns an object of class <Abc> half the time and an object of class <Def> the other half of the time.
|
| Exception in thread "main" java.lang.NoClassDefFoundError: typesExtraOef2b | 10 Oct 2005 08:52 GMT | 2 |
Exception in thread "main" java.lang.NoClassDefFoundError: typesExtraOef2b i get this error while trying to run a small program.what can i do to fix this thanks in advance
|