Akash Khandelwal

Greenhorn
+ Follow
since Dec 23, 2005
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 Akash Khandelwal

please disregrard my previous message. when i issued the javac command in dos prompt i am getting the following error message. I guess there is some problem with the set up.
-----------------------------------------------------------------------
'javac' is not recongnized as an internal or external commmand, operable program or batch file.
--------------------------------------------------------------------
This was the command i was issuing in dos prompt in C:\
javac pharsimu\compute\*.java pharsimu\data\*.java pharsimu\event\*.java pharsimu\gui\*.java pharsimu\generic\*.java pharsimu\main\*.java
18 years ago
well i was trying as u suggested but was not successful because of the number of characters that can be typed in a line in DOS prompt. Is there any way to do in textpad?
Thanks
Akash
18 years ago
Hi all:

I have a source code for java applet which I want to modify. The code was written by someone else and now they have left. But before I modify anything I thought I should just try to just recompile the *.java files and see what happens. The applet contains 5 packages and each package contains 3-4 classes. The class from one package can use class from other package. I can see from the code that there is import statement. When I tried to compile one of the *.java file in a package. I got the following error message:

�C:\pharsimu\gui\ModelPanel.java:3: package pharsimu.generic does not exist
import pharsimu.generic.DoubleLabelSlider; �

Is this error due to CLASSPATH or something else. I haven�t set my CLASSPATH because I don�t know how to do that. I am using text pad to recompile and am new to java.

Can anyone help me???


Thanks

Akash
18 years ago