Hi,
I use this thread as referrence on how to setting up python in Enterprise Miner.
I have few questions on the setting up:
For compiling the provided java classes, does that mean I put the SASJavaExec.java file inside the bin folder?
Another enquiry is on setting the java classpath.
What software do i use to edit the sasv9.cfg file and set the classpath?
I tried edit it by opening it with notepad but it gives me error mentioning i don't have the permission to edit it.
I installed the SAS Enterprise Miner on my personal laptop.
Regards,
Filbert
Hi Filbert,
The java file(s) (SASJavaExec.java) should be in src/dev directory and when you compile using "javac src/dev/* -d bin" command, the executable will go into bin directory.
For your second question, since it is a personal desktop you probably can open the sasv9.cfg file as a administrator - on Windows you typically do this by right-clicking on the file and selecting Run as Administrator.
Hope this helps,
Radhikha
Hi Radhikha,
"javac src/dev/* -d bin" command -> where do i run this command?
As for run as administrator, when I open it. It's opened by notepad sothere is no option for me to run it as administrator.
Hence, I am checking if what kind of software to open the sasv9.cfg file.
Regards,
Filbert
Hi Filbert,
You run the javac command from the directory that contains the src directory. So in the example it is C:\SGF2015\OpenSrcIntegration.
To run as administrator, don't double-click and open the file with default editor but see if you can right-click on the file (from file explorer) and select Run as Administrator. If that does not work, try right-clicking on windows command prompt and Run as Administrator and then go to the directory where the file is and then open using notepad. The sasv9.cfg is a text file so once you have access, you should be able to edit it with notepad.
Radhikha
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.