| Thread | Last Post | Replies |
|
| Progress Monitor | 15 Apr 2004 10:27 GMT | 1 |
We are using Interface IProgressMonitor from package org.eclipse.core.runtime. This measures the progress made by an task. It comes with Cancel button but eventhough user presses Cancel button, it can ignore the cancel request.
|
| pwd | 14 Apr 2004 19:05 GMT | 7 |
hello one and all, how do i see the full, from root, path within a java servlet of that servlet? in other words, how do i run a pwd from within java? thanx in advance.
|
| error runing javamail code | 14 Apr 2004 05:16 GMT | 3 |
I am able to send email from Outlook Express using SMTP server installed on my pc. Like this I want to send email from a java code using JavaMail. The code is as follows
|
| Formula help | 14 Apr 2004 05:01 GMT | 4 |
hi i was wondering would anyone know how to implement this formula for converting RGB to YCrCb in java Y = 0.299 R + 0.587 G + 0.114 B
|
| JRE & Kerio Personal Firewall | 14 Apr 2004 04:13 GMT | 3 |
Anyone aware of any conflicts with JRE and Kerio? Specifically (but not limited to) 1.4.1_06. I have a client trying to hit our website and the java apps won't run. I've walked him through setting our site as an exception, and also granting permission to what seemed to be the
|
| Exec() Help! | 14 Apr 2004 04:11 GMT | 7 |
I'm trying to start an external applet from an applet I'm writing. I know Exec() Is the key, but I don't know how to use it. I know how to execute external native programs (I.e. programs I have written in BASIC and compiled). But starting an applet from an applet totally throws me. ...
|
| Monopoly project in Java | 14 Apr 2004 04:10 GMT | 7 |
Hi, my name is Kyle and I'm in a Computer Science java programming class and I have to make a game. I choose to try to make a monopoly game and would like it to show the bored and ask the player things with JOptionPane. Also with all components of the actual game. So, if ya'll
|
| new test about the precission !!!! | 13 Apr 2004 22:14 GMT | 6 |
I choose to work with BigDecimal class and when I calculate: 44*279^7+97*279^5+104*279^4+99*279^3+110*279^2+97*279+77 and store it in a BigDecimal Object the result is: myBigDecimalObject.doubleValue() returns me 1.31591980401875552E17 but in
|
| java.sql /JSP compiler cannot find the getLastInsertID(); method . | 13 Apr 2004 21:54 GMT | 1 |
I have an error in a JSP based shopping cart project. I get a cannot resolve symbol error on the line shown below : long order_id = ((org.gjt.mm.mysql.PreparedStatement)statement).getLastInsertID();
|
| Sort Objects | 13 Apr 2004 21:50 GMT | 2 |
I have an array of Record[] objects that I want to sort. Each Record object contains an int getPoints() method and I want to sort an array of these records into descending points order. Would I be correct in saying I implement the Comparable interface in my
|
| Java Errors | 13 Apr 2004 21:49 GMT | 4 |
When executing a class file I keep on getting these errors:- java.lang.NullPointerException at java.awt.Container.addImpl(Container.java:625) at java.awt.Container.add(Container.java:307)
|
| best to use older version of javac? | 13 Apr 2004 21:48 GMT | 1 |
I compiled some applets with 1.2 and they worked on IE4. I recompiled them with 1.4 and they no longer work on IE4; this seems bad because I want the applets to be available to most visitors to my site (http://homepage.eircom.net/~gerfmcc). Am I better off using 1.2 to
|
| DCOM in NetBeans | 13 Apr 2004 19:51 GMT | 1 |
Folks, Does anyone know how to configure NetBeans to produce DCOM applications? Thanks for your time, Gavin Brewer.
|
| Question about decimals in java??? | 13 Apr 2004 18:32 GMT | 6 |
I need work wiht 30 decimals in a double, but when I try to store : 44*279^7+97*279^5+104*279^4+99*279^3+110*279^2+97*279+77 when a^b is Math.pow(a,b). Exemple 2^2 is 2*2=4 well if I execute this in the calc of windows I get 5.790211750705701434e18
|
| why java applet doesn't run | 13 Apr 2004 01:12 GMT | 9 |
I created a java applet with Sun Java SDK 1.4.2 I put the class (TAFPlayers.class) on a web site (www.tennisladder.quietowl.com) with an index.htm page with an applet tag. When I go to the web site, it runs fine on the computer I developed it on. But it won't run on any other
|