Running a stand alone application using batch file in windows

Running a stand alone application using batch file in windows

I have created a stand alone application and i have generated jar file for my application. All the .class files are available inside a package called as com.tbss. I have included all the jar files inside the present working directory.I have used following command to run my application

java -classpath ".\filecreate.jar;." com.tbss.Create

here Create class contains main method. Create class is available as parth of the filecreate.jar file

I am getting class not fount exception: com/tbss/Create

View Answers









Related Tutorials/Questions & Answers:
Running a stand alone application using batch file in windows
Running a stand alone application using batch file in windows  I have created a stand alone application and i have generated jar file for my application. All the .class files are available inside a package called as com.tbss. I
Reading the data from property file from java stand alone application in linux
Reading the data from property file from java stand alone application in linux  Please send me the example of reading the data from a property file from java stand alone application in linux. I don't know how to give path
Advertisements
Directory structure in hibernate for stand alone application - Java Beginners
Directory structure in hibernate for stand alone application  Hi, Please tell me directory structure of hibernate using only stand alone application
stand alone program for text file editing
stand alone program for text file editing  steps 1.read a text file origi.txt from a location 2.make a copy of the text file to the same location with name as origi_copy.txt(example) 3.each line of the copy should start from 10
Running Jar file in Windows
Running Jar file in Windows  Running Jar file in Windows
RunTime Exception in stand alone app with hibernate. - Hibernate
RunTime Exception in stand alone app with hibernate.  I have written small stand alone application using hibernate-3.2. When I run the application, It causes following types of exceptions. log4j:WARN Please initialize
Batch file for java application
Batch file for java application  please tell me how to create the batch file for java application(using swings).the application is created with netbeans
deploy stand alone java project in JBoss - Development process
deploy stand alone java project in JBoss  i hv a stand alone java... the classes in stand alone java project. but i dont know how to deploy the stand alone java project in JBoss. thanks in advance
Using the escape percent in the batch file
Using the escape percent in the batch file   If you use the one % in the batch file it will consider it as the parameter input and will try to find the variable and replace it. But how to use the percentage in batch file
Running Java Applications as a Windows Service
Running Java Applications as a Windows Service  sample code for "Run a Java application as a Windows Service
jsf application war file not running in my jboss 6.0 on linux 5.5
jsf application war file not running in my jboss 6.0 on linux 5.5  17:15:47,647 INFO [config] Initializing Mojarra (1.2_08-b06-FCS) for context '/MFPMSDeployment' 17:15:48,354 INFO [TomcatDeployment] deploy, ctxPath=/ 17
Running Batch files in java - Java Beginners
reads a windows batch file and executes it. The program should read each... are sending you some sample program code for running batch (.bat) file in Java. We have used "exec()" command for running the batch file. Suppose we have created
inserting text into text file using java application
inserting text into text file using java application  Hi, I want to insert a text or string into a text file using java application
Linking excel file with a application tool using swing
Linking excel file with a application tool using swing  I have to link an excel file with my application software using java swing.As soon as i click on the link button a window should open for selecting the excel file(just like
how to delete specified coloumn from database(MS Access) by using windows application
how to delete specified coloumn from database(MS Access) by using windows application  how to delete specified coloumn from database(MS Access) by using c# windows application
why it is very slow when I am using the backend as microsoft access file for running the java webapplication - SQL
why it is very slow when I am using the backend as microsoft access file for running the java webapplication  I am using the backend as microsoft access file for running the java webapplication.it is very slow when twoor mor
Running faces config file without using internet - Java Server Faces Questions
Running faces config file without using internet  how i can run faces config file without using live internet i have put "web-facesconfig_1_1.dtd" file at local path while i run the jboss,it will throw exception
Running the application
Running the Application      If you have completed previous steps of the application, this is the last step to see this application running on the browser. Just follow the steps
Windows File Protection
Windows File Protection  I would like to know if there is any way to place a file or folder under windows protection such that it can't be deleted, or in generel if there is a way to prevent a file or folder from being deleted
How to link a excel file with a application software using java swing
How to link a excel file with a application software using java swing  I have to link an excel file with a application software which I am developing.The excel file will contain questionnaire for surveys.I have this code which
How to link a excel file with a application software using java swing
How to link a excel file with a application software using java swing  I have to link an excel file with a application software which I am developing.The excel file will contain questionnaire for surveys.I have this code which
How to link an excel file with the application software using java swing
How to link an excel file with the application software using java swing  I have to link an excel file with a application software which I am developing.The excel file will contain questionnaire for surveys.I have this code which
java web application without running tomcat
java web application without running tomcat  I did a project by using... up file by using NSIS tool..but the problem when i will the project to some... is there any way to run the web application(only in single system)without running
draw the running or moving graph using database in jsp
draw the running or moving graph using database in jsp  hi my question is how to draw the running or moving graph using jsp and take x and y co-ordinate value from database
draw the running or moving graph using database in jsp
draw the running or moving graph using database in jsp  hi my question is how to draw the running or moving graph using jsp and take x and y co-ordinate value from database
getting classnotfound exception while running login application
running the Login Application   Have a look at the following link: Spring Login Application...getting classnotfound exception while running login application  hi
Take input in batch file
Take input in batch file  How to take input in batch file? Thanks   Hi, You can use the following line of code in your batch file: set /p myfile=Enter file name: In the above code myfile variable will hold the data
read/write to Windows Registry using Java
read/write to Windows Registry using Java  read/write to Windows Registry using Java
How to develop iphone application on windows OS?
How to develop iphone application on windows OS?  Is it possible to develop j2me based application in IPhone
running the job scheduling using quartz - IDE Questions
running the job scheduling using quartz  I am using netbeans IDE and I am planing use job scheduling I have downloaded all the required jar files and I have write the code to run a separate thread continuously along with the main
how to access windows registry information using java?
how to access windows registry information using java?  can any one help me how to access windows registry information using java
Compressing a folder into GZIP format using PHP Windows
Compressing a folder into GZIP format using PHP Windows  How to gzip compress a folder/directory in PHP using windows
run a batch file through javascript
run a batch file through javascript   How to run a batch file through javascript without prompting
Creating and running the JPA CRUD application
Creating and running the JPA CRUD application... the project articles for JPA application using NetBeans IDE. Follow...; class file. Put the following text in "Student.java"
the specified dsn contains an architecture mismatch between the driver and application windows 7
the specified dsn contains an architecture mismatch between the driver and application windows 7  sir, i m using windows 7 64-bit , 32-bit java... and application
P2P file sharing application
P2P file sharing application  Hi, I have developed a simple file sharing application in java using TCP socket. Now, the question is how do i make this application P2P? Can Distributed Hash Table (DHT) do that or there are other
application cntext file error
application cntext file error  i got an error when execute the file in junit using application context file org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in file
application context file problem
application context file problem  how to configure junit application context file with struts........? it is not finding sessionfactory method
Struts application by using eclipse
Struts application by using eclipse  Can we develop struts application by using eclipse ? If no then please provide other development tools, if yes can you mail me the tutorial or provide the same in roseindia
Simple application using hibernate
Simple application using hibernate  Hi, How to write a simple application using hibernate in Eclipse IDE? I would like to to learn: Process... of the tutorial you will like to learn for creating the simple application using
not able to deploy application war on JBOSS 6.0 running on linux 5.5
not able to deploy application war on JBOSS 6.0 running on linux 5.5  While deploying a war file on Linux5.5 through jboss 6.0 admin console, its giving me following error javax.servlet.ServletException: Java heap space
scp using file transfer - Security
scp using file transfer  scp(secure copy protocol) using to download a file from linux server to windows xp . using scp, username, password authentication
linux desktop on windows without using vn or any other ? - Java Magazine
linux desktop on windows without using vn or any other ?  linux desktop on windows without using vn or any other ?. I have a linux pc and windows xp pc but i am not able to connect the linux pc on windows .why? .windows
how to edit xml file which is currently running in web server - XML
how to edit xml file which is currently running in web server  Hello, I want to add new element in xml file which is currently running in my web server apache tomcat.I can add and modify xml file by giving Path like that "E
ModuleNotFoundError: No module named 'stand'
ModuleNotFoundError: No module named 'stand'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'stand' How to remove the ModuleNotFoundError: No module named 'stand'
the specified dsn contains an architecture mismatch between the driver and application windows 7
the specified dsn contains an architecture mismatch between the driver and application windows 7  Hi, While developing a JDBC program... program such as Java top Microsoft file system. After installing this patch
Running and testing application
Running And Testing Application The complete database driven application with testing is given below You can test your application many way like using Mock.... To test you application using JUnit you need to extend the TestCase class
ModuleNotFoundError: No module named 'alone'
ModuleNotFoundError: No module named 'alone'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'alone' How to remove the ModuleNotFoundError: No module named 'alone'
Uploading a file using UploadBean
Uploading a file using UploadBean  Dear sir, In my project i have to upload the file and use the same file for getting a values from... upload the file and use the file for getting values it will throws
Reading from remote files using PHP,Ubuntu and Windows machine.
Reading from remote files using PHP,Ubuntu and Windows machine.  Hi... a csv file which is located on another pc but with the same network. The script... when am accessing the file locally. I need help accessing a file that is located

Ads