cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ramalaks
Level 6

using java api in the custom code

what should i do when i add pkg from java
in my custom code, if i include java.io.*; or any java api packages to do things in the custom code,
anything special needed ? like adding jars or anything..
or just simply include packages in the code and start using?
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

Core Java packages like that should be available from any JVM/JRE, so you shouldn't need to add any extra JARs to the project to use those packages in your custom code.
0 Kudos