crowlogic / arb4j

arb4j is a Java API for the arbitrary precision ball arithmetic library found at http://arblib.org
Other
1 stars 0 forks source link

add package to compiled expressions so they can be accessed in jshell more easily #408

Closed crowlogic closed 2 months ago

crowlogic commented 2 months ago

https://docs.oracle.com/en/java/javase/15/jshell/external-code.html#GUID-9FE683FB-C5F7-40C6-9609-34FAB56193C4

Point your class path to directories or JAR files that have the packages that you want to access. The code must be compiled into class files. Code in the default package, which is also known as the unnamed package, can’t be accessed from JShell. After you set the class path, these packages can be imported into your session:

crowlogic commented 2 months ago

screw that, too frustrating, it works now anyway will revisit later possibly