| Thread | Last Post | Replies |
|
| Receiving an "exception in thread "main" java.lang.NoSuchMethodError: main" | 27 Jul 2009 22:04 GMT | 5 |
I'm trying to implement an interface but receive the above-ref'd error at runtime (both compile just fine). These are straight from the Sun tutorial... interface Bicycle {
|
| where can I get org.apache.commons pckg.. | 25 Jul 2009 19:51 GMT | 9 |
I need to download org.apache.commons package.. this link http://jakarta.apache.org/site/downloads/downloads_commons-httpclient-3.x.cgi referenced here, http://jakarta.apache.org/site/news/news-2007-q3.html#20070708.1
|
| BigBinary class | 25 Jul 2009 19:36 GMT | 21 |
Is anyone aware of a BigBinary class? It would be like BigDecimal, but for base-2 numbers. Thanks, JH
|
| [General]sorting event calls | 25 Jul 2009 17:13 GMT | 1 |
I have a 2 windows : - one with a collection of Jtrees, - another one called below edit window with Jtabbed objets in order to edit the nodes listed in any of my Jtrees.
|
| do you get error in this url? | 25 Jul 2009 15:56 GMT | 34 |
I just spoke to someone on the phone who said she gets a nullpointer here http://www.francesdelrio.com/photoblog/section1/page1/photos.jsp but I don't get an error at all, either in IE or FF.. how can this happen?? :(
|
| Help? | 24 Jul 2009 21:04 GMT | 6 |
How do I join up the photo 'parts' in my 'temporary internet files' folder to make the complete fullsize photo as shown on this website? http://www.figleaves.com/uk/productzoom.asp?product_id=PM-9205&colour=ivory J.
|
| Problem with Java launching aTunes. | 24 Jul 2009 05:03 GMT | 3 |
I'm on a Suse 11.1 Linux computer having installed aTunes, which is a Java based application for playing music files. Installation went fine, but it won't run because my java isn't the correct one. (I have several versions of java installed 1.4, 1.5 and 1.6 are among them, and I ...
|
| How to insert PDF file in to MySql and read it from MySql to JAVA App | 23 Jul 2009 18:39 GMT | 2 |
Hi every one How can I insert PDF file in to MySql Database and read it to My JAVA App and print it. Best
|
| Binary File | 23 Jul 2009 17:41 GMT | 5 |
I am not sure if this is actually a JAVA issue but, I have written a program to parse strings from a log file. The log files are stored in Binary format. I read each line as a string and then split it up by checking for spaces in between as follows
|
| Java run-time error in starting Hudson | 22 Jul 2009 13:38 GMT | 1 |
I followed the instructions to install Hudson at http://weblogs.java.net/blog/kohsuke/archive/2007/03/installing_huds.html Simply download hudson.war and run java -jar hudson.war
|
| JSP interview questions.. is there an error here? | 22 Jul 2009 01:09 GMT | 2 |
can you look here, pls http://www.techinterviews.com/common-jsp-interview-questions question 3: it says that to make a JSP page thread-safe you need this directive:
|
| Newbie question - on syntax error | 21 Jul 2009 14:00 GMT | 6 |
I am completely new to java so bear with me. I am working through the netbeans tutorial (http://www.netbeans.org/kb/docs/java/javase-intro.html) which has me create two packages: pasted below.
|
| [jCrollPane]Positionning the view with a command | 20 Jul 2009 00:19 GMT | 9 |
I have a jCrollPane built with netbeans and I have many jPanels vertically positionned in it and of course by using the vertical slider attached to the jScrollPane I can position the view wherever I want. Now I want by a java method depending of the index number of a particular
|
| getting the color of the button | 19 Jul 2009 11:27 GMT | 5 |
i'm trying to get indication of the button object i'm using but besides having for every button text and used this indication in the performedevent method i cannot find another way is it posible to indicate the button object by ID or color?
|
| Java Sound mp3 support? | 17 Jul 2009 16:51 GMT | 33 |
In my quest to get mp3 support in Java, I landed at http://www.tritonus.org/plugins.html and downloaded tritonus_share-0.3.6.jar, javalayer.jar, and tritonus_mp3-0.3.6.jar placing all of these in a directory together.
|