Vaibhav Goel

Ranch Hand
+ Follow
since Jul 05, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Vaibhav Goel

Hello Mike,

Great!!!
It works fine now. But please tell me two things.
1) Why it does not read space as other paths also contain space?
2) If there was a small space problem, then how come it executes java command?

Thanks,
Vaibhav Goel
13 years ago
Hello David,

It shows below result:
C:\>%JAVA_HOME%\java -fullversion
'C:\Program' is not recognized as an internal or external command, operable program or batch file.

Regards,
Vaibhav Goel
13 years ago
Hello David,

It is showing below results:
java -fullversion = java full version is "1.6.0_23-b05"
$JAVA_HOME/java -fullversion = '$JAVA_HOME' is not recognized as an internal or external command, operable program or batch file.

Regards,
Vaibhav Goel
13 years ago
Hello David,

Here it is:-
C:\>java -fullversion
java full version is "1.6.0_23-b05"

Regards,
Vaibhav Goel
13 years ago
JAVA_HOME = C:\Program Files\Java\jdk1.6.0_23
Path = %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem; C:\Program Files\Windows Imaging\; %JAVA_HOME%\bin

Regards,
Vaibhav Goel
13 years ago
Yes, I've intalled jdk 1.6 and obviously, JAVA_HOME is pointing to jdk. As I told earlier, I manually checked in my JAVA_HOME\bin folder to find javac.exe.
javac.exe is already present in JAVA_HOME\bin folder.

Also, if JAVA_HOME is not recognizable, then I can't run java -version command directly.
I can't run javac command even javac.exe was present in my JAVA_HOME\bin folder.

Interestingly, when I double-click javac.exe file, it was running. But while typing javac command in command prompt, it shows 'javac' is not recognized......

Regards,
Vaibhav
13 years ago
Hello,

I have installed java in my system with all perquisites.
I am using Windows XP. I've set JAVA_HOME variable and set Path as %JAVA_HOME%\bin in environment variables.

Later I open command prompt and run java -version. It shows correct installed version of Java on my machine.

Special case: Whenever I run javac command, it always shows me 'javac' is not recognized as an internal or external command, operable program or batch file.
I don't understand that, if my JAVA_HOME path is correct and contains javac.exe file, then why above message is shown?
Please respond me asap.

Thanks,
Vaibhav
13 years ago
Hello,

I need to join any of the two companies, i.e. [deleted] and [deleted]
Can anyone tell me, which company is better for a 3 years software professional in Java/J2EE technology?
I don't have much information about [deleted].
I want a company which can provide better quality of work with assured future growth prospects.

Please respond me asap.

Regards,
Vaibhav
14 years ago
Hello Praneet,

I think, you are somewhere using jdk 1.3 version. Just check your jdk version on Eclipse. It should be jdk 1.5.

Regards,
Vaibhav
14 years ago
Hello,

I configure my Tomcat with Eclipse and then start the Tomcat server with Eclipse.
When I hit below link:
http://localhost:8080/NewProject/MyJsp.jsp
IE browser displays me correct page.

After that I hit
http://localhost:8080/
and it shows me Error-404, instead of showing Tomcat Homepage.

Note: After facing above problem, I stopped Tomcat server from Eclipse and again start it manually. After that when I hit http://localhost:8080/, it displayed me correct homepage. But then I again hit http://localhost:8080/NewProject/MyJsp.jsp which now show me Page not Found Error.


Please suggest me a solution asap.


Thanks,
Vaibhav
14 years ago
Hello friends,

Can anybody tell me, for which Linux version, Eclipse is a suitable choice?

I have developed web-apps in WSAD (IBM Websphere) in Windows XP, but want to switch over to Linux for development purposes.

Also tell me which Linux version is absolutely free with no trials? But that version must have support for Java IDE Eclipse and multimedia files (all types of audio and video formats).

I am new to Linux. I have heard that Netbeans is a suitable choice for most Linux versions like OpenSuse, Fedora etc.
I don't want to use Linux version Debian and Netbeans IDE for my requirement reasons.
An important thing is, I require it for desktop PC.

Regards,
Vaibhav Goel
15 years ago
Hello friends,

I have installed successfully Weblogic90 server on my machine. During installation it didn't ask for username and password settings. Now I want to open WebLogic server, but don't know default username and password for Weblogic version 9.0.
I am new to Weblogic, please tell me what is default username and password, so that I can open Weblogic server.

I tried following combinations that didn't work.
1) username : username
password : password

2) username : weblogic
password : password

3) username : admin
password : password

4) username : weblogic.admin
password : password

The above four didn't work, please tell me if there is any solution.

Regards,
Vaibhav Goel
15 years ago
Hello friends,

I am new to Weblogic application server. Please tell me which version of Weblogic should I install on my system?
I have an EJB application which I want to run on Weblogic. I just want to know configuration and initial settings required to run an enterprise application on Weblogic app Server .

My System specs are:
RAM: 768 MB
CPU L: 2.66 GHz
HDD: 40 GB

Also tell me how to deploy/configure an EJB standalone application on Weblogic?
Should I use its development env or production env.

Best regards,
Vaibhav Goel
15 years ago
Hello friends,

I am new to Weblogic application server. Please tell me which version of Weblogic should I install on my system?
I have an EJB application which I want to run on Weblogic. I just want to know configuration and initial settings required to run an enterprise application on Weblogic app Server .

My System specs are:
RAM: 768 MB
CPU L: 2.66 GHz
HDD: 40 GB

Also tell me how to deploy/configure an EJB standalone application on Weblogic?
Should I use its development env or production env.

Best regards,
Vaibhav Goel
15 years ago
Hello friend,

I saw your code. I think you are implementing EJB first time. Please do not misunderstand. Though I didn't work on JBOSS, but your nullPointerException can be handled by creating new instance of your component interface, which you didn't created in your client code.
Tell me first whether you are implementing local view or remote view of your application. Also tell me which type of EJB bean you are using?

Best regards,
Vaibhav Goel