users@jersey.java.net

[Jersey] Re: the org.glassfish.jersey.server.internal.LocalizationMessages class can not find the source code

From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Sun, 20 Nov 2016 12:53:47 +0100

run "mvn generate-sources"

then you should see these classes in target dir (this one is from
core-server):

./target/generated-sources/rsrc-gen/org/glassfish/jersey/server/internal/LocalizationMessages.java

Regards,
Pavel


On 19/11/2016 05:58, lukeatwork wrote:
> i get soruce code from github bythe following
> url:https://github.com/jersey/jersey.git,
> but i can not fine
> the org.glassfish.jersey.server.internal.LocalizationMessages class.
> could you tell me how to fix the issue?
>
>