ajay mandke

Greenhorn
+ Follow
since Nov 03, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by ajay mandke

Hi,
I tried to use the Package.getPackages(); method to list the packages.But it did not list all the packages. I got to know that this method lists only the packages,for which the classloader has loaded the classes in memory.
Can anyone throw some light on this ??
23 years ago
Hi,
I am making an java applet where I want to put label with some Japanese characters.Also I have Japanese fonts installed on my system. As far as I know, java supports unicode system,despite this I am getting garbage characters.Please tell how to put japanese characters in label??
23 years ago
hi Vadiraj,
i guess you want to know how to convert java programs to exe. files.There is one software called "JtoExe" which converts class file to stand-alone exe.There are various options where in you can specify the icon for exe file, also you can specify the command line arguments that your java program is taking [if any]
Hi people,
I'm trying to make a search engine in servlets. I have a framed page as my HTML. I want to know how to direct the output of the servlet to the one of the frame, when the text is entered in the text field on the other frame.
Because as far as I know with servlets you can't refresh the selected part of the HTML page only.
Please let me know the solution.
Ajay
23 years ago