How to use RxTx libraries, error/bug. RxTx Serial 통신 라이브러리 사용 방법,에러,버그 / Java
How to use RxTx libraries, error/bug. RxTx Serial 통신 라이브러리 사용 방법,에러,버그 / Java I got error msg "package gnu.io does not exist", when I make jar file with all jar,dll in the project. referenced stackoverflow ( HERE ) 나의 경우에는 예전에 이미 만들어진 lib 클래스를 사용하거나, jar 파일로 묶는 과정에서 "package gnu.io does not exist" 에러가 발생했다. stackoverflow 에서 참조 ( 여기 ) 추가로, RxTx Serial 통신 라이버리 고질적인 문제가 있다. 아래와 같이, 통신 중에 하드웨어와의 연결이..
How to setup/install Oracle Java OpenJDK with OpenJFX and Eclipse IDE, whole development environment. 오라클 자바 OpenJDK, OpenJFX, Eclipse 전체 개발환경 설치 방법 / javafx, ojdk, ojfx, sceneBuilder
How to setup/install Oracle Java OpenJDK with OpenJFX and Eclipse IDE, whole development environment. 오라클 자바 OpenJDK, OpenJFX, Eclipse 전체 개발환경 설치 방법 / javafx, ojdk, ojfx, sceneBuilder 작년부터 openJdk 와 openJfx 를 쓰다가 최근 이클립스에서 뭔지 모르게 에러가 생겨서 전부 지우고 개발환경 재설치를 하면서 순서를 적어보았다. I used openJDK and openJFX last year, but recently eclipse got some errors so I removed all and setup development environment ag..
Android Application Launch checklist, 안드로이드 어플리케이션 앱 출시 체크리스트, ios, 플레이스토어, playstore, appstore, 앱스토어, 어플만들기
Android Application Launch checklist, 안드로이드 어플리케이션 출시 체크리스트, ios, 플레이스토어, playstore, appstore, 앱스토어, 어플만들기 I already made almost of function i wanted to implement, but didn't design yet. That was so hard for me to do decorate.. anyway, I'll launch app asap, just wanna finish. So I read this from google official site, and translate it for studying myself. What IF you wanna do make app with me, th..
Perfecting OO's Small Classes and Short Methods. 완벽한 객체지향의 작은 클래스와 짧은 메소드, Book:ThoughtWorks Anthology, Java,cpp,자바,oop,좋은코드,객체지향프로그래밍 - (#9, Tell, Don't Ask)
Perfecting OO's Small Classes and Short Methods. 완벽한 객체지향의 작은 클래스와 짧은 메소드, Book:ThoughtWorks Anthology, Java,cpp,자바,oop,좋은코드,객체지향프로그래밍 - (#9, Tell, Don't Ask) 원글 ( 여기 )Origin ( Here ) TellDontAsk 말해라, 묻지말고 Tell-Don't-Ask is a principle that helps people remember that object-orientation is about bundling data with the functions that operate on that data. It reminds us that rather than asking an o..