manuel salas

Greenhorn
+ Follow
since Nov 17, 2003
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 manuel salas

it works! thanks mikalai!
hi
i'm getting the same 5 errors as you do when i try to compile AdviceClient.java
but i'm using windows xp.
i did
javac -classpath {$CLASSPATH}:AdviceAppClient.jar AdviceClient.java
the javac compiler seems to ignore the {$CLASSPATH} command.
i just started with the HF ejb book today though and dont know much about ejb.
i also added
package headfirst;
to my AdviceClient.java file although it is not there in the book but the errors are still there.
thanks in advance for some help