--
You received this message because you are subscribed to the Google Groups "CheerpJ Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cheerpj-develop...@googlegroups.com.
To post to this group, send email to cheerpj-d...@googlegroups.com.
Visit this group at https://groups.google.com/group/cheerpj-developers.
To view this discussion on the web visit https://groups.google.com/d/msgid/cheerpj-developers/14a846b8-ac78-4e23-80a2-9f28e24e7489%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to cheerpj-developers+unsub...@googlegroups.com.
To post to this group, send email to cheerpj-developers@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to cheerpj-develop...@googlegroups.com.
To post to this group, send email to cheerpj-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cheerpj-developers/5bdcc7a5-5fd3-4701-9f84-67200e8d01ac%40googlegroups.com.
<MainApp.java>
On Sep 26, 2017, at 4:56 PM, Chang Shin <changs...@gmail.com> wrote:I have attached the main java code. The project has package.Chang ShinOn Tue, Sep 26, 2017 at 2:47 PM, Jeff Martin <je...@reportmill.com> wrote:Maybe try changing the second arg of cheerpjRunMain() from “/app/application.jar” to “application.jar”. Although, it does seem like application.jar is being fetched - judging from the output of http-server, so probably that’s okay.Also, does your MainApp class have a package? I didn’t get the MainApp.java file - must have gotten stripped. For my first test, my main method looked something like this:public static void main(String args[]){JFrame frame = new JFrame(“Hello World”);frame.setContentPane(new JLabel(“Hello World”));frame.setBounds(200,200,200,200);frame.setVisible(true);}jeff
On Sep 26, 2017, at 4:04 PM, Chang Shin <changs...@gmail.com> wrote:
Chang ShinHi Jeff,I posted it two times. The two posts were not updated on the google frum . So I replied it again.
Reporting error: Unhandled exception N4java4lang20NullPointerException/_m4_08Shutdown5halt0EIEV@https://cjrtnc.leaningtech.com/runtime/rt.jar.java.lang.js:2195:1
_m4V08Shutdown4haltEIEV@https://cjrtnc.leaningtech.com/runtime/rt.jar.java.lang.js:2299:2530
_m4V08Shutdown4exitEIEV@https://cjrtnc.leaningtech.com/runtime/rt.jar.java.lang.js:2299:4509
_m4F07Runtime4exitEIEV@https://cjrtnc.leaningtech.com/runtime/rt.jar.js:4355:508
_o4VZystem4exitEIEV@https://cjrtnc.leaningtech.com/runtime/rt.jar.js:5138:8690
anonymous@https://cjrtnc.leaningtech.com/loader.js line 124 > Function:3:338
runContinuationStack@https://cjrtnc.leaningtech.com/loader.js:287:8
cheerpjSchedule@https://cjrtnc.leaningtech.com/loader.js:714:4
classLoadComplete@https://cjrtnc.leaningtech.com/loader.js:177:3
loader.js:2162:2
Unhandled exception N4java4lang20NullPointerException/_m4_08Shutdown5halt0EIEV@https://cjrtnc.leaningtech.com/runtime/rt.jar.java.lang.js:2195:1
_m4V08Shutdown4haltEIEV@https://cjrtnc.leaningtech.com/runtime/rt.jar.java.lang.js:2299:2530
_m4V08Shutdown4exitEIEV@https://cjrtnc.leaningtech.com/runtime/rt.jar.java.lang.js:2299:4509
_m4F07Runtime4exitEIEV@https://cjrtnc.leaningtech.com/runtime/rt.jar.js:4355:508
_o4VZystem4exitEIEV@https://cjrtnc.leaningtech.com/runtime/rt.jar.js:5138:8690
anonymous@https://cjrtnc.leaningtech.com/loader.js line 124 > Function:3:338
runContinuationStack@https://cjrtnc.leaningtech.com/loader.js:287:8
cheerpjSchedule@https://cjrtnc.leaningtech.com/loader.js:714:4
classLoadComplete@https://cjrtnc.leaningtech.com/loader.js:177:3
loader.js:1607:3
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://docs.google.com/forms/d/e/1FAIpQLScErDRKZvSy1JAdiRSZfAsjf711VWdSdkczuSYHfIHQbtyFXA/formResponse. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). (unknown)
CheerpJ is initializing loader.js:2109:3
Error: Could not find or load main class MainApp cheerpOS.js:797:3
cheerpOS.js:797:3
To unsubscribe from this group and stop receiving emails from it, send an email to cheerpj-developers+unsubscribe@googlegroups.com.
To post to this group, send email to cheerpj-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/cheerpj-developers.
To view this discussion on the web visit https://groups.google.com/d/msgid/cheerpj-developers/14a846b8-ac78-4e23-80a2-9f28e24e7489%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "CheerpJ Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cheerpj-developers+unsubscribe@googlegroups.com.
To post to this group, send email to cheerpj-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/cheerpj-developers.
To view this discussion on the web visit https://groups.google.com/d/msgid/cheerpj-developers/5bdcc7a5-5fd3-4701-9f84-67200e8d01ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<MainApp.java>
<MainApp.java>
On Sep 26, 2017, at 6:40 PM, Chang Shin <changs...@gmail.com> wrote:
Chang Shin<Screen Shot 2017-09-26 at 4.34.25 PM.png><Screen Shot 2017-09-26 at 4.34.59 PM.png>I have attached three files ( one the swing code andscreenshots)The jar file running reconized the USB card reader. However Cheerjp html does not recognize the usb card reader.Hi Jeff,I created the Swing with card reader and tested it on Mac.
<MainApp.java>
}jeff
To unsubscribe from this group and stop receiving emails from it, send an email to cheerpj-developers+unsub...@googlegroups.com.
To post to this group, send email to cheerpj-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/cheerpj-developers.
To view this discussion on the web visit https://groups.google.com/d/msgid/cheerpj-developers/14a846b8-ac78-4e23-80a2-9f28e24e7489%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "CheerpJ Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cheerpj-developers+unsub...@googlegroups.com.
To post to this group, send email to cheerpj-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/cheerpj-developers.
To view this discussion on the web visit https://groups.google.com/d/msgid/cheerpj-developers/5bdcc7a5-5fd3-4701-9f84-67200e8d01ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<MainApp.java>
<MainApp.java>