| Thread | Last Post | Replies |
|
| how to connect to IP adress? | 21 May 2004 22:05 GMT | 6 |
First I describe what I can do: Using PuTTY connect to np. IP=192.168.1.244:5524 with RAW protocol. I send there a string: "aLOGI 9999 9999<cr><lf>" where 9999 is some 4-digit
|
| NetBeans Question - Web Module | 21 May 2004 14:40 GMT | 6 |
I am using NetBeans IDE 3.6. How do I execute a web applet? When I try it says: THERE IS NO WEBMODULE DEFINED. Thanks,
|
| Using custom classloader for compiling | 21 May 2004 14:13 GMT | 2 |
I've seen this question asked in a few places (including this group back in 1998), but never seen a clear answer. Is it possible to invoke Sun's java compiler directly (sun.tools.javac.Main) and have it use my own classloader instead of a
|
| Simple JNI program fails | 21 May 2004 10:24 GMT | 1 |
Extracting the following C++ code (with some minor mods) from other posts in this group, I was hoping to at least be able to create a JVM and grab a class which is pretty much guaranteed to exist. Well, I can't seem to make the thing work.
|
| writing output to a text file | 21 May 2004 05:55 GMT | 9 |
i know that to write to the system screen in the IDE i can type into my code: System.out.print("yadda yadda"); but how do i send that stuff to a text file? i figured out how to add a
|
| newbie newbie newbie... | 20 May 2004 22:41 GMT | 6 |
Hi all, I just started this great web dvlpmt job where they will teach me jsp, among other things... what is the best ng to get help if you're new to jsp? I saw a lot of java ng's.. I just wrote my 1st jsp file and it's not working.. I have a very simple code there: <%= NEW ...
|
| trying to compile after using "import java.lancs.*" | 20 May 2004 17:09 GMT | 2 |
I'm fairly new to java (I'm using j2sdk 1.4.2)... I'm trying to use "import java.lancs.*" in a program and it doesn't want to compile? Does it have something to do with "CLASSPATH"?? Is says that it cannot resolve symbol?
|
| Commenting Java | 20 May 2004 17:07 GMT | 7 |
Is there a tool to aid in the generation of comments/javadoc? As an example, I'd like to add a copyright on top of every java file I've already created. Thanks in advance.
|
| getRGB | 20 May 2004 14:44 GMT | 1 |
i use getRGB(i,j) to accumulate a number myRGB to decide if a particular image is on the screen: for each pixel: { x=(long)image1.getRGB(i,j);
|
| Java Web app question | 20 May 2004 13:21 GMT | 2 |
I am new to JSP Tomcat and Beans. Can anyone explain why very few web hosts have support for Java based Web apps? Is it not a case of having Tomcat and MySql on one server for the users who want to write Java based web applications?
|
| Inner classes | 20 May 2004 11:21 GMT | 3 |
How can a static method in the outer class access a method in its inner class?
|
| help: the typesafe enum pattern | 20 May 2004 06:20 GMT | 12 |
from http://java.sun.com/docs/books/effective/ page 105: public class Suit { private final String name; private Suit(String name) { this.name = name; }
|
| Understanding Classpath | 20 May 2004 03:48 GMT | 1 |
If you understand Hashtables, this explanation may let you suddenly grok the classpath. If you don't, I have written some other explanations at http://mindprod.com/jgloss/classpath.html A ClassLoader with plenty of RAM could work this way. It creates a
|
| help on jar. | 20 May 2004 00:49 GMT | 3 |
Say I have a file "a.java" which uses the classes in "b.jar". how can I make a new jar file "c.jar" which consists of "a.class" and "b.jar" and is runnable by double clicking. How to do that in eclipse?
|
| Suggested Newbie project, FontShower | 19 May 2004 23:22 GMT | 8 |
Here is a simple project for a newbie. If you do it, I will help you polish it, and I will post in on my site and give you the credit. First you get a list of all possible java fonts installed on the machine.
|