I've written a program that does some calculations to display a galaxy.I want to run it within jdk command prompt but i get this error.Compiling the program with aparapi works fine.When i try to run it,i get this:
Btw after i compile it I get many files which are these:
As u can see,the api library is in a different folder.
The commands I write are those two:
1)javac -g -cp ..\dist_windows_x86_64\aparapi.jar;. GPUGalaxySim.java
2)java -cp ..\dist_windows_x86_64\aparapi.jar;. -Djava.library.path=..\dist_windows_x86_64 GPUGalaxySim
Of course the commands are written after i go to the folder that contains the files u can see in the picture,called dist_x86_64.
Please help