Hi, I created an interface in Corba which does not recieve any parameter, just return an object: ProductArray getAllProducts() raises (ICoSignatureException); And receive: Caused by: org.omg.CORBA.BAD_PARAM: vmcid: 0x0 minor code: 0 completed: No at sun.reflect.NativeConstructorA ccessorImpl.newInstance0(Nativ e... more »
the question goes this way.. Directions: Write a program that places a mouse(“M”) in a maze. The mouse has 2500 moves to find the cheese(“C”= -1). Create an int matrix x[55][95] with a border of cells all equal to 30000(=”X”). Then randomly fill the matrix with about 15% of its internal cells... more »