Posts

Showing posts with the label Eclipse

이클립스 Could not load repository template extension contributed by 'org.eclipse.mylyn.bugzilla.ide' with connectorKind 'bugzilla' 오류

에러 로그에 이거 뜨길래 구글링 구글링 https://stackoverflow.com/questions/26508345/eclipse-unexpected-error-while-loading-repository-template-extensions This happens because your eclispe version does not have the Atlassian JIRA connector installed.  Here  is the Atlassian JIRA documentation. Installing JIRA in eclipse: Open the Eclipse software updates manager via 'Help', 'Install New Software'. Click 'Add'. The 'Add Site' window will display. Add this update site  http://update.atlassian.com/atlassian-eclipse-plugin/rest/e3.7  and click 'Add'. The 'Available Software' screen will appear again. Select 'All Available Sites' in the 'Work with' dropdown list. Select both 'Atlassian Connector' categories. Click next and install. 지금 회사에서 아틀라시안 빗버킷으로 깃쓰는데 이걸 따로 받아줘야하는듯.. 했는데 안없어졌다..ㅜㅠㅜ 다시 구글링 구글링.. https://issues.jboss.org/browse/JBDS-4360 여기서 댓글보니까 I installed all Spring IDE stuff including org.ecl...

이클립스 Error notifying a preference change listener. Check the log for details. java.lang.NullPointerException 오류

다른 경우는 모르겠는데 나같은 경우에는 javac -version이 안찾아져서 환경변수 설정에서 변수 이름 : CLASSPATH 변수 값 : %classpath%;.  ( 마침표 꼮꼮 ) 이걸 추가했더니 에러가 안난다. 싱기방기!!!!

npp 플러그인 수동설치 안됨

수동설치해도 플러그인 메뉴에 안뜰때!! 방법을 찾았다 ㅎㅎ plugins폴더 밑에 플러그인과 같은 이름의 폴더를 만들어 준 후 그 폴더 안에 dll파일을 넣어주면 된당~~~