cancel
Showing results for 
Search instead for 
Did you mean: 

What's the right syntax for removing a Java JAR file?

justin_willey
Participant
0 Kudos
1,689
REMOVE JAVA CLASS MYCLASS;

works fine, but

REMOVE JAVA JAR MYJAR;

gives an error, even though MYJAR is visible in Sybase Central.

applies in v9.02 & v10.0.1. v11 not tested

Accepted Solutions (1)

Accepted Solutions (1)

justin_willey
Participant

when using the JAR option, the jar file name has to be quoted ie:

REMOVE JAVA JAR 'MYJAR';

Answers (0)