Guide to IASTU-HPC2
  • Introduction
  • User's Manual
    • basics
      • basic info
      • connecting
      • storage (must-read)
      • module system (must-read)
      • workflow on jobs
    • softwares
      • python
      • mathematica
      • matlab
      • spark
      • singularity
      • fortran, C, C++
      • java
      • command line tools
      • tensorflow
      • jax
    • FAQ
  • Administrator's Manual
    • Hardwares
    • Toolchains
      • Toolset for DELL servers
      • Ansible
      • Slurm
      • Spack
      • Container
      • BigData
      • Toolset for logging and monitoring
      • Further considerations
    • History
      • ToDo
      • VM Test
      • Real Setup
      • Admin Workflow
      • Softwares for scientific computations
      • Relay Host
Powered by GitBook
On this page

Was this helpful?

  1. User's Manual
  2. softwares

java

Previousfortran, C, C++Nextcommand line tools

Last updated 5 years ago

Was this helpful?

Change the CLASSPATH, export CLASSPATH=.:$CLASSPATH , somehow it doesn't auto include the current dir (possiblely due to conda env entangled with intelpython). Or use java -cp . Hello to correctly load Hello.class. . Actually spack load intel-parallel-studio %intel auto change the CLASSPATH env var but no current dir is kept as class path!

classpath overriding and specifying