ibm-messaging / mq-dev-samples

Samples for getting started with IBM MQ
Apache License 2.0
69 stars 108 forks source link

Cannot find symbol #23

Closed achalise01 closed 5 months ago

achalise01 commented 5 months ago

When I run mvn clean package, it throws compilation error and says cannot find symbol.

chughts commented 5 months ago

What were you trying to build? There is no mvn enabled code in this repository.

simonejain commented 5 months ago

Are you referring to the instructions here (https://github.com/ibm-messaging/mq-dev-samples/blob/master/VideoInstructions/README.md)?

achalise01 commented 5 months ago

@simonejain yeah I was referring to the instructions in that link. It works now. I had to delete com file from src main and copy and paste the com folder from the root of JMS and put it in the folder I deleted the file from. The project built and run just fine after that. Just need to get c sharp code working now.

achalise01 commented 5 months ago

this issue is fixed now.

chughts commented 5 months ago

If building the JMS pattern samples on windows, then follow these instructions.