| Thread | Last Post | Replies |
|
| Sending Email In Java | 23 Sep 2006 20:38 GMT | 1 |
Hi. I am writing an application in java where I need to be able a dialogue box. Enter information into text fields and then click a button which will then send an Email. I don't want to have to pay for anything as I can't afford it. Is there a simple way to do this without
|
| Download link for compat package of tomcat | 23 Sep 2006 09:26 GMT | 1 |
Hello I am having jdk1.4.2_12 installed on my PC. Now I am going to use Apache-tomcat-5.5.17. If we have to run this tomcat version on jdk 1.4.2 then as the documentation of tomcat says, we will need a compatibility package:
|
| package private problem | 23 Sep 2006 09:02 GMT | 14 |
I have a small package design problem, I wonder if it can be solved somehow. I have 2 classes (with package private access) in 1 "mypackage" package: package mypackage; class MyClass {
|
| jawk long string arguments | 22 Sep 2006 17:52 GMT | 1 |
I hope someone can help me. I use in ma app jawk class and I need to pass to my awk script few string from my java application. I decide to us -v switch for awk command like this: String icommandR="java -jar jawk.jar -v a="+string1+" -v b="+string2+"
|
| Ant problem | 22 Sep 2006 01:39 GMT | 1 |
I have the following problem...I have a set of directories and i need to create an ant-script which packs each directory into a zip file, which has the same name as the packed directory. For example... If i have directories A, B and C. I need to create a
|
| Array of String/StringBuffers Initalisation | 21 Sep 2006 18:39 GMT | 6 |
Ok, learning Java and am puzzled by this. When I initialise an array of String objects, I can use: String[] myStrArr = new String[4]; ...and the strings ready to use.
|
| How to draw a colorful background(different colors for different pixels) | 21 Sep 2006 16:31 GMT | 6 |
I have a matrix contains the all colors for each pixel (different colors for different pixels). I want to draw a colorful background according to this matrix. How can I do it? Thanks. Xubo
|
| Mac driving me crazy | 21 Sep 2006 13:26 GMT | 18 |
I wrote an applet that I need to be able to run on an older iMac which has Java 1.3.1 installed. Just to be safe, I compiled it to 1.2 specs (-source 1.2 -target 1.2). It runs fine on my Windows box, it runs fine on my brothers newer Mac (Java v1.4 - I think). But I keep
|
| Throw exception in an interface | 21 Sep 2006 03:15 GMT | 3 |
I defined a basic interface like this: public interface Inter { public void method(); }
|
| Need help forming a basic pattern. | 21 Sep 2006 02:17 GMT | 2 |
Hi all.. I'm currently studying java and I'm somewhat stuck.. I'm trying to form a pattern of asterisks on a terminal window.. Simple, System.out.println() stuff.
|
| Running a different JRE per browser | 20 Sep 2006 16:55 GMT | 4 |
(Hoping that this question is in the right group...) Is there any way to have different browsers on a desktop - eg Firefox and IE - running different versions of the JRE? For my work at the moment, I have two different applets I need to be
|
| Tree data structure in Java | 20 Sep 2006 15:06 GMT | 6 |
I am hoping to use a tree data structure in my Java application. I need to be able to create a tree which I can add next nodes to certain paths and obtain a list of all possible paths in the tree. Is there an implementation of this built into Java? For example, I would like to ...
|
| What is the preferred way to parse messages out of a log? | 19 Sep 2006 18:42 GMT | 9 |
I have a large log file that contains information that I wish to pull out.. The log entry consists of multiple lines per message Can someone point me in the right direction to extracting this data? Below is an example of an entry that I would like to parse the values out of. Your
|
| Setting Appender's fields in Apache's Log4J | 19 Sep 2006 13:48 GMT | 1 |
In the following code snippet (which is written to create a FileAppender & make log4J log to that file): import org.apache.log4j.*; class sample
|
| JVM Install "succeeds" but Java doesn't work in browsers. | 19 Sep 2006 12:28 GMT | 8 |
I am having major problems getting the latest version of Java to work on my wife's system, It apparently installs fine, either direct from the site or off-line The test applet reports "you are using an old version of Java techno" (the message is cut off here at the edge of
|