Ask Questions & Get Answers at ibibo sawaal
     Powered by Bixee Crawl
Results 1 - 15 of about 116 sawaal for "classpath"
Sort by: Recency | Relevancy

Can I rely on Class-Path in the manifest file?

wellJava Web Start does not support the Class-Path entry in the manifest file. The Class-Path attribute is entirely file-centric, whereas Java Web Start and JNLP is web-centric, i.e., based on URLs. Thus, the two models do not merge easily.Instead of relying on the Class-Path entry, you can list multiple JAR files in the JNLP file, for example:<resources><jar href

Posted in Computers & Technology by rocky singh at 1:40 PM on June 10, 2008

Can you explain CLASSPATH?

file names can include slashes.The CLASSPATH is an environment variable that contains a list of directories where Java looks for classes referenced in a program. If the CLASSPATH isnt set properly Drive/classesOn most platforms, the JDKs java interpreter appends some directories to the CLASSPATH you set manually. These are set relative to where the java interpreter itself is. For example

Posted in Computers & Technology by VidyaRani at 3:03 PM on November 12, 2008

Tell me the good site to download java and after downloading how can I set the class path?

.filehippo.com/downloadjav aruntime/ java-virtual-machine.net/downl oad.html www.apple.com/javaset classpath :Step 1 - Start the Control PanelClick the Windows Start button and then Control Panel in the box which appears.Step 2 - Click on Performance and MaintenanceStep 3 - Click on SystemStep 4- Click on the Advanced tabStep 5- Click on Environment VariablesStep 6 - Create a new user environment variableStep 7 - Create classpath

Posted in Computers & Technology by Only Youth at 12:50 AM on August 25, 2008

What platforms does Java run on?

of the JDK. You have to download the entire JDK. You cant get just the classes.zip file. Next set your CLASSPATH environment variable to include the classes.zip file. For example, on Unix, if you put the file in /usr/local/lib/classes.zip, then you would set it like this: sh: CLASSPATH=CLASSPATH:/usr/local/lib /classes.zipcsh: setenv CLASSPATH "CLASSPATH:/usr/local/lib/classes. zip"Youll probably

Posted in Computers & Technology by Vidya Rani at 7:29 PM on December 09, 2008

<style> or <junit> ignores my <classpath> - Ant 1.5.x version ?

First of all lets state that Ants wrapper script ant or ant.bat adds all .jar files from ANTHOME/lib to CLASSPATH, therefore "in CLASSPATH" shall mean "either in your CLASSPATH environment variable or ANTHOME/lib" for the rest of this answer.The root of the problem is that the class that needs the external library is on the CLASSPATH.Lets see what happens when you load the <

Posted in Computers & Technology by R Singh at 1:33 PM on December 16, 2008

What is the difference between jre and java?

---> JVM --- Translate the command for this computer ---> Computer...They are functionally equivalent, with minor differences in the handling of default classpath and options supported. To reduce the CLASSPATH environment setting in favor of its own internally generated default and whatever is supplied on the cmd line using -cp or -classpath. Its intended to be a bit simpler for those who are only ever

Posted in Computers & Technology by 3er at 9:14 PM on October 27, 2008

what is a java?

Classpath.this is taken from source http://en.wikipedia.org/wiki/J ava programminglanguage...java is programming language originally developed by Sun Microsystems and released in 1995 as a core component have also developed alternative implementations of these Sun technologies, such as the GNU Compiler for Java and GNU Classpath.this is taken from source http://en.wikipedia.org/wiki/J ava

Posted in Computers & Technology by Kaushal at 8:02 PM on February 25, 2008
Tags java

How do I setup the classpath of my antrun plugin to use the classpath from maven?

The maven classpaths are available as ant references when running your ant script. The ant reference names and some examples can be found here: maven-antrun-plugin

Posted in Computers & Technology by Lucky Singh at 7:49 AM on December 04, 2008

what is diff betweenc,c ,java,.netif u have thum reply the answer

This is a comparison of the .NET/Mono and Java/OpenJDK/Classpath platforms, excluding their associated programming languages, but including such topics as their history, runtime environments the Java language like C .net which is like java and basically derived from C....This is a comparison of the .NET/Mono and Java/OpenJDK/Classpath platforms, excluding their associated programming languages

Posted in Computers & Technology by dilip kumar at 5:28 PM on July 20, 2008

Explain about session? Where it runs & what are different types of session handling?

, the getResource method searches through CLASSPATH until it finds the requested file and then stops. JDK 1.1 has a limitation that the number of files of each name that will be found in the CLASSPATHResource method searches through CLASSPATH until it finds the requested file and then stops. JDK 1.1 has a limitation that the number of files of each name that will be found in the CLASSPATH is limited to one

Posted in Computers & Technology by jks marven at 2:07 PM on June 06, 2008

How 2 setclasspath in java jdk1.6?use of classpath in java jdk?also showin error dat javac command not recognised?

Hi,Aslo other methods to set classpath.Use -classpath JVM option:java -classpath C:hellobuildclasses com.javahowto.test.HelloWorldUse -cp JVM option, a short form of -classpath:java -classpath C:hellobuildclasses com.javahowto.test.HelloWorldUse -Djava.class.path system property:java -Djava.class.path=C:hellobuildcl asses com.javahowto.test.HelloWorldUse CLASSPATH environment variable:set CLASSPATH

Posted in Computers & Technology by Mr Confused at 4:34 AM on February 26, 2009

<style> or <junit> ignores my <classpath> - Ant 1.6.x version ?

The wrapper script of Ant 1.6.x no longer adds the contents of ANTHOME/lib to CLASSPATH, instead Ant will create a classloader on top of the bootstrap classloader - lets call it the coreloader differences between Ant 1.5.x and 1.6.x. Most importantly, a third-party task that is part of CLASSPATH will no longer work in Ant 1.6.x since the task now cant find Ants classes. In a sense this is the same

Posted in Computers & Technology by R Singh at 1:33 PM on December 16, 2008

Netscape gives me "Applet Not Initialized Error"?

This is almost always means Netscape cant find one of the classes it needs to run the applet. Check to make sure that the classes your program uses are in the CODEBASE, the CLASSPATH, or somewhere, then the applet viewer or the IDE may have included the current directory in the CLASSPATH where Netscape does not. Therefore the applet viewer can find the right class, but Netscape cant. Explicitly add the path

Posted in Computers & Technology by VidyaRani at 3:04 PM on November 12, 2008

who is the ddeveloper of java ?

as free software under the GNU General Public License. Others have also developed alternative implementations of these Sun technologies, such as the GNU Compiler for Java and GNU Classpath....Java is a Classpath....Java is a programming language originally developed by Sun Microsystems and released in 1995 as a core component of Sun Microsystems Java platform. The language derives much of its syntax from C

Posted in Computers & Technology by DRIVE100 SS at 3:33 AM on June 24, 2008

What type of programming languages are C and Java ?

, such as the GNU Compiler for Java and GNU Classpath.C "C Plus Plus", pronounced /siplspls/ is a general-purpose programming language. C is regarded as a middle-level language, as it comprises a. Others have also developed alternative implementations of these Sun technologies, such as the GNU Compiler for Java and GNU Classpath.C "C Plus Plus", pronounced /siplspls/ is a general

Posted in Computers & Technology by Krishna at 5:47 PM on July 25, 2008
Refine By Date
sawaal signature
sawaal free visiting card