User Profile

Collapse

Profile Sidebar

Collapse
Dagon
Dagon
Last Activity: Feb 5 '08, 03:57 PM
Joined: Feb 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Dagon
    replied to Java Compile Errors
    in Java
    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.
    See more | Go to post

    Leave a comment:


  • Dagon
    replied to Java Compile Errors
    in Java
    Importing java.io.* gets rid of the IOException, so just left with service.getData Dictionary.
    See more | Go to post

    Leave a comment:


  • Dagon
    replied to Java Compile Errors
    in Java
    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 ,...
    See more | Go to post

    Leave a comment:


  • Dagon
    started a topic Java Compile Errors
    in Java

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...