Im building a plugin for JIRA 4.4, what is the cause and how to resolve it:
see below screenshot of the error:
If JAVA 1.7 is installed and running this can be the problem here:
Resolution to such case:
Follow Atlassian Documentation here
https://developer.atlassian.com/display/DOCS/Installing+the+Atlassian+Plugin+SDK
, in addition to looking at below notes:
-Uninstall JRE 1.7
-Uninstall JDK 1.7
-Delete existing environment varibles (windows: delete previous wnvironment varibles to JAVA_HOME and JRE_HOME) from user and system varibles)
- Make sure you set Atlassian plugin SDK bin directory path into PATH varible in both user and system varibles (leave if found other values in the value field just separate by ';')
-Start fresh JAVA installation for 1.6
-Install JDK 1.6 or the latest updated 1.6 JDK
-Restart Computer
-Set the new JAVA_HOME and JRE_HOME varibles in user and system varibles (JDK path should point the root installation directory of the JDK 1.6 JRE to bin directory ex: JAVA\jre1.6\bin)
See: https://developer.atlassian.com/display/DOCS/Setting+JAVA_HOME
-Now build your plugin again following Atlassian Documentaion here:
https://developer.atlassian.com/display/DOCS/Installing+the+Atlassian+Plugin+SDK
Any one get into this problem, it seems the services did not work inorder and caused this problem, any clue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.