Problem to run a project

I have developed a Java project and it runs well in a Windows 98 machine. But when a try to run it in a Windows 95 machine, it throws an exception with the file net.dll.
I have copied j2sdk1.4.2_04 and i directly typed
C:\J2SDK1.4.2_04\JRE\BIN\java -jar <myproject>.jar
Do I have to install something else or I did wrong by just copying the j2sdk1.4.2_04?

I have developed a Java project and it runs well in a
Windows 98 machine. But when a try to run it in a
Windows 95 machine, it throws an exception with the
file net.dll.
I have copied j2sdk1.4.2_04 and i directly typed
C:\J2SDK1.4.2_04\JRE\BIN\java -jar <myproject>.jar
Do I have to install something else or I did wrong by
just copying the j2sdk1.4.2_04?What do you mean by copied the j2sdk1.4.2_04? Did you install it or just copy the directory from the windows 98 partition to the windows 95 partition?
If you just copied it you should try installing it instead. Possibly something wasn't registered with windows 95 because you copied instead of installed the jdk.
Nick

Similar Messages

  • XMl parser version problem for running struts project in jdeveloper 10.1.3

    Dear All.
    I am trying to run a struts (v 1.2.9) based project in Jdeveloper 10.1.3.1.0.The struts version in Jdeveloper is 1.1.
    when i am trying to run the index.jsp i get an error:
    org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/validation/dynamic
    I think the XML parser version is a problem.Jdeveloper has OracleXMLParser v2 and i think the XML Parser apis used in building the project is different.I have placedcustiom xml parser apis and the xerces.jar in the jdevbin/jdev/lib folder and included these jar in the bootclasspath as follows:
    AddVMOption -Xbootclasspath/p:../lib/xml-apis.jar
    AddVMOption -Xbootclasspath/p:../lib/xerces-2.6.2.jar
    But even then the Exception persists.Is the syntax for Xbootclasspath wrong or i need to place these custom api's in some other location of jdev.
    I am not being able to figure out the XMl parser problem.
    Any help wud be great.
    Is it that i cant run the project in jdeveloper.Just to mention the application is deployed in OC4J on the server and runs fine..But its only that i kant run it locally through jdeveloper

    I am also facing the same issue on my laptop. I searched for forum but no luck.
    appreciate if anybody can throw some light on this.

  • Error while running a project in em console

    It was running fine all these days.server was restarted and i am facing problems shown below.
    I am not able run any project(ex.Project1) in em console.I am getting 2 errors like.
    1)DBLocker caught exception while retrieving locked messages.Will retry retrieval after 2 seconds
    2)Error while invoking endpoint "http://<server name>:7001/soa-infra/services/default/Project1/StdService" from client; Security Subject: Administrators
    Even if i unlock the account,its getting locked automatically.
    Notifications:1)The DocumentChange is not configured to be allowed for the component: RichTable[org.apache.myfaces.trinidad.component.UIXTable$RowKeyFacesBeanWrapper@7ae15fc6, id=messagesResult]
    2)Invalid Remote Targets: [Target Name: /Farm_soa_domain/soa_domain/AdminServer/OracleBamServer, Target Type: oracle_bam_server, Display Name: OracleBamServer (AdminServer) => com.bea:Name=oracle-bam#11.1.1,Location=AdminServer,Type=AppDeployment], [Target Name: /Farm_soa_domain/soa_domain/AdminServer/OracleBamWeb, Target Type: oracle_bam_web, Display Name: OracleBamWeb (AdminServer) => com.bea:Name=oracle-bam#11.1.1,Location=AdminServer,Type=AppDeployment]
    3)Calling ClearCacheCanonical Path=oracle.dms:JDBC_DataSource=SOADataSource,Location=AdminServer,name=/JDBC/SOADataSource/CONNECTION_4106,type=JDBC_Connection :::: matched=false
    Thanks in advance

    ALV Grid control is based on the custom controls on the screen. When the program is scheduled in background, it tries to create GUI related front-end objects and hence the error u201CFatal Error u2013 GUI cannot be reachedu201D. This type of problem is common with all the programs that use the ALV grid control to display the output.
    Solution:
    Whenever we execute this type of programs in background, we should be passing a blank docking container instead of the custom container as parent to our grid control. 
    The docking container doesnu2019t need any of the custom controls on the screen; instead it attaches an area to any or all of the four edges of the screen (top, left, right or bottom). The behavior of the areas in the container is determined by the sequence in which they are initialized. Docking Containers are attached to the screen from the inside out. This means that when you create a second container, it is attached to the edge of the screen, and the container that was already there is pushed outwards. 
    Let us modify the standard program (by taking a copy of it) to enable it to execute it in background.
    Following modifications have to be made:
    ·        Define a docking container in the program
    data: or_doc  type ref to cl_gui_docking_container .
    ·        At the time of creating a custom container, check if the program is being executed in background or foreground. If the program is scheduled in background, then create a docking container instead of custom container.
    if cl_gui_alv_grid=>offline( ) is initial.
        create object or_custom_container
               exporting container_name = c_container.
      create object or_grid
             exporting i_parent = or_custom_container.
    else .
    create object or_grid
             exporting i_parent = or_doc .
    endif . 
    Now test executing the program in background. The report would be generated.

  • Unable to run ADF Project Using with Jdev 10 and Weblogic server 9.2

    Dear All,
    I am unable to run ADF Project on Weblogic Server 9.2. I am created Sample Project with ADF Control. This was when we create jsp at that time i am selected libraries ADF. After created war file. This war i am deploying into Server. At that time i am getting error java.lang.noclassfound error.
    so please tell me how we can run these application.
    Regards,
    Suresh.V

    Hard to help you here. JDev 10 used to work with OAS 10g as application server. This does not mean that you can't use Weblogic9.2, but because it is not the default configuration you may have some problems doing this.
    One problem is that you need to install the ADF runtime libraries in the WLS 9.2 server, but there is no installer I know of. You can try to deploy the needed libraries together with your app, but you have to figure out which libraries you need.
    Next thing is that you should deploy an EAR instead of a WAR.
    Timo

  • Getting an error when I want to run my project on another pc! URGENT!!

    Hey everyone,
    This is my first post. I have a big problem. I created an enterprise application for a college project but now I want to test it on my laptop. Unfortunately when I want to run the project it gives me this error:
    deployment started : 0%
    Deploying application in domain failed;
    Internal Exception: java.sql.SQLException: Error in allocating a connection. Cause: Class name is wrong or classpath is not set for : com.mysql.jdbc.jdbc2.optional.MysqlDataSource
    Error Code: 0
    C:\Wesley Chin J2EE Project\EdHardyClothingStore\nbproject\build-impl.xml:264: The module has not been deployed.
    When I try and deploy the project it wont deploy.
    Any ideas on what i can do to fix it?
    Urgent help please as I have to hand in the project today!
    Thanks soo much in advance,
    Wesley

    Hello Wesley,
    you will need the jdbc driver for your database.
    You will find it on http://dev.mysql.com/downloads/connector/j/3.1.html
    Download it and put it in your glassfish classpath, e. g. [glassfish-root]/domains/domain1/lib/ext and restart the server.
    Greetings,
    Andreas

  • Error when running a project

    Hello,
    I'm using Eclipse IDE, and wireless toolkit for J2ME is properly configured. However, when i run a project i got in the console:
    Running with storage root C:\Documents and Settings\Sorin\j2mewtk\2.5.2\appdb\DefaultGrayPhone
    Running with locale: Romanian_Romania.1250
    Running in the identified_third_party security domain
    java.lang.ClassNotFoundException: ComenziJ2ME
         at com.sun.midp.midlet.MIDletState.createMIDlet(+29)
         at com.sun.midp.midlet.Scheduler.schedule(+52)
         at com.sun.midp.main.Main.runLocalClass(+28)
         at com.sun.midp.main.Main.main(+80)
    Execution completed.
    3349320 bytecodes executed
    58 thread switches
    1667 classes in the system (including system classes)
    17251 dynamic objects allocated (514492 bytes)
    1 garbage collections (0 bytes collected)Why i got this? ?I should mention that i create a J2ME project, then i create a simple Midlet, and those methods are automatically generated... i did not write any lines of code, just run the project. And i got that error.. Please help.
    Thanks!

    When you get that error, you can find the details in the problems panel, on the bottom of the screen in code view. The problem with your project is that the libs folder doesn't exist, and while I'm not sure how that could happen, the fix is easy:
    In code view, look at the project navigator (on the right side of your window). Right click on "Untilted_1" and select New -> Folder. Enter "libs" (without quotes) as the name of the new folder and press Finish. You should now be able to run successfully.

  • Burn Problem with a 4GB project: "Layer 0 Exceeds"

    First off this is not the usual Dual-Layer problem. I know all about Layers how they work and how to make them. Although the error I receive deals with DL my projects or nowhere near that size.
    I recently had DVDSP 4 crash on me. Ever since than its been running really funny. The biggest issue I am having is that it won't allow me to burn a DVD 5. My projects usually range from 2.5GB - 4.5GB. Let me also say that DVDSP 4's Disc meter has always been a pretty good gauge as far as I am concerned. It's always been right on telling me if something was going to fit on a DVD 5 or 9.
    My problem ever since the crash is that DVDSP will not allow me to burn a DVD unless the project is under 3.5GB. I have tried everything, including a Full Re-install of DVDSP. Every time I try to burn a DVD I get the following error message:
    +"Formatting was not successful. Layer 0 exceeds the maximum layer size allowed. Please choose a suitable marker location that will support this condition."+
    My latest project is dealing with a 4.4Gb (according to Meter) 4.32GB actually. It is impossible for me to burn a DVD because of the error message above. I can however run the project out on a Single DLT. How does that work?
    Has anyone else had a problem like this? Does anyone have an suggestions?
    I have checked all the obvious settings in DVDSP and all seem to be right. I can't figure this one out.

    I've never had a problem burning a 4.4 disc on a DVD 5 until now. I actually went back to some of my previous project that were a DVD-5 and I am unable to burn those now too. Everything really got screwed up on that last Crash.
    Yes. I am using AC3 audio.
    I have not yet tried burning my DVD project through another program...but thats a good idea.
    I usually burn a DVD and DLT for the replicators...but I know they prefer a DLT. What I find odd about all of this is that I am able to run out a DLT with no errors at all. It only seems to be on the DVD side.
    In regards to the uninstall...I used the exact program. I am actually in the process of doing a full reinstall of FCP2 Suite.
    I'll let you know how it goes. Thanks for the suggestions.
    Mike A.

  • How to run a project which gets parameters from a batch file

    Hello all,
    I use to run a program, which gets parameters only by interactive mode, using a batch file as you can see below:
    # myprogram < batchfile.txt
    Now, I'm updating its code by SunStudioExpress IDE and I'd like to run it from the batchfile. I have noticed that the project properties window has the option run -> arguments, however this program doesn't accept arguments this way and for changing it, I'd have a hard job.
    Does someone know how to run this project and to get its parameters from batchfile?
    Regards,
    Glauber

    Ah, it appears that when you run the project, "<" is passed as one of the arguments and is not treated as input redirection.
    Sorry, it looks like it is not possible to do the redirection; and it looks like a bug to me. Could you please file it through bugs.sun.com? It shouldn't take long as the problem is evident now.

  • Problem in running animation in forms runtime , can any body help me

    Hi,
    I did a small project using forms 6I . When I run my project the first cansvas named “Welcome Screen” will be displayed. I.e this is the first canvas displayed. Now my problem is : In that “ WelcomeScreen” canvas I placed a OLE object and inserted a Powerpoint presentation file i.e .propic.ppt file. I setted custom animation setting for all object in that presentation slide. Now my requirement is to animate that file with formruntime i.e once I run the project opening canvas should be displayed and all the objects in the OLE i.e. ppt file within runtime. That is menu attached should be displayed as it is and presentation should be animated. After that I go to data entry module by selecting appropriate menu item from the menu. For this problem what I tried is I imported OLE Control from tools menu in formbuilder and make the OLE properties that is path of the ppt file and Activation property is set to “doubleclik” . When I runned my project after these settings, if I double click then it is showing “slide”without animation and my main windows and all other windows disappearing”. When I click end show in slide then it is returning to my formsruntime module. This is not the requirement, all that i want is my runtimewindows should be displayed within which the presenation file must be animated. Is it possible to do so, if so please suggest the way to improve the visual quality of my project.
    Thanks in advance for helping,
    Prasanth A.S.

    https://www.apple.com/ios/feature-availability/
    Directions and turn-by-turn navigation are not available in Qatar.  Perhaps someone more knowledgable can tell you precisely why.
    HTH.

  • Problem in running animation file during forms runtime can any body help

    Hi,
    I did a small project using forms 6I . When I run my project the first cansvas named “Welcome Screen” will be displayed. I.e this is the first canvas displayed. Now my problem is : In that “ WelcomeScreen” canvas I placed a OLE object and inserted a Powerpoint presentation file i.e .propic.ppt file. I setted custom animation setting for all object in that presentation slide. Now my requirement is to animate that file with formruntime i.e once I run the project opening canvas should be displayed and all the objects in the OLE i.e. ppt file within runtime. That is menu attached should be displayed as it is and presentation should be animated. After that I go to data entry module by selecting appropriate menu item from the menu. For this problem what I tried is I imported OLE Control from tools menu in formbuilder and make the OLE properties that is path of the ppt file and Activation property is set to “doubleclik” . When I runned my project after these settings, if I double click then it is showing “slide”without animation and my main windows and all other windows disappearing”. When I click end show in slide then it is returning to my formsruntime module. This is not the requirement, all that i want is my runtimewindows should be displayed within which the presenation file must be animated. Is it possible to do so, if so please suggest the way to improve the visual quality of my project.
    Thanks in advance for helping,
    Prasanth A.S.

    Actually, the .class files must be in a directory named MyPack, and the directory 'above' MyPack must be in the Classpath when compiling.
    http://java.sun.com/docs/books/tutorial/java/interpack/packages.html

  • Anybody running LP projects on an External HD?

    anybody running LP projects on an External HD?
    If you do, have you met any problem? like Jam?~

    I understand that firewire 800 is preferable to 400. Faster anyway. I don't have 800 capability on my computer but I do know that an external firewire drive uses less of the computer's processing power which is why you get a performance boost. It's not massive but on my computer the cpu levels were down 10 to 15 percent. The ideal situation is 2 external drives; one for projects and the other for samples and loops. I can't speak to esata drives because I have no experience with them. Regarding rpm, most external drives run at 7200 unless they're very small portable ones. That being something of a constant the real issues are quality of the drive and its transfer rate.

  • Veristand Problem: When Configuring a project, searching for a library file as a dependent file.

    Hi,
    The problem that I am having is that I took all of the necessary files in order to run a project and moved it to a different computer. When I open Veristand, and try to configure the project, a pop up window comes up with "Search for Dependent File: [filename]". It then says the missing file and the search directory. You can also browse for the file. So, for about the first couple of files, I just browsed for it and it was fine. But when it reaches a library file, I try to open it and it opens the library inside of Veristand. I think it thinks that I'm trying to get the file from inside of the library instead of the library itself.
    Any thoughts greatly appreciated.

    Continued here
    LabVIEW Champion . Do more with less code and in less time .

  • Problem in build netbean projects with jaxb

    Hi, I encounter the problem which I dont' know if it is due to my pc memory insufficient or other reason.
    In my netbean projects, I add a Jaxb binding with a local xsd file, but when I try to clean and build the project, each time I have to wait for around 25 minutes, i think it is not make sense to build in such a time. As if I want to debug/run the project each time, it is impossible for me to wait like this.
    However, I have to use the xml file in that way, if I can't solve this problem, i have to write / use other method to "eat" the xml file for myself.
    Any suggestion or help is appreciated, thx.....

    Bishnu,
    Thanx for the response.
    My problem is whenever i do a little modification in the code, even if i just do some chanes & undo it then also i need to rebuild the application.
    There is a single project in my workshop which is pretty huge.As per your reply i am getting only two parts to check & uncheck i.e. If the project is "A" then i am getting A.work & project:A in the build box.
    The most important question: Do i need to shut down the server each time i make a small change?Even i have tried this by restarting the server,but every time i get the message that "the Controller.jpf could not compile."
    Any idea is most welcome.
    Samir

  • Can we run logic project file on a firewire 400/800 harddisk?

    Hi I have a macbook Pro. The internal hard disk is too small for me .
    I'm thinking about to get a firewire 800 Harddisk. if I buy that and connect to my MBP, in logic 8 I create project and compose with software instruments, and record over 8 channel audio with ADAT and do music creating and recording on that firewire 800 hard disk, will it be as good as the mbp internal hd to use?
    I mean, I run a project on that firewire 800 disk, I do a 8 channel adat recording while the project is running Kontakt and lots of other software instruments, will there be any problems? will it be the same for me to use as the internal 160 GB hard disk?
    WHich hard disk link is faster (if they are all 7200)?
    Thanks!

    The system drive is running the application so when you're recording Audio tracks to it it has to do several tasks at the same time.
    It's ok for one or two tracks of Audio but sooner or later you will get Overload/Disk too slow messages. That's why most users here use several drives in their setup to keep everything fast and clean.
    I love Beijing duck - I travelled China 3 years ago collecting sounds for a soundtrack I did. My favourite restaurant here in Berlin is a true chinese restaurant Szechuan style.
    http://www.soundsnap.com/node/58682
    http://www.soundsnap.com/node/58683

  • Error when I run a Project

    When I first installed Java Studio Creator on Solaris, it worked totally fine, but after using it a couple times, when I run a project, an error message comes out :
    The Sun Java System Application Server 8 could not start.
    More information about the cause is in the Server log file.
    Possible reasons include:
    -Port conflicts. (use netstat -a to detect possible port numbers already used by the operation system.)
    -Incorrect server configuration (domain.xml to be corrected manually)
    - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).
    I'm just rookie to this program, I don't know what i did wrong and
    if anybody wants to see my server.log file, I would be glad to post it up.
    thank you

    Hi Jack,
    Please do post the server log file here so that we can try and find a solution for the problem you are facing.
    I had a problem a while ago with the app server too. While trying to run an application, after a few times, it would give me an error message saying the Application Server cannot be started. I rebooted my machine and thankfully it worked again. Just try this too and see if it works.
    If it doesnt we can go through the server log and try to identify the cause of the problem.
    Cheers :-)

Maybe you are looking for