| Thread | Last Post | Replies |
|
| Opening HTML file in web browser from Java app | 04 Mar 2005 17:11 GMT | 3 |
I simply want to open a HTML help file, in the same way a program like Adobe Photoshop does. I've tried Applet and JConfig to do this but to no avail. Can someone tell me the easiest way to open a html file within my
|
| HELP REQUIRED.....Error on 'application.getResourceAsStream' in JSP | 04 Mar 2005 16:09 GMT | 4 |
I'm getting error when I use the following code String XSL_STYLESHEET="/custom/test.xsl"; InputStreamReader inXsl = new InputStreamReader(application.getResourceAsStream(XSL_STYLESHEET));
|
| reverse eng class? | 04 Mar 2005 14:33 GMT | 7 |
Is there any way to turn a .class file a back into a .java file? in a moment of madness, I deleted the wrong one?/ Thank you if you can help Niall
|
| Date comparison problem | 04 Mar 2005 11:38 GMT | 4 |
I have a problem comparing two Date objects: I create the dates by parsing from a String like: 2/23/05 2:00 PM by calling this function: public static Date getDate(String date){
|
| J2ME and accessing phonebooks | 04 Mar 2005 11:13 GMT | 1 |
Hi, im a n00b at this, but was wondering if i could program something in J2ME for wireless devices that would be able to access the phonebook, call numbers etc. I know there maybe be isssues with regards to different hardware, its
|
| applet java on PDA | 04 Mar 2005 11:07 GMT | 28 |
if I have a PDA with the JVM, are applets supported in the internet browser? if so, how can I write an applet suitable for the PDA? is the same as for the PC?
|
| MMAPI | 04 Mar 2005 11:05 GMT | 5 |
I read that: "MMAPI can be implemented to run on a configuration; example of configuration, and platforms on which the API can be implemented are the Connected, Limited Device Configuration(CLDC), the Connected Device Configuration (CDC), PersonalJava, JDK, and J2SE.
|
| calling a method of the interface which was not implemented in any class | 04 Mar 2005 10:20 GMT | 2 |
Iam a java programmer actually i want to know how the Connection object is created through DriverManager.getConnection when DriverManager class is not implements Connection interface and no class in java implementas interface connection so how can we get a object
|
| ACCESS 2000 Security and JAVA | 04 Mar 2005 10:11 GMT | 3 |
I have set up a userID and password on the ACCESS database, which if I click on the MDB file works fine. However, I can connect and use the database from a Java Application without any password or userID set
|
| How to speed up a simple paintComponent() | 04 Mar 2005 09:51 GMT | 7 |
I am quite new to Swing programming. I wrote a Swing component which is a matrix of small rectangles, following the guidelines in the documentation online. Each cell of the matrix can have a background color and a list of
|
| Java newbie - Windows API and hardware detection? | 04 Mar 2005 09:46 GMT | 1 |
Just wondering if the following is possible using a Java applet embeded in a webpage... - Detect CPU type and speed - Detect amount of memory
|
| [eclipse] Errors with import or package | 04 Mar 2005 09:23 GMT | 2 |
I have a odd problem with eclipse 3.0.1 for Win. When I import some of my package or class, eclipse recommened the packages & classes in my project. But when I save the project (or java-file) eclipse shows a lot of errors, because it doesn't find the
|
| [ANN] j2Perl 2.0 - Allowing Java to access Perl code | 04 Mar 2005 05:08 GMT | 1 |
Source: http://vmdd.tech.mylinuxisp.com/catalog/ (Follow "Java Add-ons" link) j2Perl 2.0 -- provides the ability to use Perl code in Java. This implementation is elegant and intuitive. Java is already powerful, but
|
| timezone algorithm | 04 Mar 2005 05:08 GMT | 3 |
Looking for a function that returns the timezone for any given point. I want to feed it with longitude and latitude. any ideas? --
|
| getBytesUTF8Encoded | 04 Mar 2005 03:56 GMT | 3 |
To obtain a byte[] in the UTF-8 encoding from a String object, I use a getBytes("UTF-8"). This is cumbersome... Firstly, it is error prone (I mistakenly wrote "UTF-9"
|