This is my first programming assignment ever. I have the JDK installed, and it compiles and runs with sample programs ok. I have got the first part of my...
I have been revising my program....Here is what I have came up with so far.....it runs....I am not sure it is doing everything they want it to do.......but the...
... <d_eng_1976@y...>" <d_eng_1976@y...> wrote: Everything seems to run ok now, except i need a null pointer exception, and I can't figure out how to get that...
hello everyone, here's a question for you about a long time problem. I use an imac 266mhz with MRJ 2.2.5 installed . it works for most tasks allright, like...
Is it possible to set the state of the caps, scroll, and number locks in java? If so could some one post some sample code or a link? Thankyou for any help....
Hello everybody, I have noticed a lot of advertising for vacant positions on this list. I think since we all need to eat, that is a good thing. But I would...
Hi Adwin, English do get funny sometimes. Click means press and release while press meant just that -- press. The application is depended on your situation....
Hello, Everyting in this program works except one part. I have to put a NullPointException in this program to catch if someone pushes the "Cancel Button" on...
Hi Dave, Basically, your catch/try clause is in the right format. But try to capture the nullPointerException because nullPointerException covers quite a few ...
Thanks TC....The program is solid, with the exception of the NullPointerException....I just can't figure out what to do to make the program throw out an...
Sure, Choose File > New then choose "Main" or "Empty" Class from left
pane of window, press next and name your class, from here you can press
"Finish" if you...
Ok, please tell me do you get the same error while Running the same
application from command prompt with "java ...." . I think you have some
classes or objects...
Brand new to Java. Trying to access it. Not sure why software installation doesn't modify autoexec.bat rather than having to do it manually. Oh, well. My file...
I think u should set u r classpath. CLASSPATH = %CLASSPATH%.;C:\j2sdk1.4.1\jre\lib; Vemuri RaghunathDutt. ... Do you Yahoo!? Yahoo! Mail Plus - Powerful....
Hi,
there is one little typo error.
CLASSPATH=%CLASSPATH%;.;C:\j2sdk1.4.1\lib\tools.jar
But the Classpath entry in the autoexec.bat is useless
(you do not...
... If you are willing to code your own WML, we use Apache's Tomcat (http://jakarta.apache.org/tomcat/index.html) as our server (it can run standalone, or in...
I am currently writing servlet running on stand alone Tomcat. But since I am new myself with WAP (actually requested by my boss for writing the application on...
Herman
herman_ang@...
Feb 3, 2003 4:59 pm
9490
... Path is defined so you can type javac at the command line instead of having to type C:\j2sdk1.4.0_01\bin\javac everytime. CLASSPATH is a Java specific...
Found the problem... should be j2sdk1.4.1_01 NOT 1.4.0_01 Now just trying to find a good newsticker applet to download and tear apart to study. Thanks, ...
Hi Wayne, Thanks for warning us. I look at these recruiters ads and have no idea they are spams. I guess because they list couple companies I known are solid...
Hello,
I have several classes and I am trying to pack them in JAR file, I wish
to know:
1. How to make my JAR File executable ?
2. How to create the Manifest...