Please be aware that the SAP SQL Anywhere Forum will be shut down on August 29th, 2024 when all it's content will be migrated to the SAP Community.

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

asked 11 Jun '10, 17:38

Justin%20Willey's gravatar image

Justin Willey
7.7k137179252
accept rate: 20%


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

REMOVE JAVA JAR 'MYJAR';
permanent link

answered 11 Jun '10, 17:39

Justin%20Willey's gravatar image

Justin Willey
7.7k137179252
accept rate: 20%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×78
×36

question asked: 11 Jun '10, 17:38

question was seen: 1,581 times

last updated: 11 Jun '10, 17:39