About Java SDK

BillBaloney

Well-known member
Joined
Dec 6, 2023
Posts
52
Likes
11
Hello SDK Pro's,

I am new to programming. Will give SDK a shot.

Here is a very basic question. I believe java will work on linux, pc and mac but I wonder if specifically
Motivewave java sdk custom study will run automatically on mac and windows machine once build?
The reason I am asking is because I would work on my home mac setup to create the study
but would use the study on PC...

I guess if I use Eclipse, I will need to use a PC?

Regards
 
A custom study will work on any machine. That's the beauty of Java. The only exception is when a Java code uses native libraries through JNI. But I don't think you will run into it.

cheers.
 
Top