User Profile
Collapse
-
Looking at that some more, I think it's a problem with the way the arguments are being passed around. I'm working off a scrap of code that was pasted on the web site of the owners of the application server, so it's probably out of date and not very well written. -
Importing java.io.* gets rid of the IOException, so just left with service.getData Dictionary.Leave a comment:
-
Thanks for that. The errors for the DQS modules have now gone and it's just complaining about IOException and service.getData Dictionary.
Client.java:14: cannot resolve symbol
symbol : class IOException
location: class Client
} catch (IOException e)
^
Client.java:20: cannot resolve symbol
symbol : variable arg0
location: class Client
String output = service.getData Dictionary(arg0 ,...Leave a comment:
-
Java Compile Errors
I'm fairly new to Java and have to write an interface program to get some data from an application server. The environment is Solaris.
I used WebLogic and the ANT command to create a JAR file with the details of the application server. That side of things seemed to work correctly and when I list the jar file I see:
...Code:jar -tf DQSClient.jar META-INF/MANIFEST.MF dqsws/DQService.class dqsws/DQService_Impl.class
No activity results to display
Show More
Leave a comment: