vineel kumar

Greenhorn
+ Follow
since Jul 10, 2007
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 vineel kumar

hai could you please tell me what is an island in java
16 years ago
hi
you had said to keep tools.jar file in to the lib folder of Application server.But i could not understand where it should be placed.please tell me correct destination where the tools.jar has to be placed.like from where i have to copy tools.jar and where i have to paste it.please tell me in detail.lam using weblogic8.1 server. As i had never done any installation, i don't know all these to do.Even it is a simple one i could not understand.please help me in this
hi you mean classpath of the jdk tool.jar.if so i had tried that also seeting in the classpath of environmental variables it says the same error.
hai friends


Iam tring to deploy a stateless session bean application using weblogic builder in which iam facing a error saying as below.
Validating module classes.jar
Compiling input jar D:\vineelApplications\firstslsb\WEB-INF\classes.jar
Processing input descriptor

Checking J2EE compliance of beans
Beans are J2EE compliant

Generated bean sources for mybean

Compiling EJB sources
Compiler class: 'com.sun.tools.javac.Main', not found

java.lang.ClassNotFoundException: com.sun.tools.javac.Main

at java.net.URLClassLoader$1.run(URLClassLoader.java:198)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:186)

at java.lang.ClassLoader.loadClass(ClassLoader.java:299)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:272)

at java.lang.ClassLoader.loadClass(ClassLoader.java:255)

at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:140)

at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:407)

at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:329)

at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:337)

at weblogic.ejb20.ejbc.EJBCompiler.doCompile(EJBCompiler.java:270)

at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:476)

at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:397)

at weblogic.ejbc20.runBody(ejbc20.java:517)

at weblogic.utils.compiler.Tool.run(Tool.java:146)

at weblogic.utils.compiler.Tool.run(Tool.java:103)

at weblogic.marathon.tasks.EJBCTask.runBackground(EJBCTask.java:140)

at weblogic.tools.jellybeans.core.task.TaskThread.execute(TaskThread.java:127)

at weblogic.tools.jellybeans.core.task.TaskThread.run(TaskThread.java:64)


ERROR: Error compiling EJB sources
ERROR: Error from ejbc: Compiler class: 'com.sun.tools.javac.Main', not found



COULD YOU PLEASE HELP ME HOW TO SOLVE THE ERROR PLEASE
16 years ago
ya.but i want the text property to be available on the same page at the bottom of the check box.could you please tell me little in detail.

Thank you
16 years ago
but i want to make use of only arraylist yar
16 years ago
hi friends . i have a small doubt

let us think that i have 2 arraylists a1,a2;
in a1 i have five objects
1,2,3,4,5
and also in a2 i heve 2 objects
3,4

i wantt a method which can compare these two arraylists and print the comman objects in both

i.e 3,4
16 years ago
hai friends can you please tell me whether we can deploy ejbs using tomcat.is so tell me how to deploy?
16 years ago
hai friends|


i have a jsp page which consist of a check box named clickme.
if this check box is not clicked.it should have same page.but if click that check box than,the same page should have a text property below the checkbox.
could a ny one help me in this?
16 years ago