Background Image

FORUM

조회 수 886 추천 수 0 댓글 1
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

* 질문 등록 시 다음의 내용을 꼭 기입하여 주세요.
OS
macOS Catalina 10.15
CUBRID Ver.
CUBRIDManager-10.1-latest-macosx-cocoa.tar.gz
CUBRID TOOL Ver.
CUBRIDManager-10.1-latest-macosx-cocoa.tar.gz
응용 환경(API)


* CUBRID 응용 오류, SQL 오류 또는 SQL 튜닝 관련된 문의는 반드시 다음의 내용을 추가해 주세요. 비밀글이나 비밀 댓글도 가능합니다.
* 저희가 상황을 이해하고, 재현이 가능해야 알 수 있는 문제들이 많습니다. 가능한 정보/정황들을 부탁합니다.
에러 내용 및 재현 방법 재현 가능한 Source와 SQL
관련 테이블(인덱스, 키정보 포함) 정보 CUBRID 홈 디렉토리 아래 log 디렉토리 압축


-------------- 아래에 질문 사항을 기입해 주세요. ------------------------------------------------------------------------

안녕하세요 새로운 macOS Catalina 업데이트 후 큐브리드 매니저를 실행시키면 아래와 같은 경고창이 뜹니다.


'cubridmanager'을(를) 열려면 레거시 Java SE 6 런타임을 설치해야 합니다. 


https://support.apple.com/kb/DL1572?locale=ko_KR 여기서 OS X용 Java 2017-001을 다운받게 가이드하는데요.

문제는 다운받는 과정에서 Java for macOS 2017-001 패키지의 최신 버전이 이미 설치되어 있어서 설치가 안된다고 합니다.


혹시 해결방안을 알고 계시면 공유 부탁드리겠습니다.

감사합니다.


  • ?
    win777 2019.10.14 13:18

    안녕하세요. 먼저 CUBRID를 이용해 주셔서 감사합니다.


    아래는 해결 방안입니다.


    먼저 Java 2017-001(javaforosx.dmg)을 받으신 후 Finder를 열고 응용 프로그램 > 스크립트 편집기를 실행합니다.


    "파일 > 신규"를 눌러 새로운 Document를 생성합니다.


    아래의 스크립트를 붙여넣기 합니다.


    set theDMG to choose file with prompt "Please select javaforosx.dmg:" of type {"dmg"}

    do shell script "hdiutil mount " & quoted form of POSIX path of theDMG

    do shell script "pkgutil --expand /Volumes/Java\\ for\\ macOS\\ 2017-001/JavaForOSX.pkg ~/tmp"

    do shell script "hdiutil unmount /Volumes/Java\\ for\\ macOS\\ 2017-001/"

    do shell script "sed -i '' 's/return false/return true/g' ~/tmp/Distribution"

    do shell script "pkgutil --flatten ~/tmp ~/Desktop/ModifiedJava6Install.pkg"

    do shell script "rm -rf ~/tmp"

    display dialog "Modified ModifiedJava6Install.pkg saved on desktop" buttons {"Ok"}


    해당 스크립트를 Command + R 버튼(▶)을 눌러 실행합니다.


    파일 Selection Dialog가 뜨고 javaforosx.dmg 파일을 선택해 주시면 바탕화면에 ModifiedJava6Install.pkg가 생성됩니다. 


    생성된 "ModifiedJava6Install.pkg" 파일을 실행해 주시면 Java 2017-001버전을 설치할 수 있습니다.


    감사합니다.


  1. SQLGate for CUBRID 영구 무료 라이선스 제공

    Date2020.04.09 Byadmin Views4443
    read more
  2. 컬럼 코멘트 입력

    Date2019.12.09 By그리피 Views2562
    Read More
  3. Spring boot 2.1.9, Spring Data Jpa 연동이 가능한지 문의드립니다.

    Date2019.11.28 By금룔 Views1566
    Read More
  4. elastic logstash에서 JDBC로 CUBRID를 연결하는데 계속해서 실패합니다

    Date2019.11.18 By제냐 Views1074
    Read More
  5. MSSQL -> CUBRID MIGRATION

    Date2019.11.15 By현수 Views219
    Read More
  6. cubrid.conf 설정 질문 드립니다.

    Date2019.11.12 By지옥성녀은비 Views536
    Read More
  7. 큐브리드에 있는 sql데이터를 다른사이트에 표출하는방법

    Date2019.11.05 By꼴통개발자 Views180
    Read More
  8. Spring Boot 2+ JDBC DB Connection pool 오류

    Date2019.11.05 Bydaniel Views2685
    Read More
  9. 큐브리드 매니저에서 로컬서버 설정후 데이터베이스 생성 할때 창안뜨는 경우

    Date2019.11.04 By나라디 Views238
    Read More
  10. drop table 시 clob 파일 질문입니다.

    Date2019.11.04 By진짜마드리드 Views199
    Read More
  11. [답변에 대한 답글입니다.] Trigger 이벤트 시점에 대해 질문드립니다.

    Date2019.10.31 Bycubridtest Views566
    Read More
  12. Spring JPA cubrid 연결 오류 질문입니다

    Date2019.10.31 Bydaniel Views1615
    Read More
  13. Trigger 이벤트 시점에 대해 질문드립니다.

    Date2019.10.29 Bycubridtest Views281
    Read More
  14. An IOException was caught during reading the inputstream. 오류 조치방법 좀 알려주세요.

    Date2019.10.29 Byldev27 Views314
    Read More
  15. 안녕하세요 javaSp를 사용한 프로시저 등록 관련하여 질문드립니다.

    Date2019.10.28 Bycubridtest Views181
    Read More
  16. my SQL -> CUBRID로 마이그레이션 작업 중 질문이 있습니다.

    Date2019.10.25 By클라우비 Views147
    Read More
  17. CUBRID 구성 문의

    Date2019.10.24 Bypassik89 Views248
    Read More
  18. unload 실행시 Empty component list in class

    Date2019.10.22 By휴식 Views391
    Read More
  19. 한글깨짐현상 문의드립니다.

    Date2019.10.22 By슬픈공돌이 Views1493
    Read More
  20. 큐브리드 데이터 타입 문의드립니다.

    Date2019.10.14 By피닉스맨 Views170
    Read More
  21. macOS Catalina 업데이트 후 큐브리드 매니저 실행안되는 문제

    Date2019.10.11 Bynorman Views886
    Read More
Board Pagination Prev 1 ... 42 43 44 45 46 47 48 49 50 51 ... 200 Next
/ 200

Contact Cubrid

대표전화 070-4077-2110 / 기술문의 070-4077-2113 / 영업문의 070-4077-2112 / Email. contact_at_cubrid.com
Contact Sales