Open AlexRITIAN opened 3 years ago
This is my code :
PowerShell.openSession().executeCommandAndChain("Get-SmbOpenFile",(rep -> System.out.println(rep.getCommandOutput()))).close();
and I'm getting below error: 'com.profesorfalken.jpowershell.PowerShellResponseHandler' is not public in 'com.profesorfalken.jpowershell'. Cannot be accessed from outside package
'com.profesorfalken.jpowershell.PowerShellResponseHandler' is not public in 'com.profesorfalken.jpowershell'. Cannot be accessed from outside package
is this a bug ? or I use it on the wrong way?
This is a duplicate of #52 (which also offers a solution)
This is my code :
PowerShell.openSession().executeCommandAndChain("Get-SmbOpenFile",(rep -> System.out.println(rep.getCommandOutput()))).close();
and I'm getting below error:
'com.profesorfalken.jpowershell.PowerShellResponseHandler' is not public in 'com.profesorfalken.jpowershell'. Cannot be accessed from outside package
is this a bug ? or I use it on the wrong way?