Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

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.6k137179249
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.6k137179249
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,517 times

last updated: 11 Jun '10, 17:39