Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS 용 설치 파일 만들기 #1

Open
shanmdphd opened this issue Apr 4, 2019 · 1 comment
Open

macOS 용 설치 파일 만들기 #1

shanmdphd opened this issue Apr 4, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@shanmdphd
Copy link
Member

자바어플리케이션을 실행할 PC에 자바구동환경( 자바런타임 JRE )이 미리 설치 되어 있어야 한다는 약점이 있습니다.
이 때문에 자바 Swing/AWT등으로 작성된 GUI어플리케이션의 경우 어플리케이션 작성 후 Executable JAR파일을
윈도우용 실행 파일(exe) 혹은 맥용 설치파일(pkg)로 감싸는(Wrapping)하는 단계를 거치게 됩니다.

윈도우 용으로는 launch4j 가 있습니다만

맥용을 만들기 위해서는 다음을 참고합니다.

@pipetpro
Copy link
Member

pipetpro commented Apr 5, 2019

@dlaqudgml2 선생님과 이에 대해 얘기 나누었습니다.

  • Java 코드 내에서 path가 윈도우용 절대 경로로 되어 있어 이를 바꾸는 작업이 필요함.
    • 맥용은 ~ 위치 밑에 dallphin 폴더를 만들어서 쓰면 될 것 같음.
    • Java JRE, R 등도 함께 설치 되어야 하는데 맥용 버전을 다운 받아야 함.
  • R 코드에서 setwd() 부분은 삭제 가능할 것으로 생각됨.

@pipetpro pipetpro changed the title dmg 파일 만들기 macOS 용 설치 파일 만들기 Apr 5, 2019
@pipetpro pipetpro pinned this issue May 24, 2019
@pipetpro pipetpro unpinned this issue May 24, 2019
@pipetpro pipetpro transferred this issue from another repository May 24, 2019
@shanmdphd shanmdphd added the enhancement New feature or request label Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants