Shortcuts netbeans 6.1

Does anyone know the shortcuts in netbeans 6.1 for include a directive '<%@ page import="..." %>' in a jsp?
Thanks.

No, i refer when you use a class and this class is not included in the jsp.
For example, in a jsp i have the following line:
ArrayList list = new ArrayList();
This would give a compilation error because the class ArrayList is not in the jsp whit the line:
<%@ page import="java.util.* %>
Is there a shortcuts to do this import automatically in netbeans 6.1?

Similar Messages

  • How can I create a shortcut to my application?

    Hello
    I have just created my first application, and I would like to start it from a shortcut in my winXP desktop. But how can I since it is not an .exe file? I am using the NetBeans IDE 3.5.1 that comes with the java bundle, and I have tried unsuccsessfully to find some solution there. I have also scanned both of my Java books (for beginners...:) without luck. I appreciate any help you can provide.
    Jens

    hi,
    just download FreeJava or JCreator and save ur application as a project and then convert that project to an executable jar file. make a shortcut to this executable .jar file which will start ur project from the desktop.

  • Netbeans 6.0

    hello,
    i want to do some Ruby on Rails programming with the new netbeans 6.0 Milestone 9. To be able to test it directly and install a database i decided to do this on Archlinux. This is a fresh and up-to-date install of Archlinux. j2re and j2sdk are installed. I downloaded the netbeans-6.0m9-full-linux.sh from netbeans.org.
    I start the installation and costumize it (no J2EE or mobile stuff). But after some time the installation halts. a log is written.
    these are the latest lines from the log
    [2007-05-19 21:44:17.488]:         [return]: 0
    [2007-05-19 21:44:17.489]:     ... command execution finished
    [2007-05-19 21:44:17.571]:     executing command: chmod ugo+x nbexec , in directory: /home/maarten/netbeans/platform7/lib
    [2007-05-19 21:44:17.632]:         [return]: 0
    [2007-05-19 21:44:17.633]:     ... command execution finished
    [2007-05-19 21:44:17.757]:     org.netbeans.installer.utils.exceptions.InstallationException: Cannot create Start Menu entries
    [2007-05-19 21:44:17.757]:         at org.netbeans.installer.products.nb.base.ConfigurationLogic.install(ConfigurationLogic.java:171)
    [2007-05-19 21:44:17.757]:         at org.netbeans.installer.product.components.Product.install(Product.java:263)
    [2007-05-19 21:44:17.757]:         at org.netbeans.installer.wizard.components.actions.InstallAction.execute(InstallAction.java:127)
    [2007-05-19 21:44:17.757]:         at org.netbeans.installer.wizard.components.WizardAction$1.run(WizardAction.java:103)
    [2007-05-19 21:44:17.757]:     Caused by: org.netbeans.installer.utils.exceptions.NativeException: Cannot create shortcut
    [2007-05-19 21:44:17.757]:         at org.netbeans.installer.utils.system.UnixNativeUtils.createShortcut(UnixNativeUtils.java:197)
    [2007-05-19 21:44:17.757]:         at org.netbeans.installer.utils.SystemUtils.createShortcut(SystemUtils.java:441)
    [2007-05-19 21:44:17.757]:         at org.netbeans.installer.products.nb.base.ConfigurationLogic.install(ConfigurationLogic.java:167)
    [2007-05-19 21:44:17.757]:         ... 3 more
    [2007-05-19 21:44:17.757]:     Caused by: java.io.IOException: Permission denied
    [2007-05-19 21:44:17.757]:         at java.io.UnixFileSystem.createFileExclusively(Native Method)
    [2007-05-19 21:44:17.757]:         at java.io.File.createNewFile(File.java:883)
    [2007-05-19 21:44:17.757]:         at org.netbeans.installer.utils.FileUtils.writeFile(FileUtils.java:158)
    [2007-05-19 21:44:17.757]:         at org.netbeans.installer.utils.FileUtils.writeFile(FileUtils.java:129)
    [2007-05-19 21:44:17.757]:         at org.netbeans.installer.utils.FileUtils.writeFile(FileUtils.java:90)
    [2007-05-19 21:44:17.757]:         at org.netbeans.installer.utils.system.UnixNativeUtils.createShortcut(UnixNativeUtils.java:195)
    [2007-05-19 21:44:17.757]:         ... 5 more
    The shortcut on the desktop is placed, but the install was not completed. When I try to open a new project, it doesn't show the options.
    I tried again after deleting the ~/netbeans and ~/.nbi directory, but with the same result.
    I tried installing netbeans as root as well, but then i got other exeptions (probably due to the fact i cant write to the Netbeans-folder)
    Does anyone has an idea how to solve this?

    i installed it as root again. It installs, but at the start i get this error
    java.io.IOException: could not run [/bin/chmod, u+rx, jruby, gem_server, rake, generate_yaml_index.rb, jirb, gem, jruby.rb, rdoc, gemlock, index_gem_repository.rb, rails, update_rubygems, testrb, gemwhich, jrubyc, gemri, gem_mirror]
        at org.netbeans.api.ruby.platform.RubyInstallation.ensureExecutable(RubyInstallation.java:746)
        at org.netbeans.modules.ruby.rubyproject.RubyProjectModuleInstaller.restored(RubyProjectModuleInstaller.java:40)
        at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:354)
        at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:273)
        at org.netbeans.ModuleManager.enable(ModuleManager.java:903)
        at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:380)
        at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:316)
        at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:260)
        at org.netbeans.core.startup.Main.getModuleSystem(Main.java:149)
        at org.netbeans.core.startup.Main.start(Main.java:300)
        at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:88)
    [catch] at java.lang.Thread.run(Thread.java:619)

  • Syntax of the JNLP file (web start) for JFX to allow desktop shortcut/icon?

    I'm having a hard time getting this to work. I'm using NetBeans v7.1.2. First of all - the resulting .jnlp file comes with the applet, as well as the application specification. The classloader is different in both of the cases from what I've seen.
    <applet-desc width="800" height="600" main-class="com.javafx.main.NoJavaFXFallback" name="jwsapp" >
    <param name="requiredFXVersion" value="2.0+"/>
    </applet>
    <jfx:javafx-desc width="800" height="600" main-class="jwsapp.Main" name="jwsapp" />
    What I did was edit out the applet part - now there is no entry in the "Type" of application in the javaws cache, it's simply blank. And it's still launched as an applet (judging by the console trace). Now we have "<jfx:javafx-desc", instead of application-desc? What does that affect? Is it safe to just fallback to 'application-desc' (then the type is properly detected)? I haven't been able to find any info on this whatsoever.
    Shortcuts.. I have Java 2.1.1 installed and this:
              <shortcut online="false">
                   <desktop/>
              </shortcut>
    does absolutely nothing for me. The shortcut never appears (even though this addition to .jnlp was designated by NetBeans). Moreover, how would I go about attaching icons to this shortcut?
    Does anyone have a working .jnlp example, that is actually able to allocate a shortcut with a predefined icon on the desktop? Thank you.
    Edited by: 919083 on Aug 12, 2012 5:06 AM
    Edited by: 919083 on Aug 12, 2012 5:07 AM

    It works fine for me.
    I'm using latest FX samples and latest 7u6 on Mac OS X.
    Tested with slightly modified version of BrickBreaker.jnlp that includes
    <shortcut online="false">
    <desktop/>
    </shortcut>
    and the shortcut is always created to me.
    Could you please try the latest 7u6 build?
    If it's still reproducible, please file a new bug at http://javafx-jira.kenai.com/
    and also could you please attach an example to reproduce the problem?

  • Microemulator in netbeans

    How can I install microemulator(http://www.microemu.org/) into netbeans in order to profile(with netbeans profiler) my midlet in j2se enviroment?

    When you build your Netbeans project (F11), your application JAR is written to the "dist" subfolder of the project. Netbeans create a "lib" subfolder in the "dist" folder where it places all other JAR files referenced by your app. You have to switch to the "Files" view to see non-source related folders (hit Ctrl+2 on your keyboard to jump directly to the files view), otherwise you won't see the "dist" or "build" folders in the project.
    During the build, Netbeans generates entries in the Manifest of the main application JAR file, like so:
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.6.5
    Created-By: 1.5.0_03-b07 (Sun Microsystems Inc.)
    Main-Class: com.screamy.logreader.Main
    Class-Path: lib/hsqldb.jar lib/jdom.jarIf you deploy your app via WebStart (assuming that you have a web server handy), you can configure the JNLP file to ensure that all the supporting library JARs go into a "lib" subfolder of the deployment directory where you main application JAR file will reside. WebStart will also respect the "Class-Path" attribute in the Manifest and auto-register any JARs in the "lib" subfolder when your app is launched.
    If you manually deploy the app, it doens't respect the Class-Path attribute in the main app JAR (maybe this has been corrected in a newer JDK release? I don't know). In this case, you'll have to create a batch/script/shortcut which launches the app and specifies the Class Path (via the "-cp" Java commandline argument) so that it points to all the JARs in the "lib" subfolder.
    Hope that helps.
    :]

  • JavaFX and NetBeans Integration Request

    How about it team? Please integrate SB into the next release of NetBeans (7.4.1).
    Yes, I have seen the pages at: Using JavaFX Scene Builder with Java IDEs: Using Scene Builder with NetBeans IDE | JavaFX 2 Tutorials and Documentation
    OK so I am able to call SB from inside the NetBeans 7.4 IDE.  This is not integration. Its a shortcut. I mean, why do we have two separate tools? NetBeans IDE and SceneBuilder. We don't pop open SQLDeveloper when we work on queries, so why pop open SB?
    Integration would be that the capabilities of the SceneBuilder would be available IN the IDE such as they are for Swing or for databases.    Integration means you would have the palette available with the JavaFx components.  It would be the current version of SB. ( When SB2 comes out, it would have all the functionality of SB2 )
      From reading the scant information out there, SB2 is in development, why not integrate it into the IDE and make it one spot to do your development?  Take JavaFx mainstream and integrate it into the IDE for real.

    The Scene Builder team is working to create a product that integrates well with many IDEs, and NetBeans is one of them. As you might have heard from the last JavaOne, we are working on an API, called Scene Builder Kit, which will allow the integration of Scene Builder panels and functionality directly into the GUI of an IDE.
    Based on this, we hope to collaborate with the NetBeans team -- and with teams from other IDEs -- to provide as tight an integration as we can, but ultimately this is a partnership which requires work from both the IDEs and SB teams.
    As crucial as we see a tight IDE integration for our users' productivity, we feel that a SB standalone tool is also needed for those of our users who do not wish to use an IDE because, e.g., they focus solely on the layout and styling of a GUI.
    Thanks for your feedback, please keep it coming, this helps us.

  • Keyboard Shortcut - Get semi-colon to jump to end of line

    In the NetBeans IDE I can type "myCommand(myVariable;)" and NetBeans will automatically change it to "myCommand(myVariable);". Can that be set up in JDeveloper? If not, is there another way to place the semi-colon at the end of the line without using the arrow keys to move the cursor?

    Is the Complete Statement option (available from the Source menu when available on editing source code), keyboard shortcut Ctrl-Shift-Enter, what you looking for?
    CM.

  • Java WebStart deployment does not create shortcut on desktop

    Using Netbeans 7.3 and latest Java 1.7.0_17. In Properties -> Build -> Deployment I have these settings ticked:
    check for application updates in background
    allow to run with no internet connection
    install permanently
    add desktop shortcut
    add start menu shortcut
    and additionally the jars are signed:
    request unrestricted access (enable signing)
    This creates a jnlp file:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="PriceBook.jnlp">
    <information>
    <title>PriceBook</title>
    <vendor>blah</vendor>
    <description>blah</description>
         <icon href="my.ico" />
    <offline-allowed/>
    </information>
    <resources>
    <jfx:javafx-runtime version="2.2+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
    </resources>
    <resources>
    <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
    <jar href="PriceBook.jar" size="107185" download="eager" />
    <jar href="lib/commons-codec-1.1.jar" size="21500" download="eager" />
    <jar href="lib/commons-lang-2.1.jar" size="220682" download="eager" />
    <jar href="lib/hsqldb.jar" size="1411234" download="eager" />
    <jar href="lib/jasypt-1.6.jar" size="144374" download="eager" />
    </resources>
    <security>
    <all-permissions/>
    </security>
    <shortcut><desktop/></shortcut>
    <applet-desc width="800" height="600" main-class="com.javafx.main.NoJavaFXFallback" name="PriceBook" >
    <param name="requiredFXVersion" value="2.2+"/>
    </applet-desc>
    <jfx:javafx-desc width="800" height="600" main-class="com.mycompany.PriceBook" name="PriceBook" />
    <update check="background"/>
    </jnlp>
    There's another thread In need of opinion - desktop shortcut, security warning. which I've tried the suggestions, but I cannot get a permanent install with a shortcut on either Windows or Linux. The app is launched OK, it just does not persist. Using jcontrol on Linux, I can choose an option to create a desktop shotcut, and it does create a shortcut, but as soon as you launch the app, the shortcut is deleted.
    Can anyone help ?

    I believe this is caused by the <shortcut/> element not being in the correct location in the JNLP file.  It should be in the <information/> element.  I ran into this using the ant tasks to generate a JNLP file, I'm not sure how Netbeans is creating the file.  I reported this bug here: https://javafx-jira.kenai.com/browse/RT-27106.  There are a couple of solutions mentioned in that Jira.

  • Bean customizer in Netbeans

    I use Netbeans as tester builder for beans and I have this problem:
    I wrote a Java Bean and attached customizer to it. The customizer modify the bean state using methods, not properties. I invoke the methods with the bean's reference sent to the customizer by Netbeans. Nevertheless there is no affect on the bean appearence in the Netbeans editor. With Beanbox it works just fine.
    Any ideas?
    TIA Yair

    When you build your Netbeans project (F11), your application JAR is written to the "dist" subfolder of the project. Netbeans create a "lib" subfolder in the "dist" folder where it places all other JAR files referenced by your app. You have to switch to the "Files" view to see non-source related folders (hit Ctrl+2 on your keyboard to jump directly to the files view), otherwise you won't see the "dist" or "build" folders in the project.
    During the build, Netbeans generates entries in the Manifest of the main application JAR file, like so:
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.6.5
    Created-By: 1.5.0_03-b07 (Sun Microsystems Inc.)
    Main-Class: com.screamy.logreader.Main
    Class-Path: lib/hsqldb.jar lib/jdom.jarIf you deploy your app via WebStart (assuming that you have a web server handy), you can configure the JNLP file to ensure that all the supporting library JARs go into a "lib" subfolder of the deployment directory where you main application JAR file will reside. WebStart will also respect the "Class-Path" attribute in the Manifest and auto-register any JARs in the "lib" subfolder when your app is launched.
    If you manually deploy the app, it doens't respect the Class-Path attribute in the main app JAR (maybe this has been corrected in a newer JDK release? I don't know). In this case, you'll have to create a batch/script/shortcut which launches the app and specifies the Class Path (via the "-cp" Java commandline argument) so that it points to all the JARs in the "lib" subfolder.
    Hope that helps.
    :]

  • Netbeans module for JAWS doesn't know security section in JNLP file

    Hello guys,
    i'm making a program that is launched by Java Web Start.
    I'm using the Netbeans IDE.
    And I'm using the Java Web Start module for Netbeans (0.8.2.4.2.4), which provides me some handy menu shortcuts for starting Tomcat etcetra. The module also provides a GUI form for making the JNLP file, and if you make changes by hand, these changes are reflected in that form.
    Now, when I add this to the JNLP:<security>
      <all-permissions/>
    </security>the module warns: "Could not parse the document" and it regenerates the JNLP file from the data in the form. So the "security" section disappears. In the form, there is no place to let the module include the "security" section.
    Anyone encountered the same problem? Some workarounds?
    Anyone having success using the Netbeans module for Java Web Start and a "security" section?
    Of course I can build and then change the JNLP afterwards but that's not handy.

    Andrew thank you for your time...
    I think that page only shows a design that is not yet implemented, at least not in Netbeans 5.5 which currently is the latest release.
    Currently the JAWS options are not in the "Project Properties" dialog. They're in some visual JNLP editor, and there is a menu for enabling, running, debugging and deploying the project with JAWS.
    It seems like the only thing to do is wait for Netbeans having better JAWS support. In the meantime, work around the shortcomings of the module or don't use the module.

  • Shortcut keys for code completion

    Hi!
    I just wondered what keys are used to make use of the code completion functionality
    (I'm used to MS products where ctrl+space or ctrl+j often is used).
    Thanks, Thomas

    I don't think there is a public document available for planned new 9.0
    features.
    Code reformatting will be in 9.0, and will of course also apply to
    auto-generated code as it's inserted.
    If you have other features you'd like to see, please post them on this
    newsgroup.
    Josh
    Doug Orr wrote:
    Is code reformatting available in 8.1? If not, is it planned for 9.0? Is there
    a resource that describes planned enhancements?
    Josh Eckels <[email protected]> wrote:
    That will be part of version 9.0, but unfortunately is not included in
    8.1.
    Josh
    Richard Hendershot wrote:
    what about Netbeans-style aliases? With that, I type "sout " and the
    editor responds by expanding to System.out.println. I found the help
    about keyboard shortcuts but nothing about aliases, macros or such.help?
    TIA!
    -rsh
    Anurag Pareek wrote:
    Thomas,
    Code completion in Workshop can be done by adding a period (".") in
    front of
    the object variable.
    For example,
    HelloWorld h = new HelloWorld();
    h.
    As soon as you type the '.' in front of 'h'. it shows a dropdown list
    of all
    the public methods exposed in HelloWorld class.
    Regards,
    Anurag
    "Thomas Anderson" <[email protected]> wrote in message
    news:[email protected]..
    Hi!
    I just wondered what keys are used to make use of the code completionfunctionality
    (I'm used to MS products where ctrl+space or ctrl+j often is used).
    Thanks, Thomas

  • Netbeans' Customize command not appeared on the context menu

    I've created a bean called Pump
    public class Pump extends JComponent implements Serializable {
       public Pump() {}
       // omit other stuffs...
    }I have a customizer class called PumpCustomizer:
    public class PumpCustomizer extends JPanel implements Customizer, ActionListener, PropertyChangeListener {
       protected Pump thePump;
       protected PropertyChangeSupport propSupport;
       public PumpCustomizer() {
          setSize(200, 300);
       public void setObject(Object bean) {
          thePump = (Pump) bean;
       public void propertyChange(PropertyChangeEvent evt) {
       public void addPropertyChangeListener(PropertyChangeListener l) {
          propSupport.addPropertyChangeListener(l);
        public void removePropertyChangeListener(PropertyChangeListener l) {
            support.removePropertyChangeListener(l);
        public void actionPerformed(ActionEvent e) {
    }And the PumpBeanInfo class as:
    public class PumpBeanInfo extends SimpleBeanInfo {
      private final static Class beanClass = Pump.class;
      private final static Class customizerClass = PumpCustomizer.class;
      private static BeanDescriptor beanDescriptor = null;
      public BeanDescriptor getBeanDescriptor() {
        beanDescriptor = new BeanDescriptor(beanClass, customizerClass);
        beanDescriptor.setDisplayName("My Pump");
        return beanDescriptor;
      public PropertyDescriptor[] getPropertyDescriptors() {
        try {
          PropertyDescriptor textPD =
            new PropertyDescriptor("text", beanClass);
          PropertyDescriptor rv[] = {textPD};
          return rv;
        } catch (IntrospectionException e) {
          throw new Error(e.toString());
    }I was able to add the bean to the Netbeans Palette, and drop it on a Panel at design time. But when I right click on the bean, the context pop up menu does not show the Customize command.
    Any idea what I'm missing here?
    Appreciate your help.
    Edited by: mkeman on Oct 7, 2009 12:51 PM

    You can bookmark a single tab by clicking on the star in the location bar, or using keyboard shortcut Control+D

  • Time saving tips for NetBeans

    Hi Folks -
    Just thought I would share these ten shortcuts that I use frequently with NetBeans.
    Tom

    Hi,
    I would like to add this hint as well. Netbeans provide an overview about the default keyboard shortcuts.
    cheers
    Frank

  • Application working under NetBeans but not as a *.jar file

    Hello,
    recently I found a little problem. I wrote application that shows all available ports in my computer. When I am running this applications under NetBeans it works with no problem - finds all available ports. Then I am building it to the *.jar file. Application is working with no problem but command:
    Enumeration PortIds = CommPortIdentifier.getPortIdentifiers();
    is not returning any identifiers - PortIds is empty.
    Anyone knows a solution for this type of problems? Thanks

    Hi Venkatesh,
    Few questions.
    1. What is your JDeveloper version? (Always better to post your JDev version along with the question, which would help us to help you better).
    2. Did you try adding webserviceclient.jar to the classpath? (Search in your JDev installation directory for the location of this jar file).
    -Arun

  • .jar file is not working properly :developed in NETBEANS

    Hi Gurus,
    i am using NETBEANS IDE 7.2.
    i am developing a project that interacts with databases 10g and COM ports of machine , these all processes are performed by .bat file which i am trying to run from jFramform , code works perfectly .bat file is also called perfectly when i run the project using F6 from the NETBEANS, for testing i placed some dialogue boxes on the form to test it ,
    but when i run executable .jar  file , form run successfully and dialogue box works perfectly but .bat file is not called by executable .jar file.
    this is how i call the .bat file...
      String filePath = "D:/pms/Libraries/portlib.bat";  
            try { 
              Process p = Runtime.getRuntime().exec(filePath); 
            } catch (Exception e) { 
                e.printStackTrace(); 
    and below is the contents of portlib.bat file
    java -jar "D:\SMS\SMS\dist\SMS.jar" 
    you must probably ask why i am calling a .jar file using .bat file .
    reason is that this .jar project sends message using GSM mobile , System.exit(); is compulsory to complete a job and then do the next one ,
    if i use the same file to execute this job it makes exit to entire the application (hope you can understand my logic).
    that's why i use extra .jar file in .bat file , when single job is completed .bat exits itself and new command is given.
    Problem is that code is working perfectly in NETBEANS when i run the project but when i run .jar then .bat file is not working  ,
    thanks.

    Thanks Sir ,
    You need to first test an example that works like the one in the article.
    There are plenty of other examples on the web - find one you like:
    http://javapapers.com/core-java/os-processes-using-java-processbuilder/
    I tried this one.
      try {
                ProcessBuilder dirProcess = new ProcessBuilder("D:/SMS/SMS/Send_message.bat");
                 File commands = new File("D:/SMS/SMS/Send_message.bat");
                 File dirOut = new File("C:/process/out.txt");
                 File dirErr = new File("C:/process/err.txt");
               dirProcess.redirectInput(commands);
                 dirProcess.redirectOutput(dirOut);
               dirProcess.redirectError(dirErr);
                 dirProcess.start();
            } catch (IOException ex) {
                Logger.getLogger(mainform.class.getName()).log(Level.SEVERE, null, ex);
    as instructed in the article i compiled  both the projects at same version or sources and libraries which is 1.7
    here is my version details
    C:\>javac -version
    javac 1.7.0_07
    C:\>java -version
    java version "1.7.0_07"
    Java(TM) SE Runtime Environment (build 1.7.0_07-b11)
    Java HotSpot(TM) Client VM (build 23.3-b01, mixed mode, sharing)
    inside the NETBEANS IDE c:\process\err.txt  remains empty and code works perfectly , but when I run executable .jar file( by double clicking on that file in dist directry) then c:\process\err.txt becomes full with this error text and there is no response from calling D:\SMS\SMS\send_message.bat
    here is the error text
    java.lang.UnsupportedClassVersionError: sms/SMSMAIN (Unsupported major.minor version 51.0)
      at java.lang.ClassLoader.defineClass0(Native Method)
      at java.lang.ClassLoader.defineClass(Unknown Source)
      at java.security.SecureClassLoader.defineClass(Unknown Source)
      at java.net.URLClassLoader.defineClass(Unknown Source)
      at java.net.URLClassLoader.access$100(Unknown Source)
      at java.net.URLClassLoader$1.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    Exception in thread "main"
    here is /SMS/SMS
    unknown source ?

Maybe you are looking for