Forte 4j mounting

I have a filesytem mounted at C:\Program Files\Apache Tomcat 4.0\webapps\ROOT\WEB-INF\Classes
and then in Classes I have my package com.ora...ext...
When I compile, classes get turned into Root.com.ora....ect.
Is this something that is designed. Can't I compile classes there.
Even if I move it to c:\com.... it isn't compiling right. Is some bug?
C:\Program Files\Apache Tomcat 4.0\webapps\ROOT\com\ora\jsp\sql\Value.class
class file contains wrong class: ROOT.com.ora.jsp.sql.Value
Please remove or make sure it appears in the correct subdirectory of the classpath.
import com.ora.jsp.sql.Value;

nevermind
the forte (studioOne) was setting the compiler to external even though I had it set to set jsp and servlets to internal or fast javac.
Once I manually changed and compiled each file it was ok
Sun tools (StudioOne -- forte) are really great though try them if you aren't using them now.
I have a filesytem mounted at C:\Program Files\Apache
Tomcat 4.0\webapps\ROOT\WEB-INF\Classes
and then in Classes I have my package
com.ora...ext...
When I compile, classes get turned into
Root.com.ora....ect.
Is this something that is designed. Can't I compile
classes there.
Even if I move it to c:\com.... it isn't compiling
right. Is some bug?
C:\Program Files\Apache Tomcat
4.0\webapps\ROOT\com\ora\jsp\sql\Value.class
class file contains wrong class:
ROOT.com.ora.jsp.sql.Value
Please remove or make sure it appears in the correct
subdirectory of the classpath.
import com.ora.jsp.sql.Value;

Similar Messages

  • Jdbc - compiler can't find packages

    Hi,
    I've been trying to connect Oracle 9i personal to ColdFusion, but since have simplified and now am truly stumped. I open the sample .java files that are in ORACLE_HOME\jdbc\demo\samples\generic (something like that...) and try to compile the jdbcCheckup.java file. I get this:
    JdbcCheckup.java [21:1] package oracle.jdbc does not exist
    DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
    And, to avoid all the classpath issues, I put ojdbc14.jar AND classes111.zip AND classes12.zip right in the directory where the .java files live. AND also the above files with the "-g" option, just to be sure I didn't miss "the" one I needed.
    Tell me what I'm doing wrong!!!! This has been going on for many, many days. I think this is the last piece of Dreamweaver, Coldfusion, Oracle and Java to connect up. Then when I actually try to run some code I'm sure I'll be back!
    Thanks in advance,
    Pat in MN

    I got the jdbcCheckup to work by doing what this absolutely wonderful person (Ignacio Sanchez) did:
    I have JDK 1.4.1 installed in C:\JAVA\BIN. I downloaded OJDBC14.JAR (JDBC drivers for 9i) to that location, and then from command line I ran "jar xf ojdbc14.jar". All files extracted to a folder structure called "oracle" under the ..\bin folder mentioned above, and a "javac myclass.java" command compiled without errors. What I am trying to say is the compiler found the needed classes that were located in the newly-created folder structure.
    So that compiled. Then I tried to compile another file that imports oracle.* and I get "package oracle does not exist". I tried different paths (in Forte you "mount" filesystems) but still no go. Exactly where is this package located? And Coldfusion still won't find the jdbc driver, even with the new path installed in the path that is in CF coldfusion.
    How do you find out where all these packages are when they're usually in a .jar file? And are you supposed to do something with the .jar files (as in the above example, "jar xf XXX.jar". And how the heck do you know WHERE to put them?????????? It seems somewhat arbitrary, looking at the hundreds of posts I've read the last couple days. One way works for one machine, another for another machine. Is there any "RIGHT" way, or is it whatever works???
    Any suggestions????
    Thanks,
    Pat
    Hi,
    I've been trying to connect Oracle 9i personal to ColdFusion, but since have simplified and now am truly stumped. I open the sample .java files that are in ORACLE_HOME\jdbc\demo\samples\generic (something like that...) and try to compile the jdbcCheckup.java file. I get this:
    JdbcCheckup.java [21:1] package oracle.jdbc does not exist
    DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
    And, to avoid all the classpath issues, I put ojdbc14.jar AND classes111.zip AND classes12.zip right in the directory where the .java files live. AND also the above files with the "-g" option, just to be sure I didn't miss "the" one I needed.
    Tell me what I'm doing wrong!!!! This has been going on for many, many days. I think this is the last piece of Dreamweaver, Coldfusion, Oracle and Java to connect up. Then when I actually try to run some code I'm sure I'll be back!
    Thanks in advance,
    Pat in MN

  • Package CLASSPATH

    hi folks
    i have created classes and i want to put in a package let say com.isis.graphics so i created 3 folders in order in the package name and i puted my classes in the folder graphics and in every class first line is package com.isis.graphics.and i typed in the Autoexec.bat the followoing line
    set CLASSPATH=%CLASSPATH%;c:\com\isis\graphics the problem is when i'm trying to create a new class outside the package extending a class inside the package i get Compiler Error can any one till me why!? and How to det the CLASSPATH typed in the autoexec.bat in good way?
    Please Help

    Thnx Guys
    thnx Patrick
    it worked in the case of using creating a class using
    a text editor.but i meant that how can i use this
    package from tool under windows like Forte or
    JBuilder.i tried but the (Forte or JBuilder) issue an
    Error that he doesn't know where is the package
    com.isis.javaWith Forte you have to mount the directory or jar file. If you mount the root directory as has been suggested Forte will mount not only the directory /com/isis/java, but also all the other directories under /, which is not what you desire.
    Since you're relatively new at this I assume you out of desparation 'un-jarred' the isis distribution into your file system. So the best thing to do with Forte is to MOUNT THE original isis JAR archive. In future do not unjar third party packages. They waste your disk space and cause you to lose your way in your own file system.
    So for Forte you mount the jar file with the following menu selections: FORTE=>View=>Explorer=>...FileSystems=>MountJar.
    MountJar will be in the LocalMenu of (right-click the mouse over the item ->) 'FileSystems'.
    I am not looking at the JBuilder UI as I type so I cannot be explicit in my answer, but it has a more traditional menu facility for adding third-party libraries and archives. If you have your project already loaded, there should be a place where you can change its SETTINGS such as Debug CommandLine Options,SourcePath, ClassPath, Libraries and the like. Poke around and you will find the spot where you can add the isis jar file immediately after the Sun and Borland jar and zip files. If you have cleaned up the unjar directories, just create your own third-party directory where you plunk the isis jar file. Then update the Classpath to include that thrd party directory, and then finally add the isis librar jar file name into the extra library dialogue.
    if u have a way to do this i'll be gratefull
    and thnx anywayGood luck.
    Malome

  • Mounting a local directory in Forte 4.0 (Sun One?)

    Okay, I'm relatively new to Forte and am probably missing some detail that is quite stupid, but for some reason I can't mount a new local directory in Forte (on win98 system). I select "Mount", choose "local directory", but then no matter what directory I select the "Next" and "Finish" buttons remained grayed out so I can't get anywhere! It's not a big crisis, but a little annoying just the same. Can anyone out there tell me what I'm missing? Thanks.

    nice idea (opening a file)
    but, File|New, File|Open, etc.,
    all cause Forte to exit on my Win2K box
    (yes I have uninstalled/installed/ad nausem for Forte)
    any more ideas?
    [email protected]

  • How use a .jar taht is mount in forte

    i mount the .jar taht i want to use into forte explorer, but i cant import the file taht is in?
    maybe is stupid, but i dont know
    sorry for my english
    thx

    sorry i finish to find it in the forum (maybe its very long to find taht we want)
    im leaving this topic

  • Forte for java 4 ce

    I have downloaded forte 4 community edition. I want to run a stand alone swing application using the accompanying RDBMS pointbase 4.2. While connecting to database it is giving error: 'class not found' com.pointbase.jdbc.....
    I think i can overcome this by appending classpath: pointbase\lib\pbserver42.jar. But the problem now is Forte 4 does not allow editing the default debugger classpath. And adding to the classpath of debugger execution in execution type and running debug executor also does not help.
    Can somebody help please

    I have downloaded forte 4 community edition. I want to
    run a stand alone swing application using the
    accompanying RDBMS pointbase 4.2. While connecting to
    database it is giving error: 'class not found'
    com.pointbase.jdbc.....
    I think i can overcome this by appending classpath:
    pointbase\lib\pbserver42.jar. But the problem now is
    Forte 4 does not allow editing the default debugger
    classpath. And adding to the classpath of debugger
    execution in execution type and running debug executor
    also does not help.
    Can somebody help pleaseI suggest (if forte 4.0 is like 3.0) you add the jar by right-clicking on the root of the filesystem (the thing at the left of the screen where you have all your files) which name is "Filesystem" and select "Mount JAR ...".
    Hope it helps.
    Aude.

  • Forte for Java CE won't run files created with J2SDK

    I'm very new to Java. When I try to run packages, classes written with Java 2 SDK, I get the following error:
    java.lang.NoClassDefFoundError: TextComponentPrintWriter (wrong name: utilities/TextComponentPrintWriter)
    I have mounted the root directory and the JAR files- or I think I have- but I'm still getting an error when I run the programs form the IDE of Forte v. 3. By the way, they all compile okay. Please help!

    Try downloading a newer SDK and getting
    c:\j2sdk1~1.1_0\jre\bin
    out of the path

  • Mounting a (local) Directory as a Volume?

    I am wondering how to best 'fool' the filesystemhandlers to do this:
    I have several volumes that I ended up merging, and I was wondering if anyone would suggest a way to mount directories as logical volumes, to recover pointer information: Many programmes (such as iTunes, and some other critial programmes, such as my fontmanager) use *volume labels* as their pointers, that I do not want to fix in every instance (as thereare far too many), so for example, a directory that used to be at:
    /Volumes/Disk1a1/data
    ..is now at:
    /Volumes/Disk0a1/Disk1a1/data
    I would like to do something clever, like making a symlink as such:
    /Volumes/Disk1a1 (the symlink) pointing to /Volumes/Disk1a0/Disk1a1
    ...then edit /etc/fstab or whatever else I need to edit to make a mount point for the symlink, and mount it as a logical volume, using the symlink pointer in /Volumes to redirect to it.
    Has anyone done this on OSX?
    I know I can do it on Linux/Solaris, but OSX is a bit different in many ways: Most of what I have seen on the subject covers remote volumes via SMB, or similar, but this is a local device, and I want to mount directories on it as additional logical (local) volumes (e.g. virtual volumes) instead of partitioning the device.
    I am also thinking of playing around with R/W DMGs and automounting those, if I have no other way. I'm wondering if this slows down anything, for as long as I use uncompressed DMG files, I'm not sure how much in terms of system resources is wasted by mounting (and accessing) them.
    I have my reasons for doing this, including allowing mixed case-insensitive and CaSe-SenSitive volumes to coexist on the same volume without partitioning it, as it would allow me easy access to certain kinds of volumes that I do not often need, that I can mount via any source, including network mounts, external media mounts, etc..
    Aye, I could repartition the device, and I will need to do this to fix the fact that I formatted it as CaSe-SenSitive, a format that Adobe never accepted. In an ideal world, my OS boot partition will be case-insensitive, my /Users directories CaSe-SenSitive, and my (previous) additional volumes merely local directories with a virtual mount point, or DMGs with a logical mount point.
    The most critical part is if I can create mount points in fstab for directories via symlinks, or some similar method.
    I also have some doubts about if Adobe SW will yammer at me if the /Users/username path is on a CaSe-SenSitive volume structure, or if it only matters that its main support frameworks and application datum are on a case-insensitive volume. Time shall tell me, either way. I would rather not need to modify every filename in the Adobe.pkg/Adobe.app files; and yes, other systems will be launching Adobe programmes via the server as a shared resource, or can run them via a VDT if the server CPUs and local resources (e.g. SAS 15K dswap rives) are desired for rendering operations. (Too bad there is no truly global 'fool all of Adobe CS3' fix for 10.5.x: Maybe one day I will write some scripts to do that, covering every CS3 component, instead of just the basic three...)
    I appreciate any guiding hand in this matter... Thank you for reading.
    -X

    nice idea (opening a file)
    but, File|New, File|Open, etc.,
    all cause Forte to exit on my Win2K box
    (yes I have uninstalled/installed/ad nausem for Forte)
    any more ideas?
    [email protected]

  • JSP called database Bean - works in forte ide- not outside ide

    I am obtaining my Connection object from a Java bean so that I can change database connections (like development to production) by just changing the bean out. Inside forte for java 3.0 with its built in tomcat, it works fine. I have the same version of tomcat that I fire up outside of the ide. I used the ide to create a WAR file and I expand it under webapps so the external tomcat can see it. The initial jsp page works fine (so tomcat can see it fine).
    Now when I click a button that performs a form method=get action=\"operation.jsp\"> ... , the operation.jsp executes the following code:
    <jsp:useBean id="db" scope="request" class="dbConnectBean" />
    <%
    Connection adxcon = db.getDbConnection();
    Statement adxstmt = adxcon.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);
    ... %>
    The dbConnectBean code looks like:
    public class dbConnectBean extends Object implements java.io.Serializable {
    public class dbConnectBean extends Object implements java.io.Serializable {
    private PropertyChangeSupport propertySupport;
    private Connection dbConnection;
    public dbConnectBean() {
    propertySupport = new PropertyChangeSupport ( this );
    public Connection getDbConnection() {
    setDbConnection();
    return dbConnection;
    public void setDbConnection() {
    this.dbConnection = dbConnection;
    try {
    Class.forName("org.gjt.mm.mysql.Driver");
    catch (Exception e) {
    System.out.println("Can't load JDBC Driver");
    return;
    try {
    dbConnection = DriverManager.getConnection("jdbc:mysql://localhost:3306/cs_dev?user=foo&password=bar");
    catch (Exception e) {
    System.out.println("Can't get connected: " + e.getMessage());
    return;
    return;
    Outside of the ide, when I click to perform the form action above, I get:
    Error: 500
    Location: /AddressBook/operation.jsp
    Internal Servlet Error:
    javax.servlet.ServletException
         at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:459)
         at _0002foperation_0002ejspoperation_jsp_3._jspService(_0002foperation_0002ejspoperation_jsp_3.java:140)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:177)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
         at org.apache.tomcat.core.Handler.service(Handler.java:286)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
         at java.lang.Thread.run(Thread.java:484)
    Any ideas??

    Error 500 signifies the following;
    "500 (Internal Server Error)
    500 (SC_INTERNAL_SERVER_ERROR) is the generic 'server is confused' status code. It often results from CGI programs or (Heaven forbid!) servlets that crash or return improperly fromatted headers."
    Check your headers.
    I wouls suggest that you do not Run your Servlets and JSPs through the Forte IDE. Download and install Tomcat 4 on your desktop (if you havent already) and test them there. You only need to mount the directories for the particular web app.
    You can use this guide on how to install and setup your Tomcat 4 and your development environment. http://www.moreservlets.com/Using-Tomcat-4.html
    Hope this helps

  • How to install a new jar in forte?

    I can't find some documentation on installing API in forte.
    For example I have the struts.jar file with all the classes.
    I have tried to put it in the lib/ext folder
    but the classes are not recognized.
    But If I just mount the jar file I can use all the classes but there is not
    the auto-completion function that suggest all the classes in a determinated path...
    So what should I do to install a new set of API in a jar.
    Thanks
    C.

    You can add the Jar to your project. Click on the "Filesystems" tab in the Explorer, and select "Mount => Archive Files". Then find your JAR file and add it.
    Regards,
    Bhaveet

  • Importing code from Rose to Forte

    Hi there,
    I have created a massive model in Rose. Generated code for it all.
    Now I want to implement the model in Forte. But all I can do is mount the main directory and nothing more. Forte doesnt understand the EJB class files and deployment descriptors. I cant take the EJBs and work on them - I have to create new ones via Forte. That defeats the purpose of UML modelling.
    I tried the same thing in JBuilder which does a better job, but the EJB Designer is buggy so I opted for Forte (4.0).
    Are there any instructions for this? Modules? Rose scripts?
    thanks and regards,
    Kenny

    nothing? no one know anything?

  • Installation of Forte M2

    Anyone every experienced these problems when installing Forte version M2 (or
    any version of Forte)??
    1) Installation script fails when running from remotely mounted CD.
    Specifically, it fails when copying forte.ver from the CD to FORTE_ROOT.
    2) Installation script (now running from directories copied directly onto
    the Sun box) fails because the environment variable FORTE_WW_DOCUMENT_ROOT
    is defined in the environment. We had to completely remove it as renaming
    it to XXXX_WW_DOCUMENT_ROOT still did not work.
    Install ran fine after that.
    Jerry Fatcheric
    Verizon Wireless

    Jerry
    You might need to have a look at Technote 11150 which addresses the problems you
    experienced.
    Below is the technote:
    When you try to run the install program from the CD on a Unix machine, you must
    use ./install.sh so the install is not called from anywhere but the CD. You
    might by mistake be using the install from your previous installation and in
    that case multiple things will go wrong.
    It may simply give you an error
    INSTALL.SH: Command not found.
    or
    Following error happened when an incorrect install was called.
    Copying relnotes.trz from installation media to
    /export3/forte/rel3c ...
    cp: cannot access ../sun_sol/relnotes.trz
    chmod: WARNING: can't access /export3/forte/rel3c/relnotes.trz
    mv: cannot access /export3/forte/rel3c/relnotes.trz
    /export3/forte/rel2h4/install/bin/install.sh: relnotes.tar.Z: not
    found
    FATAL ERROR:
    Forte installation script is terminating.
    A central repositoy was not created when the FORTE_NS_ADDRESS was in use.
    Distribution of Autocompilation and Codegen applications were not added to the
    installation because the FORTE_ROOT was pointing to the wrong place.
    It is recommended that you make sure none of the old Forte environment settings
    are available when you want a new version of Forte installed on your
    system. Upgrading is different but still the right installer should be
    called.
    Ulrich Lalk
    FatchJeBAM.com on 31/05/2000 05:00:17
    To: kamranaminyahoo.com
    cc: (bcc: ULRICH LALK/NSO/CSDA)
    Subject: (forte-users) Installation of Forte M2
    Anyone every experienced these problems when installing Forte version M2 (or
    any version of Forte)??
    1) Installation script fails when running from remotely mounted CD.
    Specifically, it fails when copying forte.ver from the CD to FORTE_ROOT.
    2) Installation script (now running from directories copied directly onto
    the Sun box) fails because the environment variable FORTE_WW_DOCUMENT_ROOT
    is defined in the environment. We had to completely remove it as renaming
    it to XXXX_WW_DOCUMENT_ROOT still did not work.
    Install ran fine after that.
    Jerry Fatcheric
    Verizon Wireless
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • Forte on LAN, but Node Mgr on PC?

    We are using ver 3.0.F.2. with Win95 clients. We have the runtimes on a
    LAN server. Our users have an icon in their Novell Login Applications that
    runs a batch file on the LAN. This batch file sets the needed environment
    variables (FORTE_ROOT, MODELNODE, NS_ADDRESS, etc) and finally
    runs an ftexec to run our application (image files also on the LAN.
    This allows for easier upgrades, since to Registry entries need to be
    maintained, no runtimes on each PC need updating, etc.
    The problem is, we cannot run a node mgr (through Launch Server or
    ftcmd or whatever) because Forte tries to put the files that go in the
    FORTE_ROOT/sysdata/envrepos on the LAN (since that's where
    everything is). We get the error saying something like Cannot put files on
    NDS mounted drives. This is keeping us from using Applets & other
    things.
    My question is, how can I point to the runtimes on the server but have
    those 2 .btd & .btx repository files go on the PC?
    Thanks in advance!
    Steven Barnes
    [email protected]

    Then transmit to a broadcast address xxx.xxx.xxx.255I think works only on LAN. But my project works on internet.
    I have decided to drop my intermediator (server).
    Now I trying to work on direct communication between tutor (transmitter) and student (reciever). I can get two IP addresses of the student -
    1 : Internet Proxy server IP address, (e.g. 203.109.246.29) which is uniquely identified on internet.
    2 : Local IP address, (e.g. 192.168.1.23) which is valid on LAN.
    I provided media locator as rtp://203.109.246.29:23232/video/1. If the student's pc is internet outlet then student is able to see the video. But if the student is sitting on LAN with some other pc as proxy server then tutor will write the data to the proxy server (since the proxy server is uniquely identified on the internet and not the student's pc). My problem now is how data be tranferred from proxy server to student's pc??
    I feel like some broadcasting to be done on the LAN. I want to achieve it without having some program running on the Internet Proxy server.
    Regards

  • Visual Source Safe & Forte

    Hello happy users !
    Doe's anyone use Visual Source Safe with Forte ? I saw something about
    it some month ago but i'm unable to retrieve it...
    I remember someone has writed a Forte project allowing to automatically
    archiving source file in VSS while integrating the workspace in the
    repository. Someone use it ? How do you manage the changes in a project
    Do you always archiving .pex even if you only change a class ?
    Help greatly appreciated from people using VSS with Forte !
    Cordialement.
    Patrice Bourdon
    Alliance Sante France
    Tel : +33 02.54.60.26.27
    Fax : +33 02.54.60.25.00
    e-mail : [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi, thanks for your reply!
    I had the same thought, that it was a matter of time. Therefore i let the system work during the night, but it did not help - Forte is still refreshing!
    After mounting the following tasks are done:
    Preprocessing LIST_DIR_READER, exec = ${RUN} \"${VSSCMD}\" dir -R- -F- \"${PROJECT}$[? MODULE] [${PS}${MODULE}] []$[? DIR] [${PS}${DIR}] []\" ${OPTIONS} && \"${VSSCMD}\" diff ${OPTIONS}
    Command Refresh started, exec = ${WRAPPER} LIST_DIR_READER LIST_STATUS_READER LIST_STATUS_FOLDER_READER
    Command LIST_DIR_READER started, exec = cmd /X /C "(mkdir \"C:\Projects\Products\PocketPharma\Java\Temp\ReportPrototype\\.\" 2>nul || echo.) && cd /D \"C:\Projects\Products\PocketPharma\Java\Temp\ReportPrototype\" && \"C:\Program Files\Microsoft Visual Studio\Common\VSS\win32\SS.EXE\" cd -I- -YG�ran Arvidsson,password \"$/Products\PocketPharma\Java\Temp\ReportPrototype\Products\PocketPharma\Java\Temp\ReportPrototype\" && \"C:\Program Files\Microsoft Visual Studio\Common\VSS\win32\SS.EXE\" workfold -I- -YG�ran Arvidsson,password \"C:\Projects\Products\PocketPharma\Java\Temp\ReportPrototype\" && \"C:\Program Files\Microsoft Visual Studio\Common\VSS\win32\SS.EXE\" dir -R- -F- \"$/Products\PocketPharma\Java\Temp\ReportPrototype\Products\PocketPharma\Java\Temp\ReportPrototype\" -I- -YG�ran Arvidsson,password && \"C:\Program Files\Microsoft Visual Studio\Common\VSS\win32\SS.EXE\" diff -I- -YG�ran Arvidsson,password
    The information about these commands (available from Runtime tab)
    * Output of VCS commands [Refresh]
    No output available (Still running)
    * Output of VCS commands [LIST_DIR_READER]
    Standard output - Username: G�ran
    Data output - []
    [Username: G�ran]
    I have tried to use another user (Goran Arvidsson) but the problem is still present!
    I hope this information tells you more than it does to me!
    Best Regards
    G�ran

  • Forte doesn't recognize classes are compiled

    In the Sun One Studio 4 Update 1 IDE, my Java source files are displayed in the Explorer window with the uncompiled badge icons next to them, even though the classes are already compiled. If I select a file to compile it, the IDE will compile it, and put the compiled class in the target directory correctly. But the uncompiled icon is still displayed. If I select the file again and compile, the IDE compiles it again, instead of giving me the message that the file is up to date.
    Has anyone seen this problem?

    Add the output dir to classpath.Did you ever use forte? It doesn't recognize classpath. It looks at the mounted directories and jars instead. And I do have the output dir mounted - otherwise, the compiler couldn't put the compiled classes in the right place.

Maybe you are looking for