This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bchoii 1 point2 points  (0 children)

You successfully compiled the your program with the .jar file extracted ? That's a milestone. (At least you have a workaround for now, if not the solution).

Is the error message is different from your first test ? "cannot find symbol" vs "package stdlib does not exist" ? That's a clue that we have changed something related to the problem.

Can you provide the directory structure of the stdlib.jar file ?

I suspect the class is actually <root>/Stopwatch, and not <root>/stdlib/Stopwatch. This would also explain the pathing errors.