Here is the problem. I have writen a little test app that will be running an ejb. My ejb is very basic as it contains two functions: a setvalue() and a getValue(). The names of my 3 classes are Adder.class, AdderHome.class and AdderEJB.class. As you can see they complied fine. I am trying...
When I try to launch deploytool from the J2EE directory in the command line, I get the following message
***************************************************
C:\j2ee1_3\bin>deploytool
Warning: This J2EE SDK release is designed to run on J2SE 1.3
The deployment tool version is 1.3
Options
-ui...
Where can I find the javax.microedition library? I was browsing the internet and couldn't find anything on it. I have the 1.4 SDK.
THank you Spinik
Senior consultant
Hello,
Here is my problem. I am running a VB 4.0 16-bit client on a WIndows 95/98/NT environment along with a VC++ 1.52 dll. This component retrieves the user's login in Novell, which is used on top of the Windows platform. I have been told to test the app on a Windows 2000 machine and this...
I am using java on an AIX box. I am having a problem with importing the java.io packages. But this is not a constant problem. In one program, I use it as
import java.io.IOException
and it compiles fine. But, in another program, I use it as
import java.io.*;
and it fails to compile...
I want to create a random number in a unix script without the use of an extra file. I want to be able to associate this number to a variable and use it later in my script.
I know how to do this in C++ but I want it in my script uniquely.
Can anyone help?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.