hubert humptis

Greenhorn
+ Follow
since May 10, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by hubert humptis

when i try to run ant in the directory of the build.xml and Test.java file i get this error:

$ ant -v
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/Main


I think it is classpath issue and here is my variables in bash:

PATH=$PATH:/home/toolshed/:$HOME/bin:/usr/java/j2sdk1.4.1_01/bin/:
export JAVA_HOME=/usr/java/j2sdk1.4.1_01/
export JIKESPATH=$PATH
export CLASSPATH=~/packages:$JAVA_HOME/lib/tools.jar:/usr/local/ant/build/lib/:
export ANT_HOME=/usr/local/ant
export PATH=${PATH}:${ANT_HOME}/bin


if anyone has an idea...
[ January 23, 2003: Message edited by: hubert humptis ]
21 years ago
Does anyone know how to get source of the method call? I want to get the classname of the source who called a particular method without passsing "this" as a parameter to the method?
21 years ago
What is the best way to go about making 2D objects look 3d? If u know of any tutorials post them. Like making a 3D sphere with just the 1.4 API.
21 years ago
how do i connect to certain? I am trying to create a chat gui...how do i establish a connection to specific user?
I will know the username and ip.
21 years ago
What is the best way to write gui's in java? Because i want to lay things out and it is getting tuff? Are there any Java tools for swing that will layout the gui for U...and then u write the code?
[ May 11, 2002: Message edited by: hubert humptis ]
21 years ago
Use Emacs with the JDE...Emacs is the greastest invention since sliced bread. It can do anything u want and even make u coffee and grill a steak.
21 years ago
What is the difference between swing and applets?
What are the advantages and disdavantages?
WHich is better for a chat client or something that is implement over the web between two people like file transfer or something?
21 years ago
Thanks man i think swing is the way to go....
Because i want to create a chat client, swing is pretty straight forward.
I am confused ...what is the difference between applets and the java.swing?
[ May 10, 2002: Message edited by: hubert humptis ]
21 years ago
How do i make a gui for a chat client program...I just want a gui..to be just a square box with a TextArea and a text field and a few buttons.
My question is how to make the applet...just be the applet without encompasing the whole page.
i want it to look like a real bonfied chat client not look like a webpage. I can figure out the details of the buttons...but the look of the window I cant figure out.
21 years ago