| Thread | Last Post | Replies |
|
| No output for binary to decimal conversion | 27 Jan 2005 07:22 GMT | 7 |
I have posted in this forum before and need some help in the following I have just finished a code that needs to convert binary to decimal. With a little help from here n there i manage to compile without errors but there's one problem though i am not getting any output.
|
| how to run servlet under application | 26 Jan 2005 23:42 GMT | 1 |
I have two application. First one send data to second application (via sockets). When second app will get data then it should run servlet and send data to this servlet. How to do this How to send data to application from servlet or JSP.
|
| Color gradient for lines | 26 Jan 2005 20:14 GMT | 1 |
Is there a way to draw a line with a color gradient along its length? The lines are created using CubicCurve2D. TIA
|
| need some help with basic java coding. | 26 Jan 2005 20:02 GMT | 14 |
while i am messing with java, i couldn't figure out how to let java automaticly manage the frequency function. for example, i want to know how many students got 18 out of 20 if there are 35 students in the class, can anybody help me? this has been frustrated me for 1 day already, ...
|
| java.util.TimerTask is abstract; cannot be instantiated | 26 Jan 2005 20:00 GMT | 1 |
java.util.TimerTask is abstract; cannot be instantiated However, java.util.Timer.schedule() takes a TimerTask parameter. I don't understand why TimerTask is abstract. Since schedule() takes an object of this type, shouldn't TimerTask be extandable or be an
|
| peeking into browser activity.. | 26 Jan 2005 18:53 GMT | 2 |
I just want to peek into my browser to get a better feel for how it works. I figured you have to use a socket? to get this to work? I heard of someone doing it before somewhere on the net, but I can't find the site it was on. If any of you could help, thanks..
|
| Could not find the main class. Program will exit. | 26 Jan 2005 16:11 GMT | 2 |
The jar which ant creates appears to be flawed in some respect. The jar isn't executable by double-clicking, nor by the command line. However, the manifest, directory structure and source code appear ok to me. The source code is from Sun, I've only added "package
|
| Attaching pdf to html email using jmail.appendHTML & JMail.AddAttachment | 26 Jan 2005 13:36 GMT | 1 |
Hello - I'm using jmail.appendHTML to create personalised html emails within an asp script. I am attching a pdf to the html mail using JMail.AddAttachment. The pdf is attached to the mail but the attachment paper clip icon doesn't show up.
|
| portable data type casting | 26 Jan 2005 10:12 GMT | 1 |
is there platform independent way ("java-way") to write/read integer value to/from an array of byte?
 Signature Best regards, Maxim
|
| Web Applets | 26 Jan 2005 03:19 GMT | 4 |
How do I turn a straightforward java class into an applet capable of running on a webpage? and will it run automatically when the webpage loads. thanks in advance JS
|
| java.util.TimerTask is abstract; cannot be instantiated | 26 Jan 2005 01:39 GMT | 2 |
java.util.TimerTask is abstract; cannot be instantiated However, java.util.Timer.schedule() takes a TimerTask parameter. I don't understand why TimerTask is abstract. Since schedule() takes an object
|
| non-static method foo() cannot be referenced from a static context | 26 Jan 2005 00:53 GMT | 8 |
The Long, present, should be a member field which only exists within the setScheduleMelee method. I don't intend for present to be a static field, so why does the compiler give an error to that effect, pls? //////////////////command line///////////////
|
| Displaying JPGs from a web site with dynamicly assigned filenames | 25 Jan 2005 23:03 GMT | 1 |
I'm using a PC based CCTV prog that uploads images to an FTP site. The filename for each image consists of the date and time. So an image taken on the 25 Jan 05 @ 22:30:15 appears as 050125223015.jpg I need to create two web pages, one that can display the last 9 most
|
| java counter help (similar to a "national debt" counter ) | 25 Jan 2005 22:59 GMT | 3 |
What I'm trying to do is create a java counter for the following: I have a number in mind (for example 1,000,000) that is to be stretched over x number of days. I would like a counter that will then having a "running ticker" so that at the end of day x, the total reaches exactly
|
| Newbie servet.jar CLASSPATH question | 25 Jan 2005 22:24 GMT | 2 |
Sorry if I missed something obvious. I succesfully installed jakarta-tomcat-5.5.4 after installing j2sdk-1_4_2_06 per the jakarta instructions. http://localhost:8080 gives me the jakarta tomcat page OK.
|