Re: plugin development environment setup.

2021-10-04 Thread Mark Waite
Your Java version is great as is your maven version. No need to switch to OpenJDK. I don't use IntelliJ, but I don't see any reason why it would not be great for plugin development. On Monday, October 4, 2021 at 2:20:13 PM UTC-6 carol@gmail.com wrote: > Hi Mark Waite: > You are using

Re: plugin development environment setup.

2021-10-04 Thread Carol M
Hi Mark Waite: You are using OpenJDK. I am using JDK. This is my installed information: > *java -version* java version "1.8.0_301" Java(TM) SE Runtime Environment (build 1.8.0_301-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.301-b09, mixed mode) >*mvn -v* Apache Maven 3.8.2

Re: plugin development environment setup.

2021-10-04 Thread Mark Waite
On Mon, Oct 4, 2021 at 1:55 PM Carol M wrote: > Hi Mark Waite: > My laptop (Windows 10) didn't have java before. > Just because I need develop jenkins plugin, so I installed JDK 8. (I don't > know for this purpose JDK 8 is better or JDK 11 is better? ) > (Follow up with this instruction: >

Re: plugin development environment setup.

2021-10-04 Thread Carol M
Hi Mark Waite: My laptop (Windows 10) didn't have java before. Just because I need develop jenkins plugin, so I installed JDK 8. (I don't know for this purpose JDK 8 is better or JDK 11 is better? ) (Follow up with this instruction: https://www.jenkins.io/doc/developer/tutorial/prepare/ ) I

Re: plugin development environment setup.

2021-10-04 Thread Carol M
Hi Ga: Yes, I still get this all the time. Thank you for your information. Let me contact with my company. Thanks again. --Carol On Monday, October 4, 2021 at 3:13:38 PM UTC-4 ga...@gavinmogan.com wrote: > > there is "Untrusted Server's Certificat" pop up all the time. > > Are you still

Re: plugin development environment setup.

2021-10-04 Thread Mark Waite
On Mon, Oct 4, 2021 at 1:13 PM 'Gavin Mogan' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > > there is "Untrusted Server's Certificat" pop up all the time. > > Are you still getting it? Your likely using a really old browser or your > company is messing with your certificate

Re: plugin development environment setup.

2021-10-04 Thread 'Gavin Mogan' via Jenkins Developers
> there is "Untrusted Server's Certificat" pop up all the time. Are you still getting it? Your likely using a really old browser or your company is messing with your certificate store. It might be why your having eclipse issues too On Mon., Oct. 4, 2021, 11:52 a.m. Carol M, wrote: > Hi James:

Re: plugin development environment setup.

2021-10-04 Thread Carol M
Hi James: The eclipse I installed is from here: https://www.eclipse.org/downloads/packages/release/2021-09/r/eclipse-ide-java-developers So I think I don't need add m2e as you said this package already has. Thank you. 1, How can I verify if everything already setup? Let me follow this

Re: plugin development environment setup.

2021-10-04 Thread jn...@cloudbees.com
> So I downloaded and installed Eclipse java IDE. Eclipse is a bit picky about aligning all the versions of the plugins with each other. If you are starting out afresh then I would download one of the packages that has this already like

Re: plugin development environment setup.

2021-10-04 Thread Carol M
@James or others who can help me: I am trying to add m2eclipse. So I downloaded and installed Eclipse java IDE. Then I follow this link: https://github.com/eclipse-m2e/m2e-core/blob/master/README.md#-installation To try to add m2e part I got issue. This is the steps I did: *1,* On Eclipse

Re: plugin development environment setup.

2021-10-04 Thread Carol M
Thank you so much, James. Let me try. --Carol On Monday, October 4, 2021 at 5:39:44 AM UTC-4 jn...@cloudbees.com wrote: > > 2.1, Which JDK is good for this pulgin development, JDK 8 or JDK 11? > > I would use JDK8. the plugin's parent POM should set things up correctly > that it should not

Re: plugin development environment setup.

2021-10-04 Thread jn...@cloudbees.com
> 2.1, Which JDK is good for this pulgin development, JDK 8 or JDK 11? I would use JDK8. the plugin's parent POM should set things up correctly that it should not matter - but JDK8 will give you fewer suprises for the moment. > 2.2, I want to use Eclipse. Which Eclipse can I install,

plugin development environment setup.

2021-10-04 Thread Carol M
Hi I need develop a jenkins plugin. I am confused about the system setup for this goal. I am follow this link: https://www.jenkins.io/doc/developer/tutorial/prepare/ to try to setup the development environment. But I have the follow question: 1, Is it the right instruction I can follow? 2, My