Re: java import package and maven dependencies

2015-03-25 Thread Mirko Friedenhagen
Hello Lin, maybe while struggling with this you could ask for help at the m2-us...@eclipse.org mailing list. Gruss Mirko -- Sent from my mobile On Mar 25, 2015 1:52 AM, Lin Ma lin...@gmail.com wrote: Thanks Gruss, Following your guidance I found the maven dependencies, and where is the

Re: java import package and maven dependencies

2015-03-25 Thread Bernd Eckenfels
Hello, if you found it in the Gui the file does not add any more information. But if you want to have a look at it, it is in the root folder of the project. The package explorer by default does not show .* resources. You can either use windows explorer, the Eclipse navigator or enable .*

RE: java import package and maven dependencies

2015-03-24 Thread Markus Karg
Sorry I have no experience with IntelliJ, as I solely use Eclipse. -Original Message- From: Lin Ma [mailto:lin...@gmail.com] Sent: Montag, 23. März 2015 23:05 To: Maven Users List Subject: Re: java import package and maven dependencies Thanks Markus, Do you know on IntelliJ, how to see

Re: java import package and maven dependencies

2015-03-24 Thread Lin Ma
. -Original Message- From: Lin Ma [mailto:lin...@gmail.com] Sent: Montag, 23. März 2015 23:05 To: Maven Users List Subject: Re: java import package and maven dependencies Thanks Markus, Do you know on IntelliJ, how to see Maven update Classpath and settings in IntelliJ how Classpath

Re: java import package and maven dependencies

2015-03-24 Thread Bernd Eckenfels
Am Tue, 24 Mar 2015 16:23:23 -0700 schrieb Lin Ma lin...@gmail.com: How to find Maven updated Classpath and its priority over existing Classpath in Eclipse? I use both and Eclipse is less. :) Not sure I understand the question, but in Eclipse you can see in the (Right click - Project settings

Re: java import package and maven dependencies

2015-03-24 Thread Lin Ma
Thanks Gruss, Following your guidance I found the maven dependencies, and where is the .classpath file you are referring to? I do not find it in workspace of the project. I created a new maven project in Eclipse. [image: Inline image 2] regards, Lin On Tue, Mar 24, 2015 at 4:38 PM, Bernd

Re: java import package and maven dependencies

2015-03-23 Thread Lin Ma
Thanks Markus, For at runtime, I think you do not mean when running the Java application, but when we add a new dependency in pom.xml, Maven will download the dependency and add the JAR into Classpath which Eclipse will recognize? -- so that the import package statements could be recognized and

Re: java import package and maven dependencies

2015-03-23 Thread Lin Ma
is performing the 'organize import' functionality or its various variants. -Ursprüngliche Nachricht- Von: Lin Ma [mailto:lin...@gmail.com] Gesendet: Montag, 23. März 2015 08:59 An: Maven Users List Betreff: Re: java import package and maven dependencies Thanks Markus, For at runtime