Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Import Java Packages in a method for App builder
Posted Jan 25, 2017, 12:05 p.m. EST API, Simulation Apps Version 5.2a 1 Reply
Please login with a confirmed email address before reporting spam
Hi,
I am performing data manipulation via a method in the app builder. My code requires additional Java packages to run. For example:
import java.io.IOException;
import java.util.List;
Has anyone successfully done this and run a class as a method?
I am performing data manipulation via a method in the app builder. My code requires additional Java packages to run. For example:
import java.io.IOException;
import java.util.List;
Has anyone successfully done this and run a class as a method?
1 Reply Last Post Jan 26, 2017, 4:30 p.m. EST