|
|
Subject:
Problem writing a windows system service in Visual J#
Category: Computers > Programming Asked by: bigjosh2-ga List Price: $35.00 |
Posted:
30 Jul 2005 13:29 PDT
Expires: 29 Aug 2005 13:29 PDT Question ID: 549854 |
I am trying to write a windows system service using MS Visual J# Express, but running into problems. I can't find much J# documentation, but the VB documentation has a class called System.ServiceProcess.ServiceBase that looks like what I need. Unfortunately, J# doesn't seem to know about this class. When I try to... public class MyService extends System.ServiceProcess.ServiceBase ...I get a compiler error... Cannont find type 'System.ServiceProcess.ServiceBase' So, what I am doing wrong? How can I get J# to know about this class type? Is there a different way I should be writing a service in J# Express Edition? Thanks! |
|
There is no answer at this time. |
|
Subject:
Re: Problem writing a windows system service in Visual J#
From: pmmbala1976-ga on 30 Jul 2005 17:31 PDT |
Subject:
Re: Problem writing a windows system service in Visual J#
From: bigjosh2-ga on 30 Jul 2005 18:28 PDT |
All these links reference the System.ServiceProcess.ServiceBase class, which is the class that I can't seem to be able to get J# Express to recognize. Anytime I try to use that class, I get the "Cannont find type" error. Thanks, josh |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |