juvanum Active Member Licensed User Longtime User Nov 29, 2018 #1 I'm a newbie of java inline. I've copied the jar file (OBIDISC4J.JAR) in the library folder. I'm tried this code but the compiler show an error (see image). what am I doing wrong? thank you
I'm a newbie of java inline. I've copied the jar file (OBIDISC4J.JAR) in the library folder. I'm tried this code but the compiler show an error (see image). what am I doing wrong? thank you
DonManfred Expert Licensed User Longtime User Nov 29, 2018 #2 try to remove the "package" line Upvote 0
juvanum Active Member Licensed User Longtime User Nov 29, 2018 #3 DonManfred said: try to remove the "package" line Click to expand... thank you The error is changed : Upvote 0
DonManfred said: try to remove the "package" line Click to expand... thank you The error is changed :
DonManfred Expert Licensed User Longtime User Nov 29, 2018 #4 you can not just put a normal java code for an app into the inline java. Upvote 0
stevel05 Expert Licensed User Longtime User Nov 29, 2018 #5 Please post the whole of the inline java (in a code block), then maybe someone has a chance of helping you without guessing. Upvote 0
Please post the whole of the inline java (in a code block), then maybe someone has a chance of helping you without guessing.
juvanum Active Member Licensed User Longtime User Nov 29, 2018 #6 stevel05 said: Please post the whole of the inline java (in a code block), then maybe someone has a chance of helping you without guessing. Click to expand... Thanks for the tip but later I would not be able to use it. I need to study java and then maybe I can use it Upvote 0
stevel05 said: Please post the whole of the inline java (in a code block), then maybe someone has a chance of helping you without guessing. Click to expand... Thanks for the tip but later I would not be able to use it. I need to study java and then maybe I can use it
stevel05 Expert Licensed User Longtime User Nov 29, 2018 #7 When you are editing a post open a code block window and paste the code in there : Upvote 0